View Issue Details

IDProjectCategoryView StatusLast Update
0000268XdebugUncategorizedpublic2007-05-18 14:55
Reporterlars Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionopen 
Summary0000268: Apache segfaults on some scripts when xdebug.collect_params and xdebug.default_enable is set.
Description

I experience crashes with some php scripts when both
xdebug.collect_params and xdebug.default_enable are set.
If I disable either one of them everything works fine.

If I you need more information an/or the scripts to reproduce the problem let me know.
[notice] child pid 31315 exit signal Segmentation fault (11)

Additional Information

Using PHP Version 5.2.0-8+etch3
PHP API: 20041225
PHP Extension 20060613
Zend Extension 220060519
Suhosin v0.9.12

xdebug settings:
xdebug.auto_trace On
xdebug.collect_includes On
xdebug.collect_params Off
xdebug.collect_return On
xdebug.collect_vars Off
xdebug.default_enable On
xdebug.dump.COOKIE no value
xdebug.dump.ENV no value
xdebug.dump.FILES no value
xdebug.dump.GET no value
xdebug.dump.POST no value
xdebug.dump.REQUEST no value
xdebug.dump.SERVER no value
xdebug.dump.SESSION no value
xdebug.dump_globals On
xdebug.dump_once On
xdebug.dump_undefined Off
xdebug.extended_info On
xdebug.idekey no value
xdebug.manual_url http://www.php.net
xdebug.max_nesting_level 100
xdebug.profiler_aggregate Off
xdebug.profiler_append Off
xdebug.profiler_enable On
xdebug.profiler_enable_trigger Off
xdebug.profiler_output_dir /tmp
xdebug.profiler_output_name crc32
xdebug.remote_autostart Off
xdebug.remote_enable On
xdebug.remote_handler dbgp
xdebug.remote_host localhost
xdebug.remote_log no value
xdebug.remote_mode req
xdebug.remote_port 9000
xdebug.show_exception_trace Off
xdebug.show_local_vars On
xdebug.show_mem_delta On
xdebug.trace_format 0
xdebug.trace_options 0
xdebug.trace_output_dir /tmp
xdebug.trace_output_name crc32
xdebug.var_display_max_children 128
xdebug.var_display_max_data 512
xdebug.var_display_max_depth 2

TagsNo tags attached.
Operating SystemDebian 4.0 Etch
PHP Version5.2.0

Activities

derick

2007-05-15 16:42

administrator   ~0000615

Could you try CVS, this should be addressed?

lars

2007-05-15 17:05

reporter   ~0000616

I have tried the files in CVS and now can not reproduce this error anymore. Thank you!

derick

2007-05-18 14:55

administrator   ~0000617

Great, thanks for the report.

Issue History

Date Modified Username Field Change
2007-05-15 15:54 lars New Issue
2007-05-15 16:42 derick Note Added: 0000615
2007-05-15 16:42 derick Status new => feedback
2007-05-15 17:05 lars Note Added: 0000616
2007-05-18 14:55 derick Status feedback => closed
2007-05-18 14:55 derick Note Added: 0000617
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized