LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to handle kernel paging request!! (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-handle-kernel-paging-request-678101/)

greplinux 10-21-2008 11:57 AM

Unable to handle kernel paging request!!
 
Hi All,

When will we have a 'Unable to handle kernel paging request!!' message. I think we will get this while trying to access a reference which is not valid. Is that right?


Thanks,

plpl303 10-23-2008 09:04 PM

Sounds like a bug in the kernel itself or (more likely) with one of the drivers. Do you get an "oops" message or kernel panic?

greplinux 10-29-2008 12:23 AM

I got oops!! But generally i would like to know when does a kernel oops!!

Thanks,

plpl303 10-29-2008 08:07 PM

The kernel oopses when it encounters a bug (ex: illegal memory access, illegal instruction, etc.) while executing kernel code. So the term "oops" is kind of a catch-all for many different errors. In some instances, it's hardware that's at fault (for example, bad RAM might cause an oops), but in others -- probably most cases -- it's a software bug or similar issue.

greplinux 10-30-2008 12:01 AM

Thank you sir.


All times are GMT -5. The time now is 09:52 AM.