Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: What Is a Kernel Panic  (Read 5979 times)

0 Members and 1 Guest are viewing this topic.

Vineesh K P

  • Guest
What Is a Kernel Panic
« on: November 13, 2018, 06:19:13 am »
A Linux kernel panic is a computer error from which the Linux operating system (OS) cannot quickly or easily recover.

The kernel provides basic services for all other parts of the operating system. Kernel panics are generally caused by an element beyond the Linux kernel's control, including bad drivers, overtaxed memory and software bugs. The Linux platform is open-source, unlike Mac and Windows, so kernel development is open and collaborative.

Linux administrators can study the Linux kernel panic log to determine root causes, or dump the kernel contents with the crash utility for later analysis. Once the cause is determined, Linux kernel panics with commands can be resolved with programming that instructs the kernel how to debug the offending program, change a configuration or file path or make changes in the BIOS.