0x0@lemmy.zip to Programmer Humor@programming.dev · 29 天前race conditionslemmy.zipexternal-linkmessage-square87fedilinkarrow-up1881arrow-down125
arrow-up1856arrow-down1external-linkrace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 29 天前message-square87fedilink
minus-squarejj4211@lemmy.worldlinkfedilinkarrow-up12·28 天前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.
minus-squareGagootron@feddit.orglinkfedilinkarrow-up7·28 天前Even 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