[FreeBSD 5.3-RC2] Processes STILL hanging in unkillable state
Boris Kovalenko
boris at ntmk.ru
Mon Nov 8 19:37:59 PST 2004
David Xu wrote:
Hello!
Seems to be OK. Four days without problems.
> Please try following patch:
>
> Index: kern_thread.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/kern/kern_thread.c,v
> retrieving revision 1.205
> diff -u -r1.205 kern_thread.c
> --- kern_thread.c 4 Nov 2004 22:13:16 -0000 1.205
> +++ kern_thread.c 5 Nov 2004 04:23:24 -0000
> @@ -832,11 +832,10 @@
> continue;
> /*
> * maybe other inhibitted states too?
> - * XXXKSE Is it totally safe to
> - * suspend a non-interruptable thread?
> */
> - if (td2->td_inhibitors &
> - (TDI_SLEEPING | TDI_SWAPPED))
> + if ((td2->td_flags & TDF_SINTR) &&
> + (td2->td_inhibitors &
> + (TDI_SLEEPING | TDI_SWAPPED)))
> thread_suspend_one(td2);
> break;
> }
With respect,
Boris
More information about the freebsd-current
mailing list