Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23024 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64943 invoked by uid 1010); 29 Apr 2006 10:33:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64928 invoked from network); 29 Apr 2006 10:33:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Apr 2006 10:33:37 -0000 X-PHP-List-Original-Sender: nlopess@php.net X-Host-Fingerprint: 212.55.154.26 relay6.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.26:48071] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 05/0A-18514-00143544 for ; Sat, 29 Apr 2006 06:33:37 -0400 Received: (qmail 4409 invoked by uid 0); 29 Apr 2006 10:33:32 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.156) by relay6 with SMTP; 29 Apr 2006 10:33:32 -0000 Received: (qmail 21278 invoked from network); 29 Apr 2006 10:33:32 -0000 X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00684 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.142.167]) (envelope-sender ) by mta6 (qmail-ldap-1.03) with SMTP for ; 29 Apr 2006 10:33:32 -0000 Message-ID: <006901c66b78$5cf9f350$0100a8c0@pc07653> To: "Sharad Gupta" , References: <82bc920f0604281846p2ebbd32ao8593f00c3d5c8638@mail.gmail.com> Date: Sat, 29 Apr 2006 11:33:32 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: Re: [PHP-DEV] Help with generating a stack trace on IIS6 From: nlopess@php.net ("Nuno Lopes") 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