Details
Details
- Reviewers
jasonbcox deadalnix - Group Reviewers
Restricted Project - Commits
- rABCc0c79f53e5c7: [backport#15402] Prevent callback overruns in InvalidateBlock and…
cmake -GNinja -DCMAKE_BUILD_TYPE=Debug ninja check check-functional
also
build without this patch, invalidate block #6 or similarly deep, see that bitcoind memory usage just keeps going up, even past 30% on my 16GB machine. build with this patch and do the same, memory usage stays steady at ~12% no matter how far you disconnect blocks.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.
Comment Actions
Please run TSAN on this diff since the revert was tested that way. We should expect it to pass if it's really fixed.