mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
Kernel: Always dump_backtrace() on process crash.
This commit is contained in:
@@ -727,6 +727,8 @@ void Process::crash()
|
||||
ASSERT_INTERRUPTS_DISABLED();
|
||||
ASSERT(!is_dead());
|
||||
|
||||
dump_backtrace();
|
||||
|
||||
m_termination_signal = SIGSEGV;
|
||||
dump_regions();
|
||||
ASSERT(is_ring3());
|
||||
|
||||
Reference in New Issue
Block a user