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

From: <xdebug-dev[@]lists.xdebug.org>
Date: Mon, 19 Jul 2004 13:53:48 +0200

The following NEW bug has been ADDED.
======================================================================
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: new
Operating System:
PHP Version: 5.0.0-dev
Xdebug Version: 2.0-dev
======================================================================
Date Submitted: 2004-07-19 13:53 CEST
Last Modified: 2004-07-19 13:53 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!';

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

Bug History
Date Modified Username Field Change
======================================================================
2004-07-19 13:53tony2001 New Bug
======================================================================
Received on Mon Jul 19 2004 - 13:53:54 BST

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