View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002311 | Xdebug | Uncategorized | public | 2024-12-24 10:14 | 2024-12-24 12:02 |
Reporter | stanilnytskyi | Assigned To | derick | ||
Priority | high | Severity | crash | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 3.4.0 | ||||
Summary | 0002311: Segmentation fault on xdebug 3.4.0 | ||||
Description | After upgrading from 3.2.1 to 3.4.0 some composer scripts are failing. | ||||
Steps To Reproduce | I attach my docker reproducer (just build container, all files and dependencies already included) The docker: The video: I just run a script inside attached reproducer:
| ||||
Additional Information | Interestingly it work if xdebug mode is off
I tried to dig into the code and found it starts to fail after calling
The method does not seem to be unusual, it's just a class like this: https://github.com/magento/magento-cloud-patches/blob/1.1.2/src/Command/Process/Action/ReviewAppliedAction.php We upgraded form xdebug 3.2.1 The debugger config can be seen in ini files and .env. We usually put xdebug into XDEBUG_MODE=develop,debug and enable listener on demand. | ||||
Tags | crash, segfault | ||||
Operating System | Linux | ||||
PHP Version | 8.1.20-8.1.29 | ||||
|
Please follow the instructions at https://xdebug.org/reporting-bugs while reporting bug reports. This is however possibly a duplicate of https://bugs.xdebug.org/view.php?id=2307, which has reportedly been fixed with https://github.com/xdebug/xdebug/pull/987, and is part of the cheers, |
|
Thanks for your reply, I am not sure if this is exact duplicate of https://bugs.xdebug.org/view.php?id=2307 To check if mentioned fix help should we to try to compile xdebug from latest |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-12-24 10:14 | stanilnytskyi | New Issue | |
2024-12-24 10:14 | stanilnytskyi | Tag Attached: crash | |
2024-12-24 10:14 | stanilnytskyi | Tag Attached: segfault | |
2024-12-24 10:51 | derick | Assigned To | => derick |
2024-12-24 10:51 | derick | Status | new => feedback |
2024-12-24 10:51 | derick | Note Added: 0007133 | |
2024-12-24 12:02 | stanilnytskyi | Note Added: 0007134 | |
2024-12-24 12:02 | stanilnytskyi | File Added: Screenshot 2024-12-24 125358.png | |
2024-12-24 12:02 | stanilnytskyi | Status | feedback => assigned |