@0x0@lemmy.zip to Programmer Humor@programming.dev • 27 days agorace conditionslemmy.zipimagemessage-square87fedilinkarrow-up1882arrow-down125
arrow-up1857arrow-down1imagerace conditionslemmy.zip@0x0@lemmy.zip to Programmer Humor@programming.dev • 27 days agomessage-square87fedilink
minus-square@jj4211@lemmy.worldlinkfedilink12•26 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.
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