Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30353 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97490 invoked by uid 1010); 28 Jun 2007 22:15:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97475 invoked from network); 28 Jun 2007 22:15:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jun 2007 22:15:30 -0000 Received: from [127.0.0.1] ([127.0.0.1:25662]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 08/95-21924-20334864 for ; Thu, 28 Jun 2007 18:15:30 -0400 X-Host-Fingerprint: 208.67.191.194 unknown Received: from [208.67.191.194] ([208.67.191.194:25532] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/65-21924-DCF24864 for ; Thu, 28 Jun 2007 18:01:51 -0400 To: internals@lists.php.net,jakob.buchgraber@gmail.com (Jakob Buchgraber) Date: Thu, 28 Jun 2007 15:01:43 -0700 Message-ID: <20070628150143.028d46f5@localhost> In-Reply-To: <34.E2.21924.65914864@pb1.pair.com> References: <34.E2.21924.65914864@pb1.pair.com> Organization: The Selling Source, Inc. X-Newsreader: Claws Mail 2.9.1 (GTK+ 2.10.11; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 208.67.191.194 Subject: Re: Exception thrown without a stack frame From: andrew.minerd@sellingsource.com (Andrew Minerd) > I sometimes get the following error > >> Fatal error: Exception thrown without a stack frame in > >> Unknown on line 0
> > What does this mean? When we see these, they're typically from our custom session handler. -- Andrew Minerd Software Architect The Selling Source, Inc. On Thu, 28 Jun 2007 22:25:55 +0200 jakob.buchgraber@gmail.com (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