Results 1 to 2 of 2
Hi,
I wrote a module for CODEC L3 interface(using PXA255 processor).when i am inserting the module its giving the error message 'Unable to handle kernel NULL pointer dereference at virtual ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-25-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 5
Unable to handle kernel NULL pointer dereference at
Hi,
I wrote a module for CODEC L3 interface(using PXA255 processor).when i am inserting the module its giving the error message 'Unable to handle kernel NULL pointer dereference at virtual address 00000000'.
can anybody tell what is the cause of this error.
Please help...
regards
nitin
- 07-25-2006 #2
Probably you have a dangling reference. Check out your pointers. Also check the output of klogd and the trace stack to get where the error is caused.
Regards


Reply With Quote
