Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 19414 invoked by uid 500); 2 Jan 2002 22:24:39 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 19403 invoked from network); 2 Jan 2002 22:24:39 -0000 Sender: bkorb@svldns02.veritas.com Message-ID: <3C3388A9.C5B07DA0@veritas.com> Date: Wed, 02 Jan 2002 14:24:41 -0800 From: Bruce Korb Reply-To: Bruce Korb X-Mailer: Mozilla 4.72 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Debugging help, please? References: <3C33849C.302D698F@veritas.com> <20020102231641.H55284@io.stderr.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thomas Eibner wrote: > Try recompiling Apache with CFLAGS=-g and then start it in single > child mode in gdb: > > $ gdb /path/to/bin/httpd > (gdb) run -X > > .. does it help? I'll see what I can do tonight, when I get home. Thanks. I'm not really sure I've ever been able to capture a child with gdb, though. It's easy with UnixWare's Debug, but I'll see what I can do. Thanks! - Bruce