Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Why won't this process die?
- Date: Wed, 16 Aug 2006 15:16:23 +0900
- From: "Josh Glover" <jmglov@example.com>
- Subject: Re: [tlug] Why won't this process die?
- References: <Pine.BSF.4.58.0608160127400.66456@example.com>
On 16/08/06, Joe Larabell <fred62@???> wrote:Some processes ignore TERM -- especially if they're designed to keep running even when the shell that started them happens to go away.Not too many processes ignore TERM on purpose. The most common reason for SIGTERM to fail is that the process is "hung". SIGKILL causes the kernel to clean up the process's in-kernel data structures, whether the process wants to die or not. SIGKILL, of course, also occasionally fails. This is most likely because the process has invoked a syscall which is waiting for a lock or in some uninterruptible state. -Josh
- References:
- Re: [tlug] Why won't this process die?
- From: Joe Larabell
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Why won't this process die?
- Next by Date: Re: [tlug] Why won't this process die?
- Previous by thread: Re: [tlug] Why won't this process die?
- Next by thread: Re: [tlug] Why won't this process die?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links