Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30349 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61075 invoked by uid 1010); 28 Jun 2007 20:26:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61060 invoked from network); 28 Jun 2007 20:26:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jun 2007 20:26:02 -0000 X-Host-Fingerprint: 193.171.131.246 teacheradsl246.eduhi.at Received: from [193.171.131.246] ([193.171.131.246:18041] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/E2-21924-65914864 for ; Thu, 28 Jun 2007 16:25:59 -0400 Message-ID: <34.E2.21924.65914864@pb1.pair.com> To: internals@lists.php.net Date: Thu, 28 Jun 2007 22:25:55 +0200 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 193.171.131.246 Subject: Exception thrown without a stack frame From: jakob.buchgraber@gmail.com (Jakob Buchgraber) 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