mesa@piefed.social to Technology@lemmy.worldEnglish · 18 hours agoHow One Uncaught Rust Exception Took Out Cloudflarehackaday.comexternal-linkmessage-square36fedilinkarrow-up1188arrow-down17
arrow-up1181arrow-down1external-linkHow One Uncaught Rust Exception Took Out Cloudflarehackaday.commesa@piefed.social to Technology@lemmy.worldEnglish · 18 hours agomessage-square36fedilink
minus-squarecalcopiritus@lemmy.worldlinkfedilinkEnglisharrow-up4·14 hours agoReplace uncaught exception for unhanded error.
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkEnglisharrow-up2·edit-240 minutes agoNo, it’s a panic, so it’s more similar to a segfault, but with some amount of unwinding. It can be “caught” but only at a thread boundary.
Replace uncaught exception for unhanded error.
No, it’s a panic, so it’s more similar to a segfault, but with some amount of unwinding. It can be “caught” but only at a thread boundary.