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

Revert "Replace intrinsics::abort with process::abort" #16899

Merged
merged 2 commits into from May 17, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Informative text about process::abort.

  • Loading branch information
jdm committed May 16, 2017
commit 3fef2535fcb122153d3108055e159a00ea264951
@@ -68,6 +68,8 @@ fn install_crash_handler() {
.unwrap_or("".to_owned());
println!("Stack trace{}\n{:?}", name, Backtrace::new());
unsafe {
// N.B. Using process::abort() here causes the crash handler to be
// triggered recursively.
abort();
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.