Fix memuse reports to guard against two issues
Fix memuse reports to guard against two issues, first is when reallocating the logs the rnode tree had active pointers from previous steps which became invalid, we now use indices, second when dumping it is possible for further logs to be added, in that case we have added a lock on reallocation so issues with invalid addresses are avoided.
Fixes #702 (closed).
Edited by Matthieu Schaller
Merge request reports
Activity
added bug cleanup enhancement memory usage + 1 deleted label
added 1 commit
- ae33b471 - Update documentation of what is stored in rnode leaves
Would cherry-picking 16b91987 in here also be good?
added 1 commit
- 99743510 - Add the memreport's main array to the list of memory allocations we report
added 38 commits
-
99743510...3e7143c1 - 37 commits from branch
master
- 85ad0a2b - Merge remote-tracking branch 'origin/master' into memuse_guards
-
99743510...3e7143c1 - 37 commits from branch
added 16 commits
-
174c7ff3...ab2d2425 - 15 commits from branch
master
- 7447aa19 - Merge remote-tracking branch 'origin/master' into memuse_guards
-
174c7ff3...ab2d2425 - 15 commits from branch
mentioned in commit ed186559
Please register or sign in to reply