View Issue Details

IDProjectCategoryView StatusLast Update
0001281XdebugUncategorizedpublic2016-03-04 15:43
ReporterShiny Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0001281: 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.....

TagsNo tags attached.
Operating System
PHP Version5.6.15-5.6.19

Activities

derick

2016-03-04 15:43

administrator   ~0003546

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.

Issue History

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