mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
UserspaceEmulator: Print stacktrace for unhandled exceptions
This commit is contained in:
parent
b731db6691
commit
03d705d531
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ void Emulator::dispatch_one_pending_signal()
|
|||
if (action == DefaultSignalAction::Ignore)
|
||||
return;
|
||||
reportln("\n=={}== Got signal {} ({}), no handler registered", getpid(), signum, strsignal(signum));
|
||||
dump_backtrace();
|
||||
m_shutdown = true;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue