0x0@lemmy.zip to Programmer Humor@programming.dev · 2 months agorace conditionslemmy.zipimagemessage-square74linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 2 months agomessage-square74linkfedilink
minus-squarejj4211@lemmy.worldlinkfedilinkarrow-up0·2 months 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-up0·2 months 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