site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com User-agent: Thunderbird 2.0.0.12 (X11/20080228) Probably. I have another panic log which has 0x51e591c4. Once again, we're inside your kext but this time at address 0x4cde449a. William Kucharski _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Ratheesh Ramachandran wrote: 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 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. This email sent to site_archiver@lists.apple.com