Opened 16 years ago
Closed 11 years ago
#3336 closed defect (fixed)
IA32_PERF_STAT (or MSR_PERF_STAT) Returns 0
Reported by: | James Shewey | Owned by: | |
---|---|---|---|
Component: | VMM | Version: | VirtualBox 2.2.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description (last modified by )
Returning zero for this call causes some OSs to kernel panic
See second screenshot down. Text reads: "Determined CPU:FSB multiplier to be 0. CPU says it's multiplier is 0 which makes no sense. The kernel as it is shipped by Apple will not support this and will cause the machine to reboot immediately. Press 'y' to continue or use Ctrl+Alt+Delete to reboot."
According to http://www.tgwbd.org/darwin/index.html, this causes a divide by zero in the kernel and a resultant kernel panic.
Please note that I am virtualizing using Mac hardware.
Change History (3)
comment:1 by , 16 years ago
Component: | other → VMM |
---|---|
Host type: | Mac OS X → other |
priority: | blocker → major |
comment:2 by , 16 years ago
Version: | VirtualBox 2.1.2 → VirtualBox 2.2.2 |
---|
comment:3 by , 11 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in VBox 4.3.2.
Yes, we should probably return a reasonable value here to make these guests (you are talking about Darwin, right?) happy. However, this is not a blocker, as usual guests have no problem.