The following reply was made to PR os-aix/1441; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Randy Wiemer <[EMAIL PROTECTED]> Cc: Apache bugs database <[EMAIL PROTECTED]> Subject: Re: os-aix/1441: Apache stops responding - kill -TERM PID leads to zombie must reboot -Reply Date: Thu, 20 Nov 1997 18:18:08 -0700 (MST) On 21 Nov 1997, Randy Wiemer wrote: > The following reply was made to PR os-aix/1441; it has been noted by GNATS. > > From: Randy Wiemer <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: os-aix/1441: Apache stops responding - kill -TERM PID > leads to zombie must reboot -Reply > Date: Thu, 20 Nov 1997 18:38:15 -0600 > > I have looked deeper into the Apache bug database. Problem 869 looks to > raise > three separate issues. I have resolved two of the three but the third > problem > seems to persist and might be my root cause. > > Problem 869 includes a make report with 4 items of unsigned long assigned to > int, one error about an infinite loop program may not terminate and the > ERROR: > Undefined symbol: .__set_errno128 > > I can fix the unsigned long to int type by retyping the variables. I can > fix > the ERROR: Undefined symbol: .__set_errno128 by using flags -lm variable. I > cannot fix the compiler's warning about the infinite loop. Might this be my > zombie process? Might it also lead to the condition of the server ceasing > to > serve pages? No. It is unrelated.
