Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30373 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88129 invoked by uid 1010); 30 Jun 2007 01:35:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88114 invoked from network); 30 Jun 2007 01:35:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2007 01:35:13 -0000 Authentication-Results: pb1.pair.com header.from=aashley@adamashley.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=aashley@adamashley.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamashley.name designates 209.67.210.186 as permitted sender) X-PHP-List-Original-Sender: aashley@adamashley.name X-Host-Fingerprint: 209.67.210.186 loki.cernun.net Received: from [209.67.210.186] ([209.67.210.186:56339] helo=loki.cernun.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/4F-44149-F43B5864 for ; Fri, 29 Jun 2007 21:35:13 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by loki.cernun.net (Postfix) with ESMTP id 3B3D57D011B; Sat, 30 Jun 2007 01:31:25 +0000 (GMT) Received: from loki.cernun.net ([127.0.0.1]) by localhost (loki.cernun.net [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 08555-04; Sat, 30 Jun 2007 01:31:19 +0000 (GMT) Received: by loki.cernun.net (Postfix, from userid 48) id 2D4037D014C; Sat, 30 Jun 2007 01:31:18 +0000 (GMT) Received: from 203-59-173-56.dyn.iinet.net.au (203-59-173-56.dyn.iinet.net.au [203.59.173.56]) by webmail.cernun.net (Horde MIME library) with HTTP; Sat, 30 Jun 2007 09:31:18 +0800 Message-ID: <20070630093118.fbiio9bu8sgcskks@webmail.cernun.net> Date: Sat, 30 Jun 2007 09:31:18 +0800 To: internals@lists.php.net, Jakob Buchgraber References: <34.E2.21924.65914864@pb1.pair.com> <20070628150143.028d46f5@localhost> In-Reply-To: <20070628150143.028d46f5@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=_3pt9tckibi4g"; protocol="application/pgp-signature"; micalg="pgp-sha1" Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) X-Virus-Scanned: Maia Mailguard 1.0.2 Subject: Re: [PHP-DEV] Re: Exception thrown without a stack frame From: aashley@adamashley.name (Adam Ashley) --=_3pt9tckibi4g Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit >> 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. > In my experience that error is almost certainly in a piece of your code that is run after the main execution of the program is complete. So places to check are shutdown functions (things registered with register_shutdown_function()), custom session handlers and object destructors. Basically any piece of code that can be called after the official execution of your script is complete and clean-up is occuring. Adam Ashley --=_3pt9tckibi4g Content-Type: application/pgp-signature Content-Description: PGP Digital Signature Content-Disposition: inline Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQBGhbJms8ffhvXbyyARAnXrAKCuzlSUeWc3JVwB7+KDt+MDmWwvRACfbq0J qFfU6JWndW38LPN7+KRlsaY= =xqRs -----END PGP SIGNATURE----- --=_3pt9tckibi4g--