Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fallback "stop the world" options. #13

Open
flowchartsman opened this issue May 7, 2015 · 2 comments
Open

Add fallback "stop the world" options. #13

flowchartsman opened this issue May 7, 2015 · 2 comments

Comments

@flowchartsman
Copy link
Owner

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.

@omern1
Copy link
Contributor

omern1 commented May 8, 2015

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

@flowchartsman
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants