Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30377 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12458 invoked by uid 1010); 30 Jun 2007 14:37:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 12442 invoked from network); 30 Jun 2007 14:37:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2007 14:37:48 -0000 X-Host-Fingerprint: 193.170.68.74 unknown Received: from [193.170.68.74] ([193.170.68.74:21503] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/72-24942-ABA66864 for ; Sat, 30 Jun 2007 10:37:48 -0400 Message-ID: To: internals@lists.php.net Date: Sat, 30 Jun 2007 16:37:43 +0200 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 References: <34.E2.21924.65914864@pb1.pair.com> <58695.216.230.84.67.1183064548.squirrel@www.l-i-e.com> In-Reply-To: <58695.216.230.84.67.1183064548.squirrel@www.l-i-e.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 193.170.68.74 Subject: Re: [PHP-DEV] Exception thrown without a stack frame From: jakob.buchgraber@gmail.com (Jakob Buchgraber) Richard Lynch wrote: > I would guess that an exception is getting thrown before you PHP > script has actually started... > > Something in the parsing of GET/POST data or file upload handler, > perhaps. > Definitely not. I was just testing my Logging class in Zend Studio. So no input GET/POST data were passed to the script and it's also not a problem with ZE as I can reproduce it with PHP 5.2.3 on the command line as well. > Can you nail down what was being done when it occurred, perhaps by > sending the error to Apache error log, and then looking at previous > line[s] to see what scripts are getting accessed. > > On Thu, June 28, 2007 3:25 pm, Jakob Buchgraber wrote: >> Hey! >> >> I sometimes get the following error >> >> Fatal error: Exception thrown without a stack frame in >> >> Unknown on line 0
>> >> What does this mean? Should this ever happen or does it somehow say >> that >> there is a bug in PHP. I am asking this because I've had this error a >> few times and it's pretty hard to debug. >> >> Thanks! >> >> - Jakob >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > I am sorry. I can't reproduce the example with a small script. I am trying hard but I always get a normal error message with a stack trace. If I can reproduce it, I'll send it to the list. - Jakob