Closed
Description
I am receiving these errors frequently:
Fatal Python error: PyEval_RestoreThread: NULL tstate
Aborted (core dumped)
As well as
Fatal Python error: ceval: tstate mix-up
Aborted (core dumped)
Both cause core dumps.
I see one potential solution is to include PyEval_InitThreads(); before using threads, which I will try.