Bug 9305
Summary: | BUG: unable to handle kernel paging request at virtual address 26121228/kswapd0[231] exited with preempt_count 1 | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Krzysztof Oledzki (ole) |
Component: | Other | Assignee: | Andrew Morton (akpm) |
Status: | CLOSED UNREPRODUCIBLE | ||
Severity: | high | CC: | clameter, ole, randy.dunlap |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.22.6 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Krzysztof Oledzki
2007-11-04 06:21:34 UTC
This is a typical trace if slab memory objects were corrupted. Is this occurring on a single machine or can it be reproduced on other machines?
> This is a typical trace if slab memory objects were corrupted. Is this
> occurring
> on a single machine or can it be reproduced on other machines?
This occurred only once on a single machine. However, with no reports from
ECC, EDAC MC and MCE it is IMHO very unlikely for this crash to be caused
by a hardware malfunction.
> This occurred only once on a single machine. However, with no reports from
> ECC, EDAC MC and MCE it is IMHO very unlikely for this crash to be caused
> by a hardware malfunction.
Memory can also be corrupted by faulty system software components
overwriting memory. Recompile the kernel with CONFIG_SLAB_DEBUG on to
have a better chance to detect these things.
> Memory can also be corrupted by faulty system software components
> overwriting memory. Recompile the kernel with CONFIG_SLAB_DEBUG on to
> have a better chance to detect these things.
If I only could do this... CONFIG_SLAB_DEBUG unfortunately makes my system
so slow that it is not able to handle his normal tasks. Previously it took
~2 months for this error to come out, it is not possible to leave it with
this option enabled for so long. :(
Best regards,
Krzysztof Ol
|