View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000976 | Xdebug | Uncategorized | public | 2013-09-17 03:01 | 2013-10-14 00:43 |
| Reporter | pvasilevich | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.2.3 | ||||
| Fixed in Version | 2.2.4 | ||||
| Summary | 0000976: XDebug crashes if current varibles scope contains COM object | ||||
| Description | If you are working with COM objects, for example with Excel, XDebug crashes trying to display content of such variable in debugger | ||||
| Steps To Reproduce |
$ex = new COM("Excel.Application", NULL, CP_UTF8);
| ||||
| Additional Information | Crash appeared in method xdebug_var_export_xml_node() when trying to access properties of COM object: Z_OBJDEBUG_PP(struc, is_temp); returns NULL | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.5-dev | ||||