@0x0@lemmy.zip to Programmer Humor@programming.dev • 9 days agorace conditionslemmy.zipimagemessage-square90arrow-up1878
arrow-up1878imagerace conditionslemmy.zip@0x0@lemmy.zip to Programmer Humor@programming.dev • 9 days agomessage-square90
minus-square@jj4211@lemmy.worldlinkfedilink12•8 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