View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000352 | Xdebug | Uncategorized | public | 2008-02-08 22:04 | 2009-12-29 12:13 |
Reporter | timmeh | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Summary | 0000352: exception trace uses wrong exception | ||||
Description | if an exception happens in a destructor called during cleanup from another exception, it is used for an xdebug stack trace even if it is caught and ignored. the correct exception is used if xdebug is not installed or if the exception is caught at a higher level. | ||||
Additional Information | <?php // if an exception happens in a destructor called during cleanup from another class c { function f() { // the non-xdebug PHP stack trace uses the desired exception, // using PHP to catch the exception always gets the right one phpinfo() ;// PHP 5.2.5 /** Directive Local Value Master Value **/ ?> | ||||
Tags | No tags attached. | ||||
Operating System | Windows XP | ||||
PHP Version | 5.2.5 | ||||
|
Both with ant without Xdebug loaded, I am getting: ignoring the exception--- ignoring the exception--- derick@kossu:/home/httpd/html/test/xdebug$ php bug352.php derick@kossu:/home/httpd/html/test/xdebug$ php -n bug352.php What's the problem? |
|
No feedback provided. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-02-08 22:04 | timmeh | New Issue | |
2009-11-22 19:53 | derick | Note Added: 0001165 | |
2009-11-22 19:53 | derick | Status | new => feedback |
2009-12-29 12:13 | derick | Note Added: 0001220 | |
2009-12-29 12:13 | derick | Status | feedback => resolved |
2009-12-29 12:13 | derick | Resolution | open => unable to reproduce |
2009-12-29 12:13 | derick | Assigned To | => derick |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |