Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42711 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86011 invoked from network); 19 Jan 2009 21:05:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jan 2009 21:05:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=shire@tekrat.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=shire@tekrat.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain tekrat.com from 69.63.177.213 cause and error) X-PHP-List-Original-Sender: shire@tekrat.com X-Host-Fingerprint: 69.63.177.213 sizzo.org Linux 2.6 Received: from [69.63.177.213] ([69.63.177.213:48657] helo=sizzo.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/EA-60519-80BE4794 for ; Mon, 19 Jan 2009 16:05:13 -0500 Received: from 173-116-86-149.pools.spcsdns.net (173-116-86-149.pools.spcsdns.net [173.116.86.149]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by sizzo.org (Postfix) with ESMTPSA id 60A956D4953; Mon, 19 Jan 2009 13:05:09 -0800 (PST) Message-ID: <4974EB03.4050007@tekrat.com> Date: Mon, 19 Jan 2009 13:05:07 -0800 User-Agent: Postbox 1.0b3 (Macintosh/2009011516) MIME-Version: 1.0 To: "John Carter -X (johncart - PolicyApp Ltd at Cisco)" CC: PHP Internals List References: <4973DB36.3010703@tekrat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PATCH: zend_mm_heap_overflow() From: shire@tekrat.com (shire) John Carter -X (johncart - PolicyApp Ltd at Cisco) wrote: > Shire, > > Xlog looks really useful. Does it also help with "exception thrown > without a stack trace"? > Thanks John, I was just made aware that xdebug has similar functionality with a little bit different approach, config, etc so do check it out as well to see which meets your needs best. I'm sorry that I wasn't aware of it's fatal catching capabilities before. It depends on what you want to get from "Exception thrown without a stack frame" (I assume this is the error you meant not, stack trace). There is no backtrace information available when this error occurs so nothing is going to get you a backtrace that i know of, however if there's some specific piece of data you'd like to have in the logs perhaps I can check to see if that's a possibility. However in some states of the engine, getting anything useful can often be diffucult or unstable. -shire