Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18639 invoked by uid 1010); 29 Apr 2006 14:06:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18624 invoked from network); 29 Apr 2006 14:06:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Apr 2006 14:06:07 -0000 X-PHP-List-Original-Sender: sharadg@gmail.com X-Host-Fingerprint: 64.233.166.182 pproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.166.182:37625] helo=pproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DD/0F-18514-FC273544 for ; Sat, 29 Apr 2006 10:06:07 -0400 Received: by pproxy.gmail.com with SMTP id 57so2748848pya for ; Sat, 29 Apr 2006 07:06:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=stvUU/Z0LpvtZlqR2UzLlVWRS2tx/lAA+HJF8Ky6tyTANFe4oFbmYN2MzCb4nfBBg+6la93VXKpiPmTR6nHJLpOpsHOz3U9Ht/9BPr6vBwIfWxCaGF671iwzM5Kht4IP98V3eBRsVwtjW3IcUacYYU4Kpbe0toWSk00/XP/UCzs= Received: by 10.35.18.4 with SMTP id v4mr2717206pyi; Sat, 29 Apr 2006 07:06:03 -0700 (PDT) Received: by 10.35.125.2 with HTTP; Sat, 29 Apr 2006 07:06:03 -0700 (PDT) Message-ID: <82bc920f0604290706y62b2eb48ha65000f36bc29e4a@mail.gmail.com> Date: Sat, 29 Apr 2006 10:06:03 -0400 To: "Nuno Lopes" Cc: internals@lists.php.net In-Reply-To: <006901c66b78$5cf9f350$0100a8c0@pc07653> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_25878_31608036.1146319563425" References: <82bc920f0604281846p2ebbd32ao8593f00c3d5c8638@mail.gmail.com> <006901c66b78$5cf9f350$0100a8c0@pc07653> Subject: Re: [PHP-DEV] Help with generating a stack trace on IIS6 From: sharadg@gmail.com ("Sharad Gupta") ------=_Part_25878_31608036.1146319563425 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline It seems I was able to compile a debug version of php 4.4.2 myself using MSVC++ 6 with php4dll.dsw... but when I point IIS to ISAPI dll ... on all scripts, I get "input file not found" error ... when I dump a phpinfo using "php -i" ... it tells me that I am using PHP in CGI/FastCGI mode ... but I dont recall doing that intentionally ... anyonw has an idea about this behaviour ? also, what is the difference between php4dll.dsw & php4.dsw ? thanks for your help On 4/29/06, Nuno Lopes wrote: > > I haven't been able to use such tool with PHP with the .pdb files myself. > If > you have success, could you please write a tutorial for our bugs.php.net > site? > That tool teoricaly should also find memory leaks, but well, I can't work > with it.. Wine with valgrind is much easier :) > > Nuno > > > ----- Original Message ----- > From: "Sharad Gupta" > To: > Sent: Saturday, April 29, 2006 2:46 AM > Subject: [PHP-DEV] Help with generating a stack trace on IIS6 > > > Hi All, > > My company has recently switched its servers from apache 1.3 to IIS 6 ... > not for technical but for business reasons. Well, we have tried using > different versions of PHP, 4.3.7, 4.3.8, 4.4.2 ... but with every ISAPI > config, we are getting "PHP has encountered an access violation at XXXX" > ... > > > I have searched extensively across bugs.php.net ... but could not really > find much helpful solutions. I know that without extra debug information, > its difficult for anyone here to be much helpful but my problem is I have > tried IIS's Microsoft Diagnostics Toolkit ... without much help. IIS does > not die when the error occurs and I cannot get the information that the > "how > to file bug report" page says. > > I would appreciate if anyone can help me in finding out how to obtain > extra > information from php ... I am not able to find a debug pack for PHP 4 ...= . > > Thanks > Sharad > > ------=_Part_25878_31608036.1146319563425--