The term is used especially in Unix systems; for Windows its colloquial equivalent is blue screen of death.The kernel panic also appears on Mac OS X systems.
Kernel routines that control kernel panics are generally designed to throw an error message in the console, dump the kernel image from memory to the hard disk (to then be able to debug it) and wait for the system to restart (manually or automatically).
The information in the error message is highly technique, which can only be interpreted by experts in the field.
Sometimes the operating system may continue to operate, but it is probably in an unstable state.
The kernel panic was introduced in the first versions of Unix.
Causes of the kernel panic
* Attempts by the operating system to read an invalid or disallowed memory address is a common source of kernel panics.
* May occur in the event of a hardware failure.
* Bugs in the operating system They are also the cause of kernel panics.
Related: • Fatal system error • Blue screen of death
Comments
Post a Comment