0x0@lemmy.zip to Programmer Humor@programming.dev · 15 days agorace conditionslemmy.zipimagemessage-square81linkfedilinkarrow-up1854arrow-down125
arrow-up1829arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 15 days agomessage-square81linkfedilink
minus-squarejj4211@lemmy.worldlinkfedilinkarrow-up12·14 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-up7·14 days agoEven safe rust can do it, if we allow compiler bugs
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