View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000801 | Xdebug | Uncategorized | public | 2012-03-20 11:46 | 2012-04-22 13:48 |
| Reporter | Sjon | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | any | OS | linux | OS Version | - |
| Product Version | 2.2dev | ||||
| Target Version | 2.2.0 | Fixed in Version | 2.2.0RC2 | ||
| Summary | 0000801: Segfault with streamwrapper, unclosed $fp and xdebug on destruction | ||||
| Description | #0 0x00000000005abd12 in zend_hash_find () doesn't happen without xdebug | ||||
| Steps To Reproduce | <?php class Handler
} class Wrapper
} stream_wrapper_register('wrap', 'Wrapper'); class Manager Manager::$stuff = new stdClass(); | ||||
| Additional Information | the 'die' is only to illustrate that stream_close isn't called. Reproducable on PHP 5.3.10 with Suhosin-Patch (cli) (built: Feb 6 2012 19:18:12) and PHP 5.3.10 (cli) (built: Feb 2 2012 23:38:14) | ||||
| Tags | No tags attached. | ||||
| Operating System | Archlinux, CentOS | ||||
| PHP Version | 5.3.10 | ||||