deadman icon indicating copy to clipboard operation
deadman copied to clipboard

Add fallback "stop the world" options.

Open flowchartsman opened this issue 9 years ago • 2 comments

In the event that the process is still alive after the user should optionally be able to specify that they want a shutdown that will proceed no matter what. In linux, this might be something like

echo 1 > /proc/sys/kernel/sysrq 
echo b > /proc/sysrq-trigger

And in OSX/Windows a syscall that will force a panic/bluescreen.

flowchartsman avatar May 07 '15 22:05 flowchartsman

in windows, shutdown -f will shutdown the system no matter what.

omern1 avatar May 08 '15 05:05 omern1

More testing is necessary to be sure. I'm inclined to agree, but I want to make sure I'm not missing something.

flowchartsman avatar May 08 '15 09:05 flowchartsman