Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28997 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53138 invoked by uid 1010); 24 Apr 2007 19:38:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53123 invoked from network); 24 Apr 2007 19:38:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Apr 2007 19:38:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=pstradomski@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pstradomski@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pstradomski@gmail.com X-Host-Fingerprint: 64.233.184.226 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.226] ([64.233.184.226:6039] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/EF-60955-EBC5E264 for ; Tue, 24 Apr 2007 15:38:39 -0400 Received: by wr-out-0506.google.com with SMTP id i21so2140420wra for ; Tue, 24 Apr 2007 12:38:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=AlaAVYGjd2x5GWOWz5oYOU3BGuxEY9mI9LKgIdl/GqtxsPYdmqm/P2Dhm1sMyJBHOWASoEx8NtPOVTBfGmDyQWy+eRLgfg8NVQwqAPnb9tO0rF3vTuzPgJVuEsnzZ5ZBuF1IXz/HJHzzUnbNE/tVcIDaMAClw/QLOHd/Nn9TExo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:reply-to:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=Oz0yjb1IDbzBjzgDyCC7N3EVX/SLxuV/jGh1RNBth73I104p4ikv+MBepdodppC0+jmH9Npw2F4QTWFj1AgKER2wgkduYCiRI0sAshT9ij05icxBlfQQ3QRfYPJbDszwO5Fukm0EQIp3F86Dg+kCcOQDnW6uxeC8ljmGliqztec= Received: by 10.90.100.2 with SMTP id x2mr2399177agb.1177443515982; Tue, 24 Apr 2007 12:38:35 -0700 (PDT) Received: from charon ( [195.136.196.130]) by mx.google.com with ESMTP id b23sm1929075ugd.2007.04.24.12.38.33; Tue, 24 Apr 2007 12:38:34 -0700 (PDT) Reply-To: =?iso-8859-2?q?Pawe=B3_Stradomski?= To: internals@lists.php.net Date: Tue, 24 Apr 2007 21:40:08 +0200 User-Agent: KMail/1.9.6 References: <35.58.21560.7D6AD264@pb1.pair.com> <13.9B.60955.4A65E264@pb1.pair.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-ID: <200704242140.08487.pstradomski@gmail.com> Subject: Re: [PHP-DEV] Segfault in PHP 5.2.1 From: pstradomski@gmail.com (=?iso-8859-2?q?Pawe=B3_Stradomski?=) Derick Rethans wrote: > On Tue, 24 Apr 2007, David Lindstrom wrote: > > Still, PHP should never segfault? > > Almost never... stack overflows are "okay". > > regards, > Derick > I' ve run into PHP segfaulting (infinte loop of two constructors) recently = and=20 I think it should not happen in any case - no matter if the PHP script=20 running is buggy or not. I makes debugging difficult and brings unpredicatb= le=20 results. Besides - it is not documented at all. =2D-=20 Pawe=B3 Stradomski