public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* "Unkillable processes" and INFO: task ... blocked for more than 120 seconds
@ 2015-02-20 17:13 Manuel Reimer
  2015-02-20 17:30 ` Manuel Reimer
  0 siblings, 1 reply; 3+ messages in thread
From: Manuel Reimer @ 2015-02-20 17:13 UTC (permalink / raw)
  To: linux-kernel

Hello,

today, I had the following problem:

I was editing a few photos in GIMP and after I finished with that, I 
tried to close GIMP which failed. KDE offered me to terminate the 
application which also didn't work.

So I opened a terminal and tried "killall -9 gimp" --> No success

Next I tried "pgrep gimp" to get the PID of the hanging process. With 
the result that pgrep now also got stuck with hangup of my whole shell.

A "strace pgrep gimp" told me that pgrep actually hung up on a read on 
"/proc/18294/cmdline" so I guessed that this could be my hanging GIMP 
process. But even "kill -9 18294" was not able to kill the process.

So I switched over to a VT shell and logged in as root which at first 
hung up the login shell, but was fixable by pressing "Ctrl + C". Even as 
root I was unable to kill GIMP.

The kernel didn't actually crash. My music player continued to play 
nicely and my mail client was fully usable.

I saved some log output to pastebin: http://pastebin.com/FPDvyePJ

What has been happening here? Why is it possible that I actually get 
non-killable processes?

If you need additional information, please ask.

Thank you very much in advance.

Manuel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-20 19:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 17:13 "Unkillable processes" and INFO: task ... blocked for more than 120 seconds Manuel Reimer
2015-02-20 17:30 ` Manuel Reimer
2015-02-20 19:27   ` Martin Steigerwald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox