Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18538 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4749 invoked by uid 1010); 29 Aug 2005 22:03:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4734 invoked from network); 29 Aug 2005 22:03:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2005 22:03:59 -0000 X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:35972] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id AC/6E-15098-F4683134 for ; Mon, 29 Aug 2005 18:03:59 -0400 Received: from [192.168.1.3] (dsl-082-083-255-025.arcor-ip.net [82.83.255.25]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id 3E4AB35C379; Tue, 30 Aug 2005 00:25:06 +0200 (CEST) Date: Tue, 30 Aug 2005 00:05:59 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1115917991.20050830000559@marcus-boerger.de> To: steve Cc: Zeev Suraski , internals@lists.php.net In-Reply-To: <57792e8505082914244b23a4df@mail.gmail.com> References: <5.1.0.14.2.20050822134257.05e07c60@localhost> <57792e8505082914244b23a4df@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.0.5RC1 rolled From: helly@php.net (Marcus Boerger) Hello steve, for a c backtrace set a breakpoint on function zend_throw_exception_internal. regards marcus Monday, August 29, 2005, 11:24:16 PM, you wrote: > I get this error in the error log, on every page view in this release: > PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0 > It seems to happen after the page is complete, since from the webpage > it renders fine. I found a bug reference about throwing exceptions in > __destroy, but that is not it. So I went to debug php, but alas, there > isn't any info on php.net on how to do it (I tried --with-debug, but > that gave me an error). > Anyone have a reasonable quick way I can get either the PHP-code > backtrace or the C backtrace of PHP itself on this fatal error? I have > some limited knowledge of gdb... > -steve-- > On 8/22/05, Zeev Suraski wrote: >> www.php.net/~zeev/php-5.0.5RC1.tar.gz >> www.php.net/~zeev/php-5.0.5RC1.tar.bz2 >> >> If there are no stoppers I'd like to release it towards the end of the week. >> >> Zeev