View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000940 | Xdebug | public | 2013-04-04 20:36 | 2013-05-18 21:09 | |
Reporter | jtreminio | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Platform | Linux | OS | Debian | OS Version | 2.6.32-46 |
Product Version | 2.2.1 | ||||
Summary | 0000940: xdebug quits when it reaches an object cast to array that contained protected properties | ||||
Description | xdebug quits session when it reaches an object, that contains protected properties, that has been cast to an array. | ||||
Steps To Reproduce | <?php
} // Place breakpoint at line below // xdebug crashes when it goes past line below // This code will still be run, without debug | ||||
Additional Information | PHP itself does not segfault and continues execution. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.10 | ||||
|
$ php -v PHP 5.3.10 (cli) (built: Jan 30 2013 09:29:03) Also tested with PHP 5.4.13 (cli) (built: Mar 16 2013 13:38:08) and PHP 5.3.22 (cli) (built: Feb 22 2013 00:34:22) |
|
Xdebug doesn't actually crash, the IDE seems to be closing the connection. This is a duplicate of 924 which has a better description. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-04-04 20:36 | jtreminio | New Issue | |
2013-04-04 20:37 | jtreminio | Note Added: 0002451 | |
2013-05-18 21:09 | derick | Note Added: 0002470 | |
2013-05-18 21:09 | derick | Relationship added | duplicate of 0000924 |
2013-05-18 21:09 | derick | Status | new => resolved |
2013-05-18 21:09 | derick | Resolution | open => duplicate |
2013-05-18 21:09 | derick | Assigned To | => derick |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |