View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002064 | Xdebug | Uncategorized | public | 2022-02-21 06:09 | 2022-04-04 11:32 |
| Reporter | mrsombre | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Docker | OS Version | php:8.1-apache | ||
| Product Version | 3.1.2 | ||||
| Target Version | 3.1dev | Fixed in Version | 3.1.4 | ||
| Summary | 0002064: Segmentation fault in symfony cache | ||||
| Description | If exception raised in symfony cache contracts segfault occured | ||||
| Steps To Reproduce |
This PHP code:
Result: | ||||
| Additional Information | If set mode to XDEBUG_MODE: "debug" error is not reproduced | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 8.1.0-8.1.4 | ||||
|
|
I have reproduced this, and there is a fix at https://github.com/xdebug/xdebug/pull/820 — but I can't seem to make a short reproducible script. Do you perhaps know what kind of "strange" thing, symfony-cache does here? |
|
|
I've merge the PR, and this should become part of 3.1.4. |