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 | derick | ||
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 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-07-09 14:23 | ipoddubny | New Issue | |
2014-05-20 16:37 | derick | Note Added: 0002838 | |
2014-05-20 16:37 | derick | Status | new => resolved |
2014-05-20 16:37 | derick | Fixed in Version | => 2.2.6 |
2014-05-20 16:37 | derick | Resolution | open => fixed |
2014-05-20 16:37 | derick | Assigned To | => derick |
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 |