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 | derick | ||
| 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 | ||||
|
|
Fixed, and thanks for your report with excellent reproduce case. |
|
|
Still causes issues for PHP 5.1 and 5.2. |
|
|
It crashes in PHP 5.1 and 5.2 even without Xdebug, so just ignoring those then. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-03-20 11:46 | Sjon | New Issue | |
| 2012-03-21 10:23 | derick | Target Version | => 2.2.0 |
| 2012-03-24 00:06 | derick | Note Added: 0002002 | |
| 2012-03-24 00:06 | derick | Status | new => closed |
| 2012-03-24 00:06 | derick | Assigned To | => derick |
| 2012-03-24 00:06 | derick | Resolution | open => fixed |
| 2012-03-27 16:44 | derick | Note Added: 0002022 | |
| 2012-03-27 16:44 | derick | Status | closed => assigned |
| 2012-03-29 08:22 | derick | Note Added: 0002025 | |
| 2012-03-29 08:22 | derick | Status | assigned => closed |
| 2012-04-22 13:48 | derick | Fixed in Version | => 2.2.0RC2 |
| 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) |
| 2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
| 2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |