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

feat: print stack trace in case of SIGSEGV and SIGABRT #186

Merged
merged 1 commit into from
Apr 8, 2020

Conversation

Stivius
Copy link
Collaborator

@Stivius Stivius commented Apr 8, 2020

We print stack trace using boost::stacktrace::stacktrace() which is not the safest way to do it in a
signal handler however it gives us more info if compared to safe call. #184

We print stack trace using boost::stacktrace::stacktrace() which is not the safest way to do it in a
signal handler however it gives us more info if compared to safe call. xibosignage#184
@Stivius Stivius merged commit 182197d into xibosignage:develop Apr 8, 2020
@Stivius Stivius deleted the feat/stacktrace_dump branch April 28, 2020 11:27
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.

1 participant