Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12687 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95995 invoked by uid 1010); 9 Sep 2004 18:17:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95839 invoked from network); 9 Sep 2004 18:17:34 -0000 Received: from unknown (HELO mail1.panix.com) (166.84.1.72) by pb1.pair.com with SMTP; 9 Sep 2004 18:17:34 -0000 Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail1.panix.com (Postfix) with ESMTP id B989C48719 for ; Thu, 9 Sep 2004 14:17:34 -0400 (EDT) Received: (from analysis@localhost) by panix5.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id i89IHYB04944 for internals@lists.php.net; Thu, 9 Sep 2004 14:17:34 -0400 (EDT) Date: Thu, 9 Sep 2004 14:17:34 -0400 To: PHP Internals List Message-ID: <20040909181734.GA4464@panix.com> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4e89b42604090911107681e23c@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Subject: Re: [PHP-DEV] Re: Really odd PHP problem... different platform From: danielc@analysisandsolutions.com (Daniel Convissor) On Thu, Sep 09, 2004 at 07:10:51PM +0100, Wez Furlong wrote: > Hope that helps.... (and if you find out about the minidump thing, > please share the knowledge ;-) This may be of assistance... Get the Windows Debugger: http://www.microsoft.com/ddk/debugging/ Here's a tip sheet on the process: http://www.jsiinc.com/SUBJ/tip4900/rh4981.htm Something I did to make things easier, was add the commands to the file extension handling. In Windows Explorer, select the Folder Options, File Types and add the DMP extension. Add an event called Open and put this value in there: C:\Program Files\Debugging Tools for Windows\windbg.exe" -y "SRV*C:\Program Files\Debugging Tools for Windows\Symbols*http://msdl.microsoft.com/download/symbols" -i C:\WINNT\system32 -z "%1" Note, I manually put in those line breaks after spaces here for visibility. Merge them onto one line and edit the paths as appropriate for you. --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409