View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000197 | Xdebug | Uncategorized | public | 2006-09-02 13:23 | 2006-09-04 21:46 |
| Reporter | white phoenix | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Summary | 0000197: 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). | ||||
| Tags | No tags attached. | ||||
| Operating System | WinXP | ||||
| PHP Version | 5.1-dev | ||||
|
|
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. |
| 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 |