Open gunnarbeutner opened 3 years ago
Crashes with Clang too, but at an unrelated place:
[NetworkTask(7:7)]: NetworkTask: E1000NetworkAdapter network adapter found: hw=52:54:00:12:34:56
[NetworkTask(7:7)]: NetworkTask: E1000NetworkAdapter network adapter found: hw=52:54:00:12:34:57
[NetworkTask(7:7)]: NetworkTask: LoopbackAdapter network adapter found: hw=13:55:02:09:55:aa
[#0 colonel(0:0)]: Unrecoverable page fault, write to address V0x01119bd0
[colonel(0:0)]: CRASH: CPU #0 Page Fault in ring 0
[#0 colonel(0:0)]: Exception code: 0002 (isr: 0000)
[#0 colonel(0:0)]: pc=0x0008:0xc0dca958 eflags=0x00015082
[#0 colonel(0:0)]: stack=0x0010:0xc3119ba0
[#0 colonel(0:0)]: ds=0x0010 es=0x0010 fs=0x0000 gs=0x0030
[#0 colonel(0:0)]: eax=0xc21cc870 ebx=0xc3119bd0 ecx=0xc1fd86e4 edx=0x01119bd0
[#0 colonel(0:0)]: ebp=0xc3119bd0 esp=0xc3119ba0 esi=0xc2003ba4 edi=0xc200cfe4
[#0 colonel(0:0)]: cr0=0x80010013 cr2=0x01119bd0 cr3=0x03dcf000 cr4=0x00340ee4
[colonel(0:0)]: KERNEL PANIC! :^(
[colonel(0:0)]: Crash in ring 0
[colonel(0:0)]: at ./Kernel/Arch/x86/common/Interrupts.cpp:229 in void Kernel::handle_crash(const Kernel::RegisterState &, const char *, int, bool)
And after commenting that out:
And with
disable_virtio
: