Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755034AbbBTRNy (ORCPT ); Fri, 20 Feb 2015 12:13:54 -0500 Received: from plane.gmane.org ([80.91.229.3]:53872 "EHLO plane.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754704AbbBTRNx (ORCPT ); Fri, 20 Feb 2015 12:13:53 -0500 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Manuel Reimer Subject: "Unkillable processes" and INFO: task ... blocked for more than 120 seconds Date: Fri, 20 Feb 2015 18:13:36 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p5494604d.dip0.t-ipconnect.de User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1431 Lines: 34 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/