Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12729 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51354 invoked by uid 1010); 10 Sep 2004 23:13:54 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48513 invoked from network); 10 Sep 2004 23:12:11 -0000 Received: from unknown (HELO theta.altoona-pa.com) (209.161.72.28) by pb1.pair.com with SMTP; 10 Sep 2004 23:12:10 -0000 Received: from IONZOFT-JEG (dpvc-207-68-114-163.alt.east.verizon.net [207.68.114.163]) by theta.altoona-pa.com (Postfix) with ESMTP id 2632618062 for ; Fri, 10 Sep 2004 19:12:10 -0400 (EDT) Date: Fri, 10 Sep 2004 19:12:13 -0400 X-Mailer: The Bat! (v2.11.02) Business X-Priority: 3 (Normal) Message-ID: <1534602465.20040910191213@ionzoft.com> To: internals@lists.php.net Resent-From: Jason Garber MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Resent-Message-Id: <20040910231210.2632618062@theta.altoona-pa.com> Resent-Date: Fri, 10 Sep 2004 19:12:10 -0400 (EDT) Subject: Bug #29080 [Opn->Bgs]: Segmentation Fault when using Interface From: php-bugs@lists.php.net (PHP Bug Database) Hello Nuno, Please explain what you mean here. I'm running 5.0.1 on RH/Linux and getting segfaults when I attempt to use an interface. Thanks. -- Best Regards, Jason ---------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=29080&edit=2 ID: 29080 Updated by: nlopess@php.net Reported By: jason at ionzoft dot com -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Redhat ES 3.0 (Intel) PHP Version: 5.0.0RC3 New Comment: It works with the Zend Optimizer/Debugger, so it's not our problem. You should report the problem to Zend. Previous Comments: ------------------------------------------------------------------------ [2004-07-20 17:10:47] jason at ionzoft dot com Hi, I'm experiencing the same bug, but it seems only the original poster comments are considered any good by the system, so could you please comment on your bug to reopen it. Thanks, Piotr -- Piotr Banasik T-P-L.com GnuPG key fingerprint: B1E5 A557 BB24 5E8A 95A4 202A 2B ------------------------------------------------------------------------ [2004-07-18 01:00:07] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2004-07-15 20:06:51] piotr at t-p-l dot com running the same code seg faults aswell I narrowed it down to Optimizer here is the proof: ------ WITHOUT OPTIMIZER ------ # php -v PHP 5.0.0 (cli) (built: Jul 15 2004 10:19:20) Copyright (c) 1997-2004 The PHP Group Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies with Zend Extension Manager v1.0.3, Copyright (c) 2003-2004, by Zend Technologies with Zend Debugger v3.5.0, Copyright (c) 1999-2004, by Zend Technologies # php test2.php Hello ------ WITH OPTIMIZER ------ # php -v PHP 5.0.0 (cli) (built: Jul 15 2004 10:19:20) Copyright (c) 1997-2004 The PHP Group Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies with Zend Extension Manager v1.0.3, Copyright (c) 2003-2004, by Zend Technologies with Zend Optimizer v2.5.3, Copyright (c) 1998-2004, by Zend Technologies with Zend Debugger v3.5.0, Copyright (c) 1999-2004, by Zend Technologies # php test2.php Segmentation fault ------ WITH OPTIMIZER (but no DEBUGGER) ------ # php -v PHP 5.0.0 (cli) (built: Jul 15 2004 10:19:20) Copyright (c) 1997-2004 The PHP Group Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies with Zend Extension Manager v1.0.3, Copyright (c) 2003-2004, by Zend Technologies with Zend Optimizer v2.5.3, Copyright (c) 1998-2004, by Zend Technologies # php test2.php Segmentation fault ------------------------------------------------------------------------ [2004-07-10 14:37:14] helly@php.net Could you also try to run it with Debugger and Optimizer alone to get them isolated? ------------------------------------------------------------------------ [2004-07-10 06:51:11] curt@php.net Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/29080