mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
Process: Dump regions when a ring0 process crashes.
This commit is contained in:
@@ -934,10 +934,10 @@ void Process::push_value_on_stack(dword value)
|
||||
void Process::crash()
|
||||
{
|
||||
ASSERT_INTERRUPTS_DISABLED();
|
||||
ASSERT(is_ring3());
|
||||
ASSERT(state() != Dead);
|
||||
m_termination_signal = SIGSEGV;
|
||||
dump_regions();
|
||||
ASSERT(is_ring3());
|
||||
die();
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user