If it can be of any use, here is the log I’m getting (still 6.32/02, g++ 10.0.1) when simply running this code:
``
int main(int argc, char** argv)
{
std::cout << "Generating Tree" << std::endl;
TFile *__lfile = TFile::Open("file.root","RECREATE");
__lfile->Close();
std::cout << "Exiting the code" << std::endl;
}
``
with
valgrind --leak-check=full --show-possibly-lost=no --suppressions=${ROOTSYS}/etc/valgrind-root.supp ./createTree
openingFile.txt (47.1 KB)
cheers
jb