Re: kernel panic on wakeup from hibernation
Re: kernel panic on wakeup from hibernation
- Subject: Re: kernel panic on wakeup from hibernation
- From: William Kucharski <email@hidden>
- Date: Mon, 17 Mar 2008 21:10:02 -0600
Ratheesh Ramachandran wrote:
Probably. I have another panic log which has 0x51e591c4.
Thu Mar 13 13:09:55 2008
panic(cpu 1 caller 0x001A8C8A): Kernel trap at 0x4cde449a, type 14=page
fault, registers:
CR0: 0x80010033, CR2: 0x51e591c4, CR3: 0x01067000, CR4: 0x000006e0
EAX: 0x4ced7800, EBX: 0x00000002, ECX: 0x00000000, EDX: 0x41414141
CR2: 0x51e591c4, EBP: 0x346afae8, ESI: 0x4ced7800, EDI: 0x346afcf8
EFL: 0x00010246, EIP: 0x4cde449a, CS: 0x00000004, DS: 0x346a000c
Error code: 0x00000000
Once again, we're inside your kext but this time at address 0x4cde449a.
Without your code, I've no idea what it's trying to do at this location, but
obviously some pointer or another isn't set correctly and you're blowing up; in
this case you're (improperly) trying to dereference 0x51e591c4.
From this point it's up to you as you know what the code is at those locations,
we don't.
For reference, the first panic you posted had the fault at offset 0x192a6 within
your kext, the second at offset 0xe49a.
William Kucharski
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden