Bug 5762
Summary: | sigkill leaves process running with RSS=0 in 2.6.15-rc5 | ||
---|---|---|---|
Product: | Process Management | Reporter: | Alan Somers (asomers) |
Component: | Other | Assignee: | process_other |
Status: | REJECTED INVALID | ||
Severity: | normal | CC: | airlied, akpm, bunk, kernel |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.15-rc5 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
profile after X has crashed
profile after 'killall -9 X' |
Description
Alan Somers
2005-12-19 20:13:47 UTC
Downstream bug: http://bugs.gentoo.org/115905 It looks like 2.6.11-rc5-mm1 is immune . I've crashed the game twice but neither time has X crashed. no, 2.6.11-rc5-mm1 is vulnerable. I must have discovered another bug in the game earlier. More details on how to trigger the crash: It has only happened in the ONS-Torlan level (which I play most often anyway cause its the best), with me and either 7 or 9 bots, and on at least 2 out of 4 occasions I was standing in the center river channel under the communications tower. I'd suspect that X has put the video card into a weird state and the driver has hung up. Can you please generate a kernel profile of the system when the X server is in its hung-up state? Documentation/basic_profiling.txt will help - it'll tell us where the kernel got stuck. Thanks. Here are two profiles. The profile-start was generated after the game and X crashed, but before I killed X. After I did 'killall -9 X' and X went to RSS=0, I cleared the profile and then generated profile-postkill . This was done in 2.6.15-rc5 . I was unable to produce the bug in 2.6.15 even with several hours of gameplay. Created attachment 7197 [details]
profile after X has crashed
Created attachment 7198 [details]
profile after 'killall -9 X'
welcome to a 3D GPU crash, have a nice day :-) The kernel should make very little difference to this crashing or not, the DRI drivers are more of a culprit... |