Opened 16 years ago
Closed 16 years ago
#4471 closed defect (fixed)
kernel panic on 10.6 "beta" on VBoxDrv.kext loading -> fixed in svn
Reported by: | cmf | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.0.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Mac OS X |
Description
virtual box 3.0.0/3.0.2 causes a kernel panic as soon as a virtual box driver/kext gets loaded (i.e. a vm is started). this happens on all 10.6 "beta versions" (10.0.0.b1/b2/b3).
most probable reason: undefined symbols, virtual box was apparently built against 10.0.0d3/d4 (pre-wwdc kernels).
# kextlibs -all-symbols VBoxDrv.kext For all architectures: com.apple.kpi.bsd = 10.0b3 com.apple.kpi.iokit = 10.0b3 com.apple.kpi.libkern = 10.0b3 com.apple.kpi.mach = 10.0b3 For i386: 417 symbols found in one library kext each: ... 7 symbols not found in any library kext: _get_task_map _cpu_number _mp_rendezvous_no_intrs _vm_protect __ZN12IOUserClient22_RESERVEDIOUserClient1Ev __ZN9IOService19_RESERVEDIOService5Ev _kernel_map For x86_64: 392 symbols found in one library kext each: ... 5 symbols not found in any library kext: _cpu_number _kernel_map _get_task_map _vm_protect _mp_rendezvous_no_intrs
crash log:
panic(cpu 1 caller 0xffffff80002cbf74): Kernel trap at 0xffffff808d364ab7, type 14=page fault, registers: CR0: 0x0000000080010033, CR2: 0x000000011bba9000, CR3: 0x000000011dfec000, CR4: 0x0000000000002660 RAX: 0x0000000000000000, RBX: 0x000000011bb52468, RCX: 0x0000000000000200, RDX: 0x000000000000003e RSP: 0x000000011b6bcc70, RBP: 0x000000011b6bccf0, RSI: 0x000000011bb52468, RDI: 0x000000011bba9000 R8: 0x000000011b5cb000, R9: 0x00000000000001ff, R10: 0xffffff808d331000, R11: 0x0000000080000b0e R12: 0x0000000000000000, R13: 0x000000011bb51000, R14: 0x000000011bb65108, R15: 0x0000000000000005 RFL: 0x0000000000010246, RIP: 0xffffff808d364ab7, CS: 0x0000000000000008, SS: 0x0000000000000010 Error code: 0x0000000000000002 Backtrace (CPU 1), Frame : Return Address No mapping exists for frame pointer Backtrace terminated-invalid frame pointer 0x11b6bc910 BSD process name corresponding to current thread: Unknown Mac OS version: 10A402a Kernel version: Darwin Kernel Version 10.0.0b3: Thu Jul 2 17:35:43 PDT 2009; root:xnu-1456.1.15~1/RELEASE_X86_64 System uptime in nanoseconds: 36353211601992 unloaded kexts: org.virtualbox.kext.VBoxDrv 3.0.2 (addr 0xffffff7f81586000, size 0x143360) - last unloaded 35358582007874 loaded kexts: org.virtualbox.kext.VBoxNetAdp 3.0.2 - last loaded 35359192729822 org.virtualbox.kext.VBoxNetFlt 3.0.2 org.virtualbox.kext.VBoxUSB 3.0.2 org.virtualbox.kext.VBoxDrv 3.0.2 ...
Change History (2)
comment:1 by , 16 years ago
Summary: | kernel panic on 10.6 "beta" on VBoxDrv.kext loading → kernel panic on 10.6 "beta" on VBoxDrv.kext loading -> fixed in svn |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks for the report. We have updated our internal build boxes to the latest version. You should be able running it again with the next upcoming minor release (3.0.4).