@0x0@lemmy.zip to Programmer Humor@programming.dev • 6 days agorace conditionslemmy.zipimagemessage-square72fedilinkarrow-up1849arrow-down10
arrow-up1849arrow-down1imagerace conditionslemmy.zip@0x0@lemmy.zip to Programmer Humor@programming.dev • 6 days agomessage-square72fedilink
minus-square@jj4211@lemmy.worldlinkfedilink11•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.
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