Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47595 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64376 invoked from network); 25 Mar 2010 09:09:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2010 09:09:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=wrowe@rowe-clan.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=wrowe@rowe-clan.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rowe-clan.net from 64.202.165.47 cause and error) X-PHP-List-Original-Sender: wrowe@rowe-clan.net X-Host-Fingerprint: 64.202.165.47 smtpauth23.prod.mesa1.secureserver.net Linux 2.4/2.6 Received: from [64.202.165.47] ([64.202.165.47:34330] helo=smtpauth23.prod.mesa1.secureserver.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/B9-14605-D382BAB4 for ; Thu, 25 Mar 2010 04:09:17 -0500 Received: (qmail 19658 invoked from network); 25 Mar 2010 09:09:14 -0000 Received: from unknown (76.252.112.72) by smtpauth23.prod.mesa1.secureserver.net (64.202.165.47) with ESMTP; 25 Mar 2010 09:09:14 -0000 Message-ID: <4BAB281F.3030807@rowe-clan.net> Date: Thu, 25 Mar 2010 04:08:47 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.8) Gecko/20100227 Lightning/1.0b1 Thunderbird/3.0.3 MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= CC: Thomas Hruska , internals@lists.php.net References: <4BAB0190.8090103@cubiclesoft.com> <1269507195.1737.2.camel@guybrush> In-Reply-To: <1269507195.1737.2.camel@guybrush> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] How to trace a crash bug? From: wrowe@rowe-clan.net ("William A. Rowe Jr.") On 3/25/2010 3:53 AM, Johannes Schlüter wrote: > Hi, > > On Wed, 2010-03-24 at 23:24 -0700, Thomas Hruska wrote: >> PHP 5.2.13 on Windows XP SP3 w/ Apache (PHP as a module) is crashing for >> me. I've tried to create a simple test case to reproduce but I'm not >> able to. Any hints/tips or a guide on how to debug this would be highly >> appreciated. I'm not adverse to debuggers and I have VS2008 >> Professional on this machine. > > On http://bugs.php.net/bugs-generating-backtrace-win32.php are > instructions to create a stacktrace of the crash which might give a > first indication where to look. Depending on where it crashes, you may also need to grab the symbols for your version of apache; http://archive.apache.org/dist/httpd/binaries/win32/symbols/, the zip unpacks neatly on top of your apache2.x directory tree.