View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001215 | Xdebug | Uncategorized | public | 2015-11-29 15:00 | 2015-12-07 11:32 |
| Reporter | derick | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.4.0rc1 | ||||
| Target Version | 2.4.0 | Fixed in Version | 2.4.0rc2 | ||
| Summary | 0001215: SIGSEGV if xdebug.trace_output_dir directory does not exist | ||||
| Description | If you use xdebug.trace_output_dir with a directory that does not exist, Xdebug segfaults when trying to create the trace file. | ||||
| Steps To Reproduce | php -dxdebug.auto_trace=1 -dxdebug.trace_output_dir=/tmp/Flumberwocky -r 'echo strlen(234);' | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.6.15-5.6.19 | ||||
|
|
Fixed for 2.4.0. (And the original was reporting at https://bugzilla.redhat.com/show_bug.cgi?id=1286117) |