Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7597 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29766 invoked by uid 1010); 4 Feb 2004 23:41:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29698 invoked from network); 4 Feb 2004 23:41:12 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 4 Feb 2004 23:41:12 -0000 Received: (qmail 22026 invoked from network); 4 Feb 2004 23:41:04 -0000 Received: from localhost (HELO zeev-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 4 Feb 2004 23:41:04 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20040205013655.0a1cde10@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 05 Feb 2004 01:40:43 +0200 To: Marcus Boerger Cc: Andi Gutmans ,internals@lists.php.net In-Reply-To: <70-447866953.20040204232959@marcus-boerger.de> References: <5.1.0.14.2.20040203143932.0733a0d0@localhost> <5.1.0.14.2.20040203143932.0733a0d0@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] New exceptions mechanism From: zeev@zend.com (Zeev Suraski) At 00:29 05/02/2004, Marcus Boerger wrote: >The new exception implementation looks a bit nicer but needs some >tweaks. Try this code: A bit? It's a helluva lot nicer :) >php -r 'reflection_class::export("xyz");' >which dirctly segfaults. What happens is that the class xyz does not exist >and reflection api throws an exception which results in a SEGV. Yes, I think it's the same thing others are bumping into, but that's a very nice short reproducing script you got there :) We'll fix it tomorrow. Zeev