Deciphering a Kernel Panic Log

jessiegirl

Registered
Hello!
i just installed a g5 powermac running osx server 10.4.2. just for a little background on the box, it has an additional hard drive installed, and the two drives together are configured as a mirror. the only other software running on it is retrospect.

out of the box it was happy for the first week. but since the first day of on-site install, it has been getting kernel panics. the first couple were the first day of the on-site install, while i was restoring data on it from an 800 gb firewire drive. but once i removed the drive, it seemed to be fine. at ran two full days with no problem, until yesterday! it kernel panicked again. so now i'm at a loss for ideas. so... here is my panic log. just wondering if any body can tell what might be causing this (or the first place to look!)

thanks in advance!

mon nov 7 10:01:01 2005
panic(cpu 0 caller 0x00b6107c): dart xbe dart entry exception: hypertransport write logical page 0x00d40

latest stack backtrace for cpu 0:
backtrace:
0x00095544 0x00095a5c 0x0002683c 0x00b6107c 0x00ad5d70 0x00ad5da8 0x006dc048 0x002cd5ac
0x002cc474 0x000a9694
kernel loadable modules in backtrace (with dependencies):
com.apple.driver.applegpio(1.1.9d0)@0xad3000
dependency: com.apple.driver.ioplatformfunction(1.8.0d12)@0x63e000
com.apple.driver.maciogpio(1.1.9d0)@0x6da000
com.apple.driver.applemacrisc4pe(1.8.0d33)@0xb5a000
dependency: com.apple.iokit.iopcifamily(1.7)@0x472000
dependency: com.apple.driver.ioplatformfunction(1.8.0d12)@0x63e000
proceeding back via exception chain:
exception state (sv=0x00dd9280)
pc=0x00000000; msr=0x0000d030; dar=0x00000000; dsisr=0x00000000; lr=0x00000000; r1=0x00000000; xcp=0x00000000 (unknown)

kernel version:
darwin kernel version 8.2.0: fri jun 24 17:46:54 pdt 2005; root:xnu-792.2.4.obj~3/release_ppc
*********

mon nov 7 10:31:42 2005
panic(cpu 0 caller 0x00b8007c): dart xbe dart entry exception: hypertransport write logical page 0x00e4b

latest stack backtrace for cpu 0:
backtrace:
0x00095544 0x00095a5c 0x0002683c 0x00b8007c 0x00ae0d70 0x00ae0da8 0x00685048 0x002cd5ac
0x002cc474 0x000a9694
kernel loadable modules in backtrace (with dependencies):
com.apple.driver.applegpio(1.1.9d0)@0xade000
dependency: com.apple.driver.ioplatformfunction(1.8.0d12)@0x5e7000
com.apple.driver.maciogpio(1.1.9d0)@0x683000
com.apple.driver.applemacrisc4pe(1.8.0d33)@0xb79000
dependency: com.apple.iokit.iopcifamily(1.7)@0x472000
dependency: com.apple.driver.ioplatformfunction(1.8.0d12)@0x5e7000
proceeding back via exception chain:
exception state (sv=0x00e05280)
pc=0x00000000; msr=0x0000d030; dar=0x00000000; dsisr=0x00000000; lr=0x00000000; r1=0x00000000; xcp=0x00000000 (unknown)

kernel version:
darwin kernel version 8.2.0: fri jun 24 17:46:54 pdt 2005; root:xnu-792.2.4.obj~3/release_ppc
*********

wed nov 9 17:00:36 2005
panic(cpu 1 caller 0x000e6d70): vnode_put(2da5630): iocount < 1
latest stack backtrace for cpu 1:
backtrace:
0x00095544 0x00095a5c 0x0002683c 0x000e6d70 0x000e6d1c 0x000d3798 0x002a7a94 0x000abcb0
0x514c504e
proceeding back via exception chain:
exception state (sv=0x31941280)
pc=0x9001bf00; msr=0x0000f030; dar=0x00225000; dsisr=0x40000000; lr=0x90b0facc; r1=0xf1425710; xcp=0x00000030 (0xc00 - system call)

kernel version:
darwin kernel version 8.2.0: fri jun 24 17:46:54 pdt 2005; root:xnu-792.2.4.obj~3/release_ppc
*********

 
Hi,
I would love to figure out what is com.apple.iokit.IOATAFamily.

My G4 recently started to kernel panic with this backtrace.
Cheers
 
sounds to me like it is the input/output for ata devices. have you scanned the drives for smart errors ? are you using a pci controller?
 
Yes, I have SIIG SATA PCI card installed with 2 Maxtor 250 Gig SATA drives connected to it. One of the Maxtors is a boot drive, 2nd is for data.
I also have ATA drive connected to original ATA bus.

These crashes started after I adjusted disk sleep preferences in Energy panel.

I reverted the changes, but kernel crash still presists and it would crash after about 3 or 4 minutes every time I wake my G4 from deep sleep.

Speaking of PCI cards, Apple profiler reports this SATA card as ATA and both SATA drives as PATA. I e-mailed ti SIIG and they havent figured out as yet.
I have seen somewhere that 10.4 has some problems reporting PCI cards accurately.

Cheers
Andy
 
Back
Top