kernel panic after reenabling one core

DOCa Cola

Member
i just played around with the extra menu settings avaible from /System/Library/CoreServices/Menu Extras/CPU.menu and with it disabled one of my macbooks core2duo cores. that worked fine, but after reenabling the second core i got a kernel panic screen.
i rebooted and it seems that parallels somehow caused the crash. here is the whole report:
Code:
Tue Apr  8 18:52:04 2008
panic(cpu 1 caller 0x00CD8F6F): unknown VM exit basic reason: 3 (0x0_00caf762, 0x7de00fb0).
Backtrace, Format - Frame : Return Address (4 potential args on stack) 
0x7de00f04 : 0x12b0f7 (0x4581f4 0x7de00f38 0x133230 0x0) 
0x7de00f54 : 0xcd8f6f (0xcdcffc 0x3 0x0 0xcaf762) 
0x7de00fa4 : 0xcd555e (0x7de00fb0 0x4 0x0 0x6856e50) 
0x7de00fb0 : 0x0 (0x6856e50 0x0 0x54f58fa4 0x0) 
Backtrace terminated-invalid frame pointer 0x4
      Kernel loadable modules in backtrace (with dependencies):
         com.parallels.kext.vmmain(3.0)@0xcd1000->0xce0fff

BSD process name corresponding to current thread: kernel_task

Mac OS version:
9C7010

Kernel version:
Darwin Kernel Version 9.2.2: Tue Mar  4 21:17:34 PST 2008; root:xnu-1228.4.31~1/RELEASE_I386
System model name: MacBook3,1 (Mac-F22788C8)






Model: MacBook3,1, BootROM MB31.008D.B00, 2 processors, Intel Core 2 Duo, 2 GHz, 4 GB
Graphics: kHW_IntelGMA965Item, GMA X3100, spdisplays_builtin, 144 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz
Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (4.170.46.5)
Bluetooth: Version 2.1.0f14, 2 service, 1 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Network Service: Parallels Host-Guest, Ethernet, en3
Network Service: Parallels NAT, Ethernet, en4
Serial ATA Device: WDC WD2500BEVS-22UST0, 232,89 GB
Parallel ATA Device: MATSHITACD-RW  CW-8221
USB Device: Built-in iSight, Micron, high_speed, 500 mA
USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, full_speed, 500 mA
USB Device: IR Receiver, Apple Computer, Inc., low_speed, 500 mA
USB Device: Bluetooth USB Host Controller, Apple, Inc., full_speed, 500 mA
 
Hello DOCa Cola,

What Parallels Desktop build are you using?

You should probably uninstall Parallels, reboot your Mac and repair disk permissions, then reinstall Parallels. See this article.

Best regards,
Xenos
 
Well, I think you should reinstall and repair disk permissions. Something seems to have gone wrong when you installed Parallels.

To be sure you have removed Parallels completely, uninstall it by running the following commands in Terminal:

• sudo rm /System/Library/Extensions/vmmain.kext
• sudo rm /System/Library/Extensions/hypervisor.kext
• sudo rm /System/Library/Extensions/Pvsvnic.kext
• sudo rm /System/Library/Extensions/ConnectUSB.kext
• sudo rm /System/Library/Extensions/Pvsnet.kext
• sudo rm -rf /Library/Parallels/
• sudo rm ~/Library/Preferences/com.parallels.*

Before you run these commands, please make sure that your VM hdd and pvs files are NOT stored in ~/Library/Parallels.

Reboot your Mac. Browse the Applications folder. Open Utilities and launch Disk Utility.
Select Macintosh HD on the left tab and click the Repair Disk Permissions button.

Reboot the Mac again and reinstall Parallels.

Best regards,
Xenos
 
Back
Top