Unable to handle kernel NULL pointer dereference at virtual address 00000015

Submitted by Anonymous
on April 5, 2009 - 11:00pm

HI .
i am faceing a problem while running Linux kernel-2.6.21.5 after some time.the error is Unable to handle kernel NULL pointer dereference at virtual address 00000015.what could be the reason?if any body knows tell me the solution.

Regards
shiva.

full oops message

strcmp
on
April 6, 2009 - 11:31pm

the title doesn't tell so much -- some code tried to access an object at an invalid address, this is the same as a 'segmentation fault' in user space. some of the millions of pointer variables has an invalid value (NULL) and the code (at some unspecified location) using this pointer didn't check.

without the full oops message you can't see what is happening and where. please post the full oops message. if you are lucky, the message was logged to /var/log/syslog or similar.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.