Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19100 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61286 invoked by uid 1010); 20 Sep 2005 02:26:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61271 invoked from network); 20 Sep 2005 02:26:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2005 02:26:19 -0000 X-Host-Fingerprint: 147.202.47.146 cruiser.plexpod.net Linux 2.5 (sometimes 2.4) (4) Received: from ([147.202.47.146:56144] helo=cruiser.plexpod.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 8E/AA-43379-B437F234 for ; Mon, 19 Sep 2005 22:26:19 -0400 Received: from dsl254-067-175.nyc1.dsl.speakeasy.net ([216.254.67.175] helo=desario.homelinux.net) by cruiser.plexpod.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.52) id 1EHXpZ-0004M5-Co; Mon, 19 Sep 2005 22:26:01 -0400 Received: by desario.homelinux.net (sSMTP sendmail emulation); Mon, 19 Sep 2005 22:26:02 -0400 Date: Mon, 19 Sep 2005 22:26:02 -0400 To: "D. Walsh" Cc: php dev Message-ID: <20050920022601.GW8645@desario.homelinux.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cruiser.plexpod.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - plexpod.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] assistance debuging PHP required. From: andrew@plexpod.com (Andrew Yochum) Hi Dale, On Mon, Sep 19, 2005 at 08:10:05PM -0400, D. Walsh wrote: > I've been building for some time without incident however, when I > include a module apache crashes. > > I have gdb and while I can start apache with it, when it does crash > I'm lost because I don't know what to do. Here's a start... Fire up apache with the -X option using gdb and then when it crashes run "backtrace" or "bt" at the gdb prompt. That'll show you where it is crashing in the source code. From there, you can make an somewhat educated guess at what code is at fault. See: http://bugs.php.net/bugs-generating-backtrace.php Tracking down the actual source of your problem will be a bit more inovled. There are a few decent gdb tutorials online that'll get you started. HTH, Andrew -- Andrew Yochum Plexpod andrew@plexpod.com 718-360-0879