mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
UserspaceEmulator: Print stacktrace for unhandled exceptions
This commit is contained in:
parent
b731db6691
commit
03d705d531
Notes:
sideshowbarker
2024-07-18 20:16:27 +09:00
Author: https://github.com/gunnarbeutner
Commit: 03d705d531
Pull-request: https://github.com/SerenityOS/serenity/pull/6373
Reviewed-by: https://github.com/alimpfard
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