View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002036 | Xdebug | Uncategorized | public | 2021-10-18 22:40 | 2021-12-01 15:39 |
| Reporter | kelunik | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 3.1.2 | ||||
| Summary | 0002036: Segfault on fiber switch in finally block in garbage collected fiber | ||||
| Description | PHP with xdebug segfaults if a fiber is switched in a finally block in a GCed fiber. With xdebug: php test.php Without xdebug: php test.php | ||||
| Steps To Reproduce | <?php $fiberA = new Fiber(function () { $fiberB = new Fiber(function () use ($fiberA) { $fiberB->start(); | ||||
| Tags | crash, SIGSEGV | ||||
| Operating System | |||||
| PHP Version | 8.1-dev | ||||