Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8846 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85982 invoked by uid 1010); 31 Mar 2004 18:21:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85894 invoked from network); 31 Mar 2004 18:21:06 -0000 Received: from unknown (HELO longsword.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 31 Mar 2004 18:21:06 -0000 Received: from ip-66-80-117-2.nyc.megapath.net ([66.80.117.2] helo=[10.80.116.129]) by longsword.omniti.com with asmtp (TLSv1:RC4-SHA:128) (Exim 4.14) id 1B8kKo-0003ko-Lx; Wed, 31 Mar 2004 13:21:06 -0500 In-Reply-To: References: <20040331110649.4004014e.tony2001@phpclub.net> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-ID: <65F43C5A-8340-11D8-BB7A-000393B2B3C0@omniti.com> Content-Transfer-Encoding: 7bit Cc: Antony Dovgal , Derick Rethans , internals@lists.php.net Date: Wed, 31 Mar 2004 13:22:41 -0500 To: Sterling Hughes X-Mailer: Apple Mail (2.613) Subject: Re: [PHP-DEV] Segfault in HEAD From: george@omniti.com (George Schlossnagle) On Mar 31, 2004, at 1:17 PM, Sterling Hughes wrote: > php5 shouldn't crash _at all_ within an infinite loop because we > aren't in one big execution loop. Why shouldn't this crash eventually? You still have to account for all the callers stacks. George