-
Notifications
You must be signed in to change notification settings - Fork 919
Closed
Labels
bugReporting an unexpected or problematic behavior of the codebaseReporting an unexpected or problematic behavior of the codebase
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.
Metadata
Metadata
Assignees
Labels
bugReporting an unexpected or problematic behavior of the codebaseReporting an unexpected or problematic behavior of the codebase