View Issue Details

IDProjectCategoryView StatusLast Update
0001120XdebugUncategorizedpublic2015-05-30 20:02
Reporteritemon Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version2.3.1 
Summary0001120: nginx report 502 error on enable xdebug.auto_trace
Description

as the title mentioned, nginx always report 502 error when I enable xdebug.auto_trace?
here is my setting:

zend_extension="/var/tmp/xdebug.so"
xdebug.profiler_enable=on
xdebug.profiler_output_dir="/Users/huangwei/Downloads/soft/php5/log"
xdebug.trace_output_dir="/Users/huangwei/Downloads/soft/php5/log"
xdebug.profiler_enable_trigger=0
xdebug.profiler_append = 0
;xdebug.auto_trace=on
xdebug.collect_params=1
;xdebug.collect_return=1
xdebug.remote_enable=on
xdebug.remote_handler="dbgp"
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.profiler_output_name = "cachegrind.out.%t-%s"

TagsNo tags attached.
Operating System
PHP Version5.6.0-5.6.4

Activities

derick

2015-03-02 10:58

administrator   ~0003025

Hi!

Would it be possible to make a GDB backtrace for me? Or perhaps you can reproduce it with a smaller case with PHP's CLI (it's easier to make a backtrace that way)?
Or alternatively, please try the xdebug_2_3 branch of Github - I did fix a crash issue.

cheers,
Derick

derick

2015-03-23 09:42

administrator   ~0003051

Can you please upgrade to 2.3.2? And also answer the previous questions?

derick

2015-05-30 20:02

administrator   ~0003097

Can't reproduce this, and not feedback provided.

Issue History

Date Modified Username Field Change
2015-03-02 10:40 itemon New Issue
2015-03-02 10:58 derick Note Added: 0003025
2015-03-02 10:58 derick Assigned To => derick
2015-03-02 10:58 derick Status new => feedback
2015-03-23 09:42 derick Note Added: 0003051
2015-05-30 20:02 derick Note Added: 0003097
2015-05-30 20:02 derick Status feedback => closed
2015-05-30 20:02 derick Resolution open => unable to reproduce
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