Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2012 22:10:11 GMT
From:      =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= <kes-kes@yandex.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/164526: kill(1) can not kill process despite on -KILL
Message-ID:  <201201282210.q0SMABi1080594@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/164526; it has been noted by GNATS.

From: =?windows-1251?B?yu7t/Oru4iDF4uPl7ejp?= <kes-kes@yandex.ru>
To: Jilles Tjoelker <jilles@stack.nl>
Cc: bug-followup@FreeBSD.org
Subject: Re: bin/164526: kill(1) can not kill process despite on -KILL
Date: Sun, 29 Jan 2012 00:07:03 +0200

 Здравствуйте, Jilles.
 
 Вы писали 28 января 2012 г., 20:24:07:
 
 >> [stuck process cannot be killed, system hangs when reboot is
 >> attempted]
 
 JT> A signal cannot forcibly kill a process that is stuck in the kernel.
 JT> Allowing this would put the integrity of the kernel data structures at
 JT> risk and likely cause hangs, data corruption or panics later on.
 
 JT> If a process is stuck in the kernel for a long time, this can be things
 JT> like broken hardware, a non-responsive NFS server or a bug.
 
 JT> A state 'T' (stopped) probably means the process is multi-threaded and
 JT> is trying to suspend but one or more threads will not cooperate
 JT> (non-interruptible sleep or running in the kernel).
 
 JT> Useful commands to obtain more information (supposing pid is 45471):
 
 JT> ps Hl45471
 JT> procstat -k 45471
 
 JT> Of course, this does not help if you already rebooted.
 
 that was happen when: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/164145
 kern/164145: [netisr] when one of netisr threads take 100% system is going to work unstable
 
 at this moment I try to restart 'radiusd' and it was STOPped forever
 even when I try to reboot (((( whole system is stopped
 so I need to travel to server to turn it OFF.
 
 may be in this state just 'jmp BOOTSYSTEM_FROM_BEGINNING'
  (sorry, do no remember address to start BIOS POST)
 and do not allow to hangs forever.
 
 
 -- 
 С уважением,
  Коньков                          mailto:kes-kes@yandex.ru
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201282210.q0SMABi1080594>