diff --git a/Kernel/i386.cpp b/Kernel/i386.cpp index 3133b9ae4e..d049d3afe0 100644 --- a/Kernel/i386.cpp +++ b/Kernel/i386.cpp @@ -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