Bug 73711
Summary: | epmutex corrupts and hangs user space process at epoll_release_file | ||
---|---|---|---|
Product: | File System | Reporter: | yangzhe1990 |
Component: | VFS | Assignee: | fs_vfs |
Status: | NEW --- | ||
Severity: | high | CC: | alan, szg00000 |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.13.5 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
yangzhe1990
2014-04-09 07:33:55 UTC
It actually looks like some kind of memory coprruption - the magic number used to check the lock was corrupted. It's possible building a kernel with a lot more debug on may give better answers (notably slab poisoning and the various lock validators) but they will have a performance impact so I don't know how practical that is ? (tentatively reassigning to fs/vfs for now until we can get more idea) |