Re: getting kernel panic
Re: getting kernel panic
- Subject: Re: getting kernel panic
- From: Mike Smith <email@hidden>
- Date: Thu, 23 Feb 2006 10:28:04 -0800
On Feb 23, 2006, at 5:01 AM, Priti Rathi wrote: I am getting following panic while executing some application. Why this panic is happening?? How to prevent Mutex lock failing from application?? The panic is due to a NULL pointer dereference. I have no idea what you mean by "mutex lock failing from application".
Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x0000000000000008 PC=0x000000000054A108
DAR is the address reference which caused the failure. Looking at the module dump, the PC looks like it's inside the IOSCSIArchitectureModelFamily. The backtrace looks like it might be a callback though.
Without knowing how your driver is set up, I'd hazard a guess that you haven't initialised something correctly. It is very hard to know without knowing what your code was doing at the time.
= Mike
|
_______________________________________________
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