Five to Programmer [email protected]English • 7 months agoDaemon calls kill -9 on childrenslrpnk.netimagemessage-square17fedilinkarrow-up1482arrow-down115
arrow-up1467arrow-down1imageDaemon calls kill -9 on childrenslrpnk.netFive to Programmer [email protected]English • 7 months agomessage-square17fedilink
minus-square@ThunderWhiskerslink87•edit-27 months agoBack in the early 2000s (when Apple Minis were introduced) there was a rare system error that you could get that ended in a wall of script/code. What has stuck with me to this day was the screen ended on the line “panic: we are hanging here”. Never did puzzle that out.
minus-square@Gutek8134link45•7 months agoPanic is a function Unix (or Linux?) kernel calls when it can’t handle an error
Back in the early 2000s (when Apple Minis were introduced) there was a rare system error that you could get that ended in a wall of script/code. What has stuck with me to this day was the screen ended on the line “panic: we are hanging here”.
Never did puzzle that out.
Panic is a function Unix (or Linux?) kernel calls when it can’t handle an error
Afaik it’s the “bsod” of *nix systems