Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69648 invoked by uid 1010); 15 Apr 2004 11:38:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 67928 invoked from network); 15 Apr 2004 11:38:26 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by pb1.pair.com with SMTP; 15 Apr 2004 11:38:26 -0000 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BE5CL-0007cD-00 for ; Thu, 15 Apr 2004 13:38:25 +0200 Received: from ns1.enidan.ch ([217.8.216.11]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2004 13:38:25 +0200 Received: from per by ns1.enidan.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 15 Apr 2004 13:38:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Thu, 15 Apr 2004 13:38:23 +0200 Lines: 19 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: ns1.enidan.ch User-Agent: KNode/0.7.2 Sender: news Subject: Re: [PHP-DEV] what is the reasonable thing to with a segfault in php? From: per@computer.org (Per Jessen) Derick Rethans wrote: > On Thu, 15 Apr 2004, Per Jessen wrote: > >> I'm *certain* it is caused by a mistake in *my* code, but I feel it isn't >> exactly appropriate for php to segfault because of a user error? > > Right, it's not supposed to do so. Please make a backtrace of the > segfault (with gdb), or try with valgrind to see what goes wrong. I'll try with a CVS snapshot later, but for now I've opened http://bugs.php.net/bug.php?id=28006 and added the backtrace from my current php (4.3.4). /Per Jessen, Zurich