Bug 88900
Summary: | kjournald crashes regulary, system hangs | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Jonas Lundholm <jonas> | ||||||
Component: | kernel | Assignee: | Stephen Tweedie <sct> | ||||||
Status: | CLOSED WORKSFORME | QA Contact: | Brian Brock <bbrock> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 8.0 | ||||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | i686 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2003-04-28 12:47:31 UTC | Type: | --- | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Jonas Lundholm
2003-04-15 13:54:25 UTC
We need the actual console errors, including the stack trace and any preceding diagnostics, to debug this. Created attachment 91225 [details]
gzip of /var/log/message.2
The log has both the startup-sequence and some of the crashes, but not all in
the time span covered. I think there are crashes that don't end up in the log.
Created attachment 91310 [details]
output from df -k, df -i and lsmod in a textfile
Not a single one of the oopses in that log are in kjournald, nor do they show any signs of being inside ext3. They show all the hallmarks of hardware memory corruption. You really need to do a hardware memory test next. www.memtest86.com is the best place to start. You are right! Thanks a lot! After running the tests for a day one of the memory modules was signalled as faulty. After removing the module the machine has been up and running for 4 days with no faults. Standard memory tests didn't detect anything. kjournald was blamed because it was involved in the first n of the panics. A humble tip: Why not inform RH support service of some generic error types, if they had told me this from start, since they had the same information, you and I would have saved some days of work. Case closed. Notes, but memory errors can show up as problems _anywhere_ in the kernel, and it's a little tricky to give exact footprints of what stands out as such a problem. |