View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000840 | Xdebug | public | 2012-05-17 20:01 | 2012-05-28 08:24 | |
Reporter | lunetics | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Php 5.4.3, nginx 1.2 | OS | Freebsd | OS Version | 9.0 amd64 |
Product Version | 2.2.0 | ||||
Summary | 0000840: Xdebug crashes when a class is returned by a __call method with a static var and more than 2 props | ||||
Description | Experienced the following bug while working with Symfony2. The doctrine repository got magic __call method for entity properties (e.g. findByPropery(). Only one entity couldn't be displayed in the inspect window, xdebug crashed, and that one had a static var in it. To drill it down, as soon as a class / object with a static propery and more than 2 properties is returned, php crashes (502 bad gateway) if a breakpoint is set. | ||||
Steps To Reproduce |
| ||||
Additional Information | PhpStorm 4.0 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Operating System | |||||
PHP Version | 5.4.3 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-05-17 20:01 | lunetics | New Issue | |
2012-05-17 20:01 | lunetics | File Added: works.php | |
2012-05-17 20:02 | lunetics | File Added: worksnot.php | |
2012-05-17 20:02 | lunetics | File Added: xdbg.log | |
2012-05-17 20:29 | lunetics | Note Added: 0002178 | |
2012-05-28 08:24 | derick | Note Added: 0002199 | |
2012-05-28 08:24 | derick | Status | new => closed |
2012-05-28 08:24 | derick | Assigned To | => derick |
2012-05-28 08:24 | derick | Resolution | open => fixed |
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) |