Issue with TF1 in multithreaded application

The problem is fixed by calling

ROOT::EnableThreadSafety();

from the #include <TROOT.h> header.

1 Like