mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 13:35:03 +00:00
Kernel: Don't hang the system on unrecoverable page fault.
I needed this while debugging threads and now they basically work pretty well so we can remove this. :^)
This commit is contained in:
@@ -280,7 +280,6 @@ void exception_14_handler(RegisterDumpWithExceptionCode& regs)
|
||||
regs.exception_code & 2 ? "write" : "read",
|
||||
faultAddress);
|
||||
dump(regs);
|
||||
hang();
|
||||
current->process().crash();
|
||||
} else if (response == PageFaultResponse::Continue) {
|
||||
#ifdef PAGE_FAULT_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user