-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Remove leftover PX4_BACKTRACE #12107
Conversation
Verify we actually get a core now? In the tests we can save any core files + exact binary and run gdb in batch to dump the backtrace for all threads in the output. |
Let me try. |
I had to remove the segfault handler to actually get core dumps working. @bkueng does that make sense? I triggered a segfault like this:
And of course I had to enable core files:
And was able to get:
|
Can you also remove the definition of |
This hasn't been used in a while and didn't quite work with the backtraces produced anyway.
I could not get a core dump without removing the segfault handler, hence this change.
db9223e
to
e2244c6
Compare
Remove
PX4_BACKTRACE
. This follows up #12099.