Bug 99051
Summary: | general protection fault in ext4_htree_store_dirent | ||
---|---|---|---|
Product: | File System | Reporter: | Ernst Persson (ernstp) |
Component: | ext4 | Assignee: | fs_ext4 (fs_ext4) |
Status: | NEW --- | ||
Severity: | normal | CC: | szg00000, tytso |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 4.1.0-rc5 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Ernst Persson
2015-05-27 16:51:26 UTC
The failure is inside kmalloc(), which implies that the internal slab data structures were corrupted (i.e., caused by a double free, buffer overrun, etc.). So the bug might not be in ext4 --- it's just that ext4 happened to trip over the corrupted data structures. Can you reproduce the crash at all? My system which is brand new was panicing a lot so I was afraid it was broken. But with 3.19.0-20-generic now it's very stable and passed 120 hours of memtest. Can you reproduce the crash on a 4.1-rcX kernel? |