View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001083 | Xdebug | Uncategorized | public | 2014-10-31 11:07 | 2015-01-12 18:28 |
| Reporter | kuindji | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | Ubuntu Server | OS Version | 14.04 |
| Product Version | 2.2.5 | ||||
| Fixed in Version | 2.2.7 | ||||
| Summary | 0001083: xdebug_break() "Segmentation fault (core dumped)" when remote debugging | ||||
| Description |
xdebug.ini: zend_extension=xdebug.so Whenever I invoke xdebug_break() from an error/exception handler phpStorm opens a debug window with stack trace. When I try switching between frames I get the segfault error (on the server). When there is no error/exception handler and xdebug reports a problem (without xdebug_break), or when I manually set a breakpoint - switching between frames works normally. | ||||
| Tags | No tags attached. | ||||
| Operating System | Ubuntu Server | ||||
| PHP Version | 5.5.5-5.5.9 | ||||
|
|
Could you please be so kind to provide a short reproducable script, and an |
|
|
In the Archive.zip you'll find a sample project. In phpStorm: PHP->Debug port = 10000 Start listening for remote connections vagrant up |
|
|
Thanks for the report - I could reproduce it with that. Just the "test.php" script would have worked too though :-) Working on a fix now. |
|
|
Fixed for 2.2.7 and 2.3dev |