This repository was archived by the owner on Jan 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 889
This repository was archived by the owner on Jan 28, 2023. It is now read-only.
Kernel panic in macOS causing hard system hang #93
Copy link
Copy link
Closed
Labels
Description
Currently trying to emulate an x86-based system using QEMU with HAXM on macOS. When using the HAXM accelerator, I'm able to cause a reproducible kernel panic which results in an entire system hard reset (making debugging a significant challenge). Appears to be related to the test
instruction, or emulation thereof. Thanks!
Thu Sep 6 01:04:50 2018
*** Panic Report ***
panic(cpu 2 caller 0xffffff80267fd245): Kernel trap at 0x0000000000000000, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0x0000000000000000, CR3: 0x00000003e1de403b, CR4: 0x00000000001626e0
RAX: 0x0000000000000000, RBX: 0xffffff805256c000, RCX: 0x0000000000000000, RDX: 0x0000000000000004
RSP: 0xffffff9214523a48, RBP: 0xffffff9214523ac0, RSI: 0xffffff805256c770, RDI: 0xffffff805256c6a8
R8: 0xffffff80531a0dd8, R9: 0xffffff8026e7eff0, R10: 0x0000000000000000, R11: 0xffffff9214523ae0
R12: 0xffffff805256c6a8, R13: 0x00000000ffffffed, R14: 0xffffff92140a1000, R15: 0xffffff805256c748
RFL: 0x0000000000010246, RIP: 0x0000000000000000, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0x0000000000000000, Error code: 0x0000000000000010, Fault CPU: 0x2, PL: 0, VF: 0
Backtrace (CPU 2), Frame : Return Address
0xffffff92145236d0 : 0xffffff80266e756c
0xffffff9214523750 : 0xffffff80267fd245
0xffffff9214523930 : 0xffffff80266985a3
0xffffff9214523950 : 0x0
0xffffff9214523ac0 : 0xffffff7fa9eebe24
0xffffff9214523af0 : 0xffffff7fa9ee683e
0xffffff9214523b60 : 0xffffff8026952c43
0xffffff9214523b90 : 0xffffff80269480ee
0xffffff9214523c10 : 0xffffff8026939874
0xffffff9214523e10 : 0xffffff8026b50e3b
0xffffff9214523e40 : 0xffffff8026b9b943
0xffffff9214523f50 : 0xffffff8026c234d5
0xffffff9214523fb0 : 0xffffff8026698d96
Kernel Extensions in backtrace:
com.intel.kext.intelhaxm(7.3)[65C423BE-0315-30BD-8DA8-CABFE8487E10]@0xffffff7fa9ee5000->0xffffff7fa9f0cfff
BSD process name corresponding to current thread: qemu-system-x86_
Mac OS version:
16G1510
Kernel version:
Darwin Kernel Version 16.7.0: Thu Jun 21 20:07:39 PDT 2018;
qwertme, JayFoxRox and boylenssen