0x0@lemmy.zip to Programmer Humor@programming.dev · 10 months agorace conditionslemmy.zipimagemessage-square67fedilinkarrow-up1811arrow-down124
arrow-up1787arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 10 months agomessage-square67fedilink
minus-squarelobut@lemmy.calinkfedilinkarrow-up28·10 months agoNot a word of a lie, I saw a “segmentation fault” error in JavaScript. Can’t remember how we resolved it, but it did blow my mind.
minus-squareapelsin12@lemm.eelinkfedilinkarrow-up10·10 months agoIve also seen this, but not from js but node
minus-squareolenko@feddit.nllinkfedilinkarrow-up6·10 months agoI have seen a Java program I wrote terminate with SIGSEGV. I think a library was causing it.
minus-squarejj4211@lemmy.worldlinkfedilinkarrow-up11·10 months agoTechnically any language runtime can end in a segmentation fault. For some languages, in principle this shouldn’t be possible, but the runtimes can have bugs and/or you are calling libraries that do some native code at some point.
Not a word of a lie, I saw a “segmentation fault” error in JavaScript.
Can’t remember how we resolved it, but it did blow my mind.
Ive also seen this, but not from js but node
I have seen a Java program I wrote terminate with SIGSEGV. I think a library was causing it.
Technically any language runtime can end in a segmentation fault.
For some languages, in principle this shouldn’t be possible, but the runtimes can have bugs and/or you are calling libraries that do some native code at some point.