Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18537 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92788 invoked by uid 1010); 29 Aug 2005 21:24:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92773 invoked from network); 29 Aug 2005 21:24:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Aug 2005 21:24:21 -0000 X-Host-Fingerprint: 64.233.184.194 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.194:54223] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 16/7D-15098-40D73134 for ; Mon, 29 Aug 2005 17:24:20 -0400 Received: by wproxy.gmail.com with SMTP id i21so643088wra for ; Mon, 29 Aug 2005 14:24:16 -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:content-transfer-encoding:content-disposition:references; b=Dh7QFNoSeYsEwjsAGx+R76H3YOcH+nD/GDF4XWJg7dTUr+2KVsf70iHtQZc6wAicY0rksuonwaDJgO8mJLQKejqmTjolMWRbZq/FOwmBiOIeuiW5ikVqXOnI0LlWl+0/FopB/O6NNVb+O5kHxcTRtb+qFce+R1+vWbY43ufJg14= Received: by 10.54.144.8 with SMTP id r8mr3354282wrd; Mon, 29 Aug 2005 14:24:16 -0700 (PDT) Received: by 10.54.107.8 with HTTP; Mon, 29 Aug 2005 14:24:16 -0700 (PDT) Message-ID: <57792e8505082914244b23a4df@mail.gmail.com> Date: Mon, 29 Aug 2005 14:24:16 -0700 To: Zeev Suraski Cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20050822134257.05e07c60@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5.1.0.14.2.20050822134257.05e07c60@localhost> Subject: Re: [PHP-DEV] 5.0.5RC1 rolled From: iamstever@gmail.com (steve) 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 lin= e 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 >=20 > If there are no stoppers I'd like to release it towards the end of the we= ek. >=20 > Zeev >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >