Ziqi Wang
Ziqi Wang
@roblatham00 Looks like the GC has problem with freeing memory properly (or failed to initialize, imo). I will take a look into this issue.
@roblatham00 The bug is not related to the scope of the string, but rather has something to do with the destructor. I have narrowed down the cause of the bug,...
Please install papi under Ubuntu using: sudo apt-get install libpapi-dev and probably you also need something like "libpapi5.4.3" (version might change)
@roblatham00 The problem with Clang is that class GarbageNode is private to all classes that is not a friend of class BwTreeBase, and in the meantime it is accessible by...