From: <er...@he...> - 2003-07-07 19:31:05
|
On Wed, Jul 02, 2003 at 12:34:12PM -0400, Nicholas Henke wrote: > On Tue, 2003-07-01 at 18:39, er...@he... wrote: > > > > P.S. I've attached a quick port of the 3.2.3 patch to 2.4.20. I > > think it should work. > > Same S@#$t, Different Kernel. Nic: I have a hunch about what might be going on here. There's some potential for badness in exit_notify with BProc. kill_pg and is_orphaned_pgrp might end up setting the process state back to RUNNING instead of ZOMBIE. Then they could get hung up because the ghost is gone because it's already exited. I've attached a revised patch which I think should fix that. Can you try it an see if it helps? - Erik |