Komputer Sains    
   
Daftar Isi
(Sebelumnya) Linux kernel mailing listLinux Magazine (Berikutnya)

Linux kernel oops

Linux kernel oops
Linux-2.4-oops-sparc.jpg
Linux kernel oops on SPARC.
Linux kernel oops on PA-RISC with a dead ASCII cow.

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 kinds of oops, but others may allow continued operation with compromised reliability. The term does not stand for anything, other than that it is a simple mistake.

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.

The official Linux Kernel documentation regarding oops messages is in the file Documentation/oops-tracing.txt[1] of the kernel sources. Some logger configurations may affect the ability to collect oops messages.[2]

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.

Kerneloops also referred to a software to collect and submit kernel oopses to the kerneloops website.[3] oops.kernel.org provided statistics of oopses.[4] However, the website is now defunct.[5]

See also

  • System.map How to interpret oopses

References

Further reading

(Sebelumnya) Linux kernel mailing listLinux Magazine (Berikutnya)