cm0002@infosec.pub to Programmer Humor@programming.dev · 4 days agoClosing programsinfosec.pubimagemessage-square145linkfedilinkarrow-up1767arrow-down1100
arrow-up1667arrow-down1imageClosing programsinfosec.pubcm0002@infosec.pub to Programmer Humor@programming.dev · 4 days agomessage-square145linkfedilink
minus-squarexan1242@lemmy.dbzer0.comlinkfedilinkarrow-up2arrow-down1·4 days agoPlus, if something seemingly can’t be terminated with that, 99% of the time it’s a kernel level lockup (e.g. disk IO). At which point you only have 2 options: kill it via a kernel debugger or (the more likely scenario) perform a reboot.
Plus, if something seemingly can’t be terminated with that, 99% of the time it’s a kernel level lockup (e.g. disk IO). At which point you only have 2 options: kill it via a kernel debugger or (the more likely scenario) perform a reboot.