View Issue Details

IDProjectCategoryView StatusLast Update
0001215XdebugUncategorizedpublic2015-12-07 11:32
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.4.0rc1 
Target Version2.4.0Fixed in Version2.4.0rc2 
Summary0001215: 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);'

TagsNo tags attached.
Operating System
PHP Version5.6.15-5.6.19

Activities

derick

2015-11-29 15:11

administrator   ~0003269

Fixed for 2.4.0. (And the original was reporting at https://bugzilla.redhat.com/show_bug.cgi?id=1286117)