View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000960 | Xdebug | Uncategorized | public | 2013-07-09 14:23 | 2014-05-20 16:37 |
| Reporter | ipoddubny | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | random |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.2.3 | ||||
| Fixed in Version | 2.2.6 | ||||
| Summary | 0000960: Apache crashes on xdebug_start_code_coverage | ||||
| Description | Apache sometimes segfaults on my test servers for computing code coverage. According to gdb's backtrace, crash always occurs on a line with "xdebug_start_code_coverage". It seems like global variables previous_filename and previous_file are used before initialization in xdebug_code_coverage.c. It no longer crashes after I've added initialization to xdebug.c:
| ||||
| Additional Information | GDB backtrace: | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux | ||||
| PHP Version | 5.4.8 | ||||