Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 9263 invoked by uid 6000); 28 Jan 1999 08:45:30 -0000 Received: (qmail 9248 invoked from network); 28 Jan 1999 08:45:23 -0000 Received: from twinlark.arctic.org (204.107.140.52) by taz.hyperreal.org with SMTP; 28 Jan 1999 08:45:23 -0000 Received: (qmail 30972 invoked by uid 500); 28 Jan 1999 08:45:11 -0000 Date: Thu, 28 Jan 1999 00:45:11 -0800 (PST) From: Dean Gaudet To: Apache Developers Subject: Re: Bug with graceful restarts? In-Reply-To: <199901262240.OAA31418@scv2.apple.com> Message-ID: X-Comment: Visit http://www.arctic.org/~dgaudet/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 1.3.5-dev survives 30 or 40 seconds of continuous kill -USR1 on a redhat 5.2 box... it could be something in your code. These things are, uh, "fun" to debug. It's probably a race condition. Does the configuration used piped logs? Dean On Tue, 26 Jan 1999, Wilfredo Sanchez wrote: > I just got a bug report that after doing several "apachectl > graceful" restarts (while fiddling with and testing the config), the > server eventually dies. In at least one case this is accompanied by > one "apache: [] [warn] long lost child came home! (pid > <#>)" error message logged to the apache "error_log" file for each > apache daemon. > > This apparently never happened with 1.3.3; started with 1.3.4. > > Has anyone else seen anything similar? I'm curious as to whether > it might be specific to Mac OS X Server. > > -Fred >