Linux kernel oops
From Wikipedia, the free encyclopedia
An oops is a deviation from correct behavior of the Linux kernel which produces a certain error log. The better-known kernel panic condition results from many oops, but others may allow continued operation with compromised reliability.
When the kernel detects a problem, it prints an oops message and kills any offending process. The message is used by Linux kernel engineers to debug the condition which created the oops and fix the programming error which caused it.
Once a system has experienced an oops, some internal resources may no longer be in service. Even if the system appears to work correctly, undesirable side effects may have resulted from the active task being killed. A kernel oops often leads on to a kernel panic once the system attempts to use resources which have been lost.
[edit] Further reading
- John Bradford (2003-03-08). Re: what's an OOPS. LKML mailing list. Retrieved on 2006-05-22.
- Szakacsits Szabolcs (2003-03-08). Re: what's an OOPS. LKML mailing list. Retrieved on 2006-05-22.
- Al Viro (2008-01-14). OOPS report analysis. LKML mailing list. Retrieved on 2008-01-14.
- oops-tracing.txt. Linux Kernel Documentation. Retrieved on 2007-03-04.