Summary: | init process locks itself up | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rafal Rzepecki <divided.mind> |
Component: | [OLD] Core system | Assignee: | Martin Schlemmer (RETIRED) <azarah> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | CC: | x86-kernel |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Rafal Rzepecki
2003-11-25 13:56:25 UTC
*** Bug 34361 has been marked as a duplicate of this bug. *** Please try another (vanilla maybe?) kernel. Also, please try to do: # rm -rf /lib/dev-state/* I'll try the vanilla kernel. I also did the rm, but I doubt it would give anything, as initctl was not present in /lib/dev-state. How would the kernel make any difference? Are you just guessing, or do you have a specific possible cause to this problem in mind? Anyway, it will be hard to spot whether a change made any difference, because the lockups seem to be completely random; for example, my current uptime is over 20 hours now (no lockup); the other time it had locked after only few hours of uptime, and another time after a few days. We're suggesting a possible kernel problem as this looks like a possible memory mapping bug [ quite unlikely ] or more likely is that your system has memory leaks: in these situations, init usually starts scrambling for every last byte it can find if something is taking up the memory [ or the memory is failing to allocate due to, for example, hardware failure ] and it would use 100% of the CPU as a result. Can I suggest that you run 'memtest86' to find see if any problems come up with your RAM? Another good test is to run some intensive compiling... try a newer kernel |