Segfault in Gaudi v38r3 when using TPython::Exec
During a Gaudi developers' meeting, it was reported that using TPython::Exec
causes a segfault:
I think the easiest way to reproduce the error is with GaudiExamples/TinyExperiment. What I've found to replicate the issue is to add the following lines to Gaudi/GaudiExamples/TinyExperiment/src/CheckerAlg.cpp:
#include "TPython.h" // at the top TPython::Exec("print(True)"); // in the operator() function
and then to run the example (GaudiExamples/TinyExperiment/FullExperiment.py).