View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000873 | Xdebug | Uncategorized | public | 2012-08-20 11:25 | 2016-12-03 23:59 |
Reporter | robertjohnson | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Platform | Windows | OS | XP SP3 | OS Version | 5.1 SP3 |
Product Version | 2.2.1 | ||||
Fixed in Version | 2.2.4 | ||||
Summary | 0000873: Crash viewing COM object properties in Eclipse PDT | ||||
Description | In Eclipse PDT, PHP crashes when a COM object is in scope. Crash does not occur when Variables/Expressions is hidden, but still occurs when hovering over the COM object. Whenever Eclipse tries to evaluate the object or expression in the debugger, PHP crashes. | ||||
Steps To Reproduce | On Windows, run a php script containing this, and step to the 2nd statement. <?php /* To crash PHP:
$state = $conn->State; | ||||
Additional Information | Eclipse Juno Classic with installed PDT | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | Win XP SP3 | ||||
PHP Version | 5.5.5-5.5.9 | ||||
|
I have fixed this myself for now, by editing the com_dotnet extension, although the bug is in xdebug, and not com_dotnet. zend_object_handlers.get_properties returns NULL in com_dotnet, which causes xdebug to crash. Proof that this is a bug in xdebug: <?php Result without xdebug: Result with xdebug: |
|
Duplicate of 0000976, which is fixed for 2.2.4/2.3.0. |
|
Script: Outputs: When xdebug is loaded, PHP crashes. Unfortunately the issue has not been fixed in xdebug 2.2.5 on PHP 5.5 NTS VC11 |
|
Is this still a problem for you? |
|
The email bounced, so closing this. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-08-20 11:25 | robertjohnson | New Issue | |
2012-08-20 11:25 | robertjohnson | File Added: xdebug.png | |
2012-10-11 10:13 | robertjohnson | Note Added: 0002358 | |
2014-02-27 19:41 | derick | Note Added: 0002707 | |
2014-02-27 19:41 | derick | Relationship added | duplicate of 0000976 |
2014-02-27 19:41 | derick | Status | new => resolved |
2014-02-27 19:41 | derick | Fixed in Version | => 2.2.4 |
2014-02-27 19:41 | derick | Resolution | open => duplicate |
2014-02-27 19:41 | derick | Assigned To | => derick |
2014-06-09 11:45 | robertjohnson | PHP Version | 5.4.4 => 5.5.5-5.5.9 |
2014-06-09 11:45 | robertjohnson | Note Added: 0002844 | |
2014-06-09 11:45 | robertjohnson | Status | resolved => feedback |
2014-06-09 11:45 | robertjohnson | Resolution | duplicate => reopened |
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) |
2016-11-28 21:30 | derick | Note Added: 0003831 | |
2016-11-28 21:30 | derick | Status | feedback => new |
2016-11-28 21:30 | derick | Status | new => feedback |
2016-12-03 23:59 | derick | Note Added: 0003890 | |
2016-12-03 23:59 | derick | Status | feedback => resolved |
2016-12-03 23:59 | derick | Resolution | reopened => unable to reproduce |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |