View Issue Details

IDProjectCategoryView StatusLast Update
0000003XdebugUncategorizedpublic2003-09-03 12:39
Reporterrui Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Summary0000003: Debug files (xdebug-xxxxx.txt) don't get updated
Description

1 - Xdebug setup
2 - Added 2 lines to php.ini:
a) zend_extension="/usr/local/lib/php/extensions/xdebug-4.3.2-1.2.0-lnx.so"
b) xdebug.auto_profile=1

3 - Stop / Start Apache
4 - Run simple script (Connect to mysql, select 100 records)
5 - File xdebug-xxx.txt is created in /tmp with 0 bytes length
6 - Stop Apache
7 - Debug information is flushed to the file
Only at this point I can see profiling information, after stop apache.
8 - Start apache
9 - Run a few scripts. For each script a xdebug-xxxx.txt file is created, always with zero bytes. Stop Apache again and every file get its content.

Additional Information

Using php 4.3.2 / php 4.3.3. Apache 1.3.28

TagsNo tags attached.
Operating SystemRedhat 8.0
PHP Version4.3.2

Activities

derick

2003-09-03 12:39

administrator   ~0000003

Xdebug didn't close the files at the end of the request, and thus the file buffer (4kb on Linux) wasn't flushed to disk right after the request, but only when the Apache process ended. I just fixed this in CVS.

Issue History

Date Modified Username Field Change
2003-09-02 23:45 rui New Issue
2003-09-03 12:39 derick Note Added: 0000003
2003-09-03 12:39 derick Assigned To => derick
2003-09-03 12:39 derick Severity block => minor
2003-09-03 12:39 derick Status new => closed
2003-09-03 12:39 derick Category Debug client (console) => Usage problems
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