0x0@lemmy.zip to Programmer Humor@programming.dev · 6 days agorace conditionslemmy.zipimagemessage-square89fedilinkarrow-up1868
arrow-up1868imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 6 days agomessage-square89fedilink
minus-squarelobut@lemmy.calinkfedilinkarrow-up32·6 days 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-squarejj4211@lemmy.worldlinkfedilinkarrow-up11·5 days 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.
minus-squareGagootron@feddit.orglinkfedilinkarrow-up6·5 days agoEven safe rust can do it, if we allow compiler bugs
minus-squareapelsin12@lemm.eelinkfedilinkarrow-up10·6 days agoIve also seen this, but not from js but node
minus-squareVitabytesDev@feddit.nllinkfedilinkarrow-up6·5 days agoI have seen a Java program I wrote terminate with SIGSEGV. I think a library was causing it.
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.
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.
Even safe rust can do it, if we allow compiler bugs
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.