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

Let child process handle SIGQUIT on Unix #3

Merged
merged 4 commits into from
Sep 12, 2016

Conversation

emersion
Copy link

@emersion emersion commented Sep 8, 2016

This allows devs to press Ctrl + </kbd> on Unix to get a stack trace of the program.

The Go command does the same thing: https://github.com/golang/go/blob/0104a31b8fbcbe52728a08867b26415d282c35d2/src/cmd/go/signal_unix.go

@kattrali kattrali merged commit aa7703c into bugsnag:master Sep 12, 2016
@kattrali
Copy link

This looks good, thanks again, @emersion! 👍

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

Successfully merging this pull request may close these issues.

2 participants