View Issue Details

IDProjectCategoryView StatusLast Update
0000197XdebugUncategorizedpublic2006-09-04 21:46
Reporterwhite phoenix Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionopen 
Summary0000197: PHP 5.2.0 RC3. Many dumps of one file.
Description

I have started my script 10 times and xdebug created 10 files. RC 2 created only 1 file (it's better).

TagsNo tags attached.
Operating SystemWinXP
PHP Version5.1-dev

Activities

derick

2006-09-04 21:46

administrator   ~0000450

This change was made to avoid race condiditons in writing trace and profiler files. I now changed the code in such a way that it tries to lock files while writing the traces. In case a file is already been written too a new additional file will be created for the second request. In case there is only one request at a time only one file will be generated. This should address both this issue and the race condition issue.

Issue History

Date Modified Username Field Change
2006-09-02 13:23 white phoenix New Issue
2006-09-04 21:46 derick Status new => closed
2006-09-04 21:46 derick Note Added: 0000450
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