Date: Thu, 12 Nov 2015 12:09:26 +0700 From: Eugene Grosbein <eugen@grosbein.net> To: Slawa Olhovchenkov <slw@zxy.spb.ru>, freebsd-stable@freebsd.org Subject: Re: Unkillable process in STOP state Message-ID: <56441F06.5020001@grosbein.net> In-Reply-To: <20151112001249.GI48728@zxy.spb.ru> References: <20151112001249.GI48728@zxy.spb.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On 12.11.2015 07:12, Slawa Olhovchenkov wrote: > I have amd64, STABLE r288167. > PID TID COMM TDNAME CPU PRI STATE WCHAN > kill -STOP don't have effect. > gdb can't be attached. That is expected, STOP-ed process cannot do anything, can't even die. Use "kill -KILL", then "kill -CONT", so the KILL signal could be delivered and do the job.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56441F06.5020001>