Christopher Sardegna
Christopher Sardegna
Yes: `10.15.6 (19G2021)` ``` Model Name: MacBook Pro Model Identifier: MacBookPro11,5 Processor Name: Quad-Core Intel Core i7 Processor Speed: 2.8 GHz Number of Processors: 1 Total Number of Cores: 4...
I just compiled `valgrind`, I will run `htop` until it crashes and update this issue.
Alright, here is the output of the crash: ``` ❯ valgrind htop ==90800== Memcheck, a memory error detector ==90800== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al....
I tried to run with `--leak-check=full` when I saw that last error message, so here is the result of an overnight run (with no crash). ``` ❯ valgrind --leak-check=full htop...
``` ❯ valgrind --leak-check=full --num-callers=50 htop ==12333== Memcheck, a memory error detector ==12333== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==12333== Using Valgrind-3.17.0.GIT and LibVEX; rerun...
See this method: https://github.com/akiver/CSGO-Demos-Manager/blob/81d9811564e911b660e3927cf94b1bca11daee36/Services/Concrete/Analyzer/DemoAnalyzer.cs#L705
Please post an example demo with the rounds and what is not being counted.
Thanks for your clarification–not sure how I missed that. I will have to rethink how I am generating the Match objects. As an aside: does the `rank=[1, 2]` mean the...
More than 450 demos. Storing too much on the heap?
This issue is still present in the current master branch.