View Issue Details

IDProjectCategoryView StatusLast Update
0000034XdebugUncategorizedpublic2003-12-22 17:22
Reporterstain Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionopen 
Summary0000034: auto_profile strange behaviour when creating dumps
Description

When using auto_profile mode on, dumps sometimes are empty, sometimes they takes few minutes to be available.
I try to explain better: after loading a php script on my web server, I look at the output dir and see that there's a new empty dump file. Few minutes later, I see that it contains correct dump.

Tring to reproduce it, I got a strange behaviour: sometimes I got some dumps containing just the following line: "End of function profiler"

Seems so strange to me...

Additional Information

My xdebug settings in php.ini are as following:

[xdebug]
; http://www.xdebug.org/docs-settings.php
xdebug.auto_trace=Off
xdebug.collect_params=Off
xdebug.default_enable=On
xdebug.manual_url=http://www.php.net
xdebug.max_nesting_level=64
xdebug.remote_enable=Off
; xdebug.remote_handler=gdb
; xdebug.remote_host=localhost
; xdebug.remote_mode=req
; xdebug.remote_port=17869
xdebug.auto_profile=Off
xdebug.auto_profile_mode=0
xdebug.output_dir=/var/log/xdebug/
xdebug.dump.COOKIE=
xdebug.dump.ENV=
xdebug.dump.FILES=
xdebug.dump.GET=
xdebug.dump.POST=
xdebug.dump.REQUEST=
xdebug.dump.SERVER=
xdebug.dump.SESSION=

TagsNo tags attached.
Operating SystemLinux SuSE
PHP Version4.3.0

Activities

derick

2003-12-22 17:22

administrator   ~0000082

Already fixed in CVS, you can either try one of the RCs or wait a few days until I release Xdebug 1.3.0.

Thanks for using Xdebug!

Issue History

Date Modified Username Field Change
2003-12-22 17:07 stain New Issue
2003-12-22 17:22 derick Status new => closed
2003-12-22 17:22 derick Note Added: 0000082
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