FS#29694 - [linux] linux-3.3.4 i686 crashes while accessing files
Attached to Project:
Arch Linux
Opened by ybsar (ybsar) - Tuesday, 01 May 2012, 15:08 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 02 May 2012, 17:48 GMT
Opened by ybsar (ybsar) - Tuesday, 01 May 2012, 15:08 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 02 May 2012, 17:48 GMT
|
Details
Description:
After upgrading my EeePC to linux-3.3.4-1-ARCH, the system randomly crashed, from time to time, while I was using it (that is not at boot time). It seems to crash more frequently when applications access many files. Sometime an Oops message is displayed, otherwise the system just hangs up without warning. No more crash since I rolled it back to linux-3.3.3-1-ARCH. Additional info: Processor: i686 Intel(R) Atom(TM) CPU N270 @ 1.60GHz GenuineIntel. Attached log file comes from "dmesg" just before a crash using "dd". Steps to reproduce: dd if=/dev/any_partition | strings | grep Oops (then the system crashes within a few minutes/seconds) |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Wednesday, 02 May 2012, 17:48 GMT
Reason for closing: Fixed
Additional comments about closing: 3.3.4-2 & 3.0.30-2
Wednesday, 02 May 2012, 17:48 GMT
Reason for closing: Fixed
Additional comments about closing: 3.3.4-2 & 3.0.30-2
echo 'never' >/sys/kernel/mm/transparent_hugepage/enabled
My system is a pentium celeron.
Booting with transparent_hugepage=always doesn't seem to help.
With the previous linux 3.3.3 no similar crashes.