Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12690 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52564 invoked by uid 1010); 9 Sep 2004 19:20:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44288 invoked from network); 9 Sep 2004 19:17:46 -0000 Received: from unknown (HELO mproxy.gmail.com) (216.239.56.248) by pb1.pair.com with SMTP; 9 Sep 2004 19:17:46 -0000 Received: by mproxy.gmail.com with SMTP id w67so128459cwb for ; Thu, 09 Sep 2004 12:17:46 -0700 (PDT) Received: by 10.11.117.37 with SMTP id p37mr357311cwc; Thu, 09 Sep 2004 12:17:45 -0700 (PDT) Received: by 10.11.117.13 with HTTP; Thu, 9 Sep 2004 12:17:45 -0700 (PDT) Message-ID: <4e89b426040909121755d2102d@mail.gmail.com> Date: Thu, 9 Sep 2004 20:17:45 +0100 Reply-To: Wez Furlong To: Dietrich Ayala Cc: internals@lists.php.net In-Reply-To: <4140A908.9000500@ganx4.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040905193319.91641.qmail@pb1.pair.com> <20040905211921.39505.qmail@pb1.pair.com> <20040905223229.41761.qmail@pb1.pair.com> <5.1.0.14.2.20040906231133.06501800@localhost> <20040907091235.5283.qmail@pb1.pair.com> <413E02BF.4080604@ganx4.com> <4e89b42604090911107681e23c@mail.gmail.com> <4140A908.9000500@ganx4.com> Subject: Re: [PHP-DEV] Re: Really odd PHP problem... different platform From: kingwez@gmail.com (Wez Furlong) The .pdb files contain the debugging info; they should be generated as part of the debug build. Dans tips on reading the minidump are handy, but don't tell you how to get hold of one for an application crash--they cover only a kernel crash (BSOD). You'll need to do some googling to try and find out how to make it work. I'd stick to a regular Debug_TS if I were you, as there is a fair chance that some of those more esoteric build configurations are not completely up to date. --Wez. On Thu, 09 Sep 2004 12:03:36 -0700, Dietrich Ayala wrote: > excellent tips, thx dan and wez. > > do i need to do add any special options to the debug build configuration > to generate the debug symbols? also, what is the release_tsdbg build > configuration? a release build w/ debug symbols?