View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001281 | Xdebug | Uncategorized | public | 2016-03-04 08:41 | 2016-03-04 15:43 |
Reporter | Shiny | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Summary | 0001281: when set code_coverage_branch_chec, memory exhausted | ||||
Description | I used phpunit.phar to get code coverage data. But when I set code_coverage_branch_check, it required more than 900Mb memory..... | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.6.15-5.6.19 | ||||
|
Doing branch/patch coverage takes a lot of processing time and memory, as it needs to do a lot of work. I'm not sure if I can do anything about this. Sebastian asked for a feature already, to make sure that less work needs to be done by PHPUnit: https://bugs.xdebug.org/view.php?id=1144 — that's going to make it into the 2.5 versions. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-03-04 08:41 | Shiny | New Issue | |
2016-03-04 15:43 | derick | Note Added: 0003546 | |
2016-03-04 15:43 | derick | Status | new => resolved |
2016-03-04 15:43 | derick | Resolution | open => no change required |
2016-03-04 15:43 | 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 |