[xdebug-dev] Bug 0000402: Segfault with Code Coverage and exceptions

From: <noreply[@]lists.xdebug.org>
Date: Fri, 22 Aug 2008 10:07:31 +0200

The following NEW bug has been ADDED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000402
======================================================================
Reporter: sebastian
Handler:
======================================================================
Project: Xdebug
Bug ID: 402
Category: Feature/Change request
Reproducibility: always
Severity: crash
Priority: normal
Status: new
Operating System:
PHP Version: 5.2-dev
Xdebug Version: 2.1.0-dev
======================================================================
Date Submitted: 2008-08-22 10:07 CEST
Last Modified: 2008-08-22 10:07 CEST
======================================================================
Summary: Segfault with Code Coverage and exceptions
Description:
<?php
xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE);

function something_that_might_throw() {}

try {
    something_that_might_throw();
    return;
}

catch (Exception $e) {}

$codeCoverage = xdebug_get_code_coverage();
xdebug_stop_code_coverage();
print_r($codeCoverage);

======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2008-08-22 10:07sebastian New Bug
2008-08-22 10:07sebastian Bug Monitored: sebastian
======================================================================
Received on Fri Aug 22 2008 - 10:07:33 BST

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