deadman
deadman copied to clipboard
Add fallback "stop the world" options.
In the event that the process is still alive after
echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger
And in OSX/Windows a syscall that will force a panic/bluescreen.
in windows, shutdown -f
will shutdown the system no matter what.
More testing is necessary to be sure. I'm inclined to agree, but I want to make sure I'm not missing something.