Bug 48711
Summary: | BUG: unable to handle kernel NULL pointer dereference at 0000000000000028 | ||
---|---|---|---|
Product: | File System | Reporter: | Mehmet Giritli (mehmet) |
Component: | NFS | Assignee: | bfields |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | trondmy |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.4.9 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Mehmet Giritli
2012-10-12 10:08:30 UTC
This is in all likelihood an ext4 bug, but I'm assigning this to Bruce so that he can have a look first. It has no chance of being an NFS filesystem (i.e. client) bug... (In reply to comment #0) > Additionally, I very frequently get an "Input/output Error" whenever I am > trying to remove or upload or even download files over nfs, even though > *sometimes* the action, like deleting, completed successfully. I don't know > if > this is related. I didn't see a crash like this before in the past, even when > I > got the input/output error. Ignoring this one paragraph under the assumption it's due to soft mounts as in bug 48771. The ext4 bug appears to be a dup of 47611, fixed in the 3.4 stable branch by d8b868fd75 "ext4: fix kernel BUG on large-scale rm -rf commands", in 3.4.10. |