[xdebug-dev] Bug 0000078: segfault with set_exception_handler()

From: <xdebug-dev[@]lists.xdebug.org>
Date: Wed, 15 Sep 2004 10:01:39 +0200

The following bug has been CLOSED
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000078
======================================================================
Reporter: tony2001
Handler:
======================================================================
Project: Xdebug
Bug ID: 78
Category: Debug client (console)
Reproducibility: always
Severity: trivial
Priority: normal
Status: closed
Operating System:
PHP Version: 5.0.0-dev
Xdebug Version: 2.0-dev
======================================================================
Date Submitted: 2004-07-19 13:53 CEST
Last Modified: 2004-09-15 10:01 CEST
======================================================================
Summary: segfault with set_exception_handler()
Description:
PHP segfaults with xdebug enabled on this code:
<?php

function except_handler () {

        $args = func_get_args ();

        print_r ($args);

        echo 'got it!';

}

set_exception_handler ('except_handler');

throw new Exception ('Exception!');

echo 'hello!';

?>
======================================================================

----------------------------------------------------------------------
 derick - 2004-09-15 10:01 CEST
----------------------------------------------------------------------
I believe this is fixed now, and I can not reproduce this. Please reopen
the bug.

Bug History
Date Modified Username Field Change
======================================================================
2004-07-19 13:53tony2001 New Bug
2004-09-15 10:01derick Bugnote Added: 0000189
2004-09-15 10:01derick Status new => closed
======================================================================
Received on Wed Sep 15 2004 - 10:01:43 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST