Could someone decipher this kernel panic log?

djbeta

Registered
Hi there,

My computer (G5 2.5) is kernel panicking frequently on shutdown.
Could someone please take a peek at this log and let me know if anything looks fishy?

Kernel version:
Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC
*********

Fri Nov 24 13:53:10 2006


Unresolved kernel trap(cpu 1): 0x300 - Data access DAR=0x00000000975314FD PC=0x000000000005FDAC
Latest crash info for cpu 1:
Exception state (sv=0x5EEA6C80)
PC=0x0005FDAC; MSR=0x00009030; DAR=0x975314FD; DSISR=0x00200000; LR=0x0005D7D0; R1=0x46193280; XCP=0x0000000C (0x300 - Data access)
Backtrace:
0x00000000 0x0005D870 0x00062354 0x00062A60 0x000A7CE0 0x000AB780
0x000AB1D4 0x002652BC 0x002649E0 0x00264FB8 0x002AAE28 0x000AB930 0xFFF88106
backtrace terminated - frame not mapped or invalid: 0xBFFFF230

Proceeding back via exception chain:
Exception state (sv=0x5EEA6C80)
previously dumped as "Latest" state. skipping...
Exception state (sv=0x5E9E8000)
PC=0x000AB2E0; MSR=0x00009030; DAR=0xEFFFFE3C; DSISR=0x42000000; LR=0x000AB1D4; R1=0x461936C0; XCP=0x0000000C (0x300 - Data access)
Backtrace:
0x000AB1D4 0x002652BC 0x002649E0 0x00264FB8 0x002AAE28 0x000AB930
0xFFF88106
backtrace terminated - frame not mapped or invalid: 0xBFFFF230

Exception state (sv=0x5EA8BC80)
PC=0x8FE0100C; MSR=0x0000D030; DAR=0x0008B790; DSISR=0x0A000000; LR=0x00000000; R1=0x00000000; XCP=0x00000030 (0xC00 - System call)

Kernel version:
Darwin Kernel Version 8.8.0: Fri Sep 8 17:18:57 PDT 2006; root:xnu-792.12.6.obj~1/RELEASE_PPC
panic(cpu 1 caller 0xFFFF0003): 0x300 - Data access
Latest stack backtrace for cpu 1:
Backtrace:
0x00095138 0x00095650 0x00026898 0x000A7E04 0x000AB780
Proceeding back via exception chain:
Exception state (sv=0x5EEA6C80)
PC=0x0005FDAC; MSR=0x00009030; DAR=0x975314FD; DSISR=0x00200000; LR=0x0005D7D0; R1=0x46193280; XCP=0x0000000C (0x300 - Data access)
Backtrace:
0x00000000 0x0005D870 0x00062354 0x00062A60 0x000A7CE0 0x000AB780
0x000AB1D4 0x002652BC 0x002649E0 0x00264FB8 0x002AAE28 0x000AB930 0xFFF88106
backtrace terminated - frame not mapped or invalid: 0xBFFFF230

Exception state (sv=0x5E9E8000)
PC=0x000AB2E0; MSR=0x00009030; DAR=0xEFFFFE3C; DSISR=0x42000000; LR=0x000AB1D4; R1=0x461936C0; XCP=0x0000000C (0x300 - Data access)
Backtrace:
0x000AB1D4 0x002652BC 0x002649E0 0x00264FB8 0x002AAE28 0x000AB930
0xFFF88106
backtrace terminated - frame not mapped or invalid: 0xBFFFF230

Exception state (sv=0x5EA8BC80)
PC=0x8FE010
*********
 
Get you original Software restore disks that came along with your Mac. The find the one that has the words "Hardware Test" and use that disk instructions to run a hardware test on your Mac. If I read the log right, it may look like your CPU number 1 is diving to failure. Sorry to be the deliverer of bad news.
 
Your logs don't show anything related to a software problem.

My guess, bad memory, Logic Board or hard drive,

If you've added memory, take it out and see if you still get the panics.

As Satcomer said, use the Hardware test if you have it.
 
Frame not mapped or invalid refers to a memory problem. RAM is divided into frames and a frame is mapped to physical(or virtual) RAM by the operating system.
 
Back
Top