View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002241 | Xdebug | Step Debugging | public | 2024-01-26 12:41 | 2024-03-28 17:00 |
| Reporter | xedaxip791 | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | duplicate | ||
| Product Version | 3.3.1 | ||||
| Summary | 0002241: Segmentation fault - Symfony 6.2.1 - Sulu cms | ||||
| Description | There is error, even after trying to deep dive into functions I was not able to find specific php function, when there is presented breakpoint (on any line of code that is after this function) the xdebug will crash | ||||
| Steps To Reproduce |
(this was tested only in phpstorm)
| ||||
| Additional Information | This only occurrences when the breakpoint is pressented, when I remove the breakpoint and resume the apllication (even if I already landed on breakpoint) the Segment fault did not occurrences. Also from time to time (this is not always possible to reproduce), the segment fault occurrences also when the breakpoint is set to disable. I was trying to deep dive into specific line that is casing this error, because this step is online call on Sulu function renderStructure, but after lot of step into steps I did not managed to find it. Versions: output of php -v | ||||
| Tags | No tags attached. | ||||
| Operating System | Ubuntu 20.04.2 LTS | ||||
| PHP Version | 8.1.10-8.1.19 | ||||
|
|
Log from xdebug |
|
|
Sorry for multiple messages, I found out this already https://xdebug.org/reporting-bugs Here is also gdb and valgrind |
|
|
After more testing, when using php line function xdebug_break(); it is not failing, it is something when breakpoints inside php storm |
|
|
This is a duplicate of 0002229, which I unfortunately still haven't managed to reproduce, although we have an idea what makes it crash. |