-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Linux rhel 6.3
Results from previous builds/valgrind runs are stored in the workspace. After fixing
memory leaks the count will not go down since the old runs are imported as new.
The can be seen in the log by something like:
[Valgrind] Files to copy:
x.12345.result
x.23456.result
x.34567.result
and so on
All these previous builds will be copied into the current build's results. This cannot be correct behaviour?
My workaround is to remove all (old) .result files in the workspace before i do the analysis.