![]() |
Kernel Panic - not syncing: Attempted to kill the idle task!
Here is a screenshot of the kernel panic log:
http://i39.tinypic.com/1ruiqr.jpg LSPCI: Code:
00:01.0 Host bridge: Advanced Micro Devices [AMD] CS5536 [Geode companion] Host Bridge (rev 31)I have read that it could be related with "ACPI" settings, but I can't find any option in the BIOS to disable it. What could have caused this kernel panic after days of uptime? Is there are possibility to enable an automatic restart after a KP? |
When the kernel cannot continue executing for some reason, it "panics," and part of the panic-message is a note of whether the panic occurred while the kernel was doing a write to the filesystem. (Nearly always it is not, fortunately, so that part of the message is: "not syncing.")
The last part of the message is the "real" message. In this case, one of the required system processes ... which are not permitted ever to terminate ... ran into a situation where they cannot continue to execute. And so, if they can't keep going, neither can the system itself. This message is usually "the final paws-up gasp" of the system, and messages preceding it are the true cause of the problem. |
It looks to me like something tried to reprogram HRT and this was failed. You should investigate it. Actually HRT is well protected from any access from userspace, but you can change permissions in /dev/ for hrt and if did so, then this could be your problem.
|
| All times are GMT -5. The time now is 02:38 AM. |