Re: Unkillable process

From: Ken Smith <kensmith_at_cse.Buffalo.EDU>
Date: Wed, 27 Oct 2004 15:31:33 -0400
On Wed, Oct 27, 2004 at 04:37:27PM +0400, Vladimir Grebenschikov wrote:

> Looks like I should upgrade to 1.251:
> 
> diff -u -r1.251 -r1.250
> --- sys/kern/kern_exit.c        23 Oct 2004 11:20:26 -0000      1.251
> +++ sys/kern/kern_exit.c        5 Oct 2004 18:51:11 -0000       1.250
> _at__at_ -403,7 +403,7 _at__at_
>                  * since their existence means someone is screwing up.
>                  */
>                 if (q->p_flag & P_TRACED) {
> -                       q->p_flag &= ~(P_TRACED | P_STOPPED_TRACE);
> +                       q->p_flag &= ~P_TRACED;
>                         psignal(q, SIGKILL);
>                 }

Yes, but before you do... :-)

If it's not too late can you do:

	ps -o f -l

Or if anyone "succeeds" at wedging processes (especially if you
already have the above patch applied) can you try this?

I have a trivial procedure that produces unkillable processes
before the above patch, and this patch fixes that case.  I've got
one person reporting that he can still get wedged processes even
with the above patch though so I'm looking for a bit more information.

Thanks...

-- 
						Ken Smith
- From there to here, from here to      |       kensmith_at_cse.buffalo.edu
  there, funny things are everywhere.   |
                      - Theodore Geisel |
Received on Wed Oct 27 2004 - 17:31:40 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:19 UTC