Skip to content
Snippets Groups Projects
Commit 4dc8053c authored by Axel Naumann's avatar Axel Naumann
Browse files

Print USR2 context before generating the stack trace.

parent 466ff71c
No related branches found
No related tags found
No related merge requests found
......@@ -3658,6 +3658,7 @@ void TUnixSystem::DispatchSignals(ESignals sig)
Gl_windowchanged();
break;
case kSigUser2:
Break("TUnixSystem::DispatchSignals", "%s: printing stacktrace", UnixSigname(sig));
StackTrace();
// Intentional fall-through; pass the signal to handlers (or terminate):
default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment