German The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 6 days agoMy bus crashed 🥀pawb.socialimagemessage-square20linkfedilinkarrow-up1222file-text
arrow-up1222imageMy bus crashed 🥀pawb.socialGerman The Jackal@pawb.social to Programmer Humor@programming.devEnglish · 6 days agomessage-square20linkfedilinkfile-text
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up7·6 days agoA watchdog crashed? Aren’t they supposed to prevent stuff like this?
minus-squareJATothrim_v2@programming.devlinkfedilinkarrow-up9·6 days agoThe disk is likely dead… The kernel is stuck doing I/O with a spinlock held. The NMI watchdog fired/timeouted because of this. The watchdog is supposed to cause a reboot, but if the HW is dead, the system will boot loop.
A watchdog crashed? Aren’t they supposed to prevent stuff like this?
The disk is likely dead… The kernel is stuck doing I/O with a spinlock held. The NMI watchdog fired/timeouted because of this. The watchdog is supposed to cause a reboot, but if the HW is dead, the system will boot loop.