You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be a potential problem with the ThreadPool where not all threads are properly terminated or stopped before a new test begins. This issue was observed in the qa_Scheduler test. As a temporary workaround, a separate ThreadPool object is created for each test, as implemented in this commit:eea05ca.
This workaround also helped resolve a deadlock issue in the qa_Scheduler "blocking scheduler" test for the Emscripten Debug configuration.
The underlying problem needs further investigation. If you run the qa_Scheduler test with THREAD_SANITIZER=ON, you can see more details about the issue.
The text was updated successfully, but these errors were encountered:
There appears to be a potential problem with the
ThreadPool
where not all threads are properly terminated or stopped before a new test begins. This issue was observed in theqa_Scheduler
test. As a temporary workaround, a separateThreadPool
object is created for each test, as implemented in this commit:eea05ca.This workaround also helped resolve a deadlock issue in the
qa_Scheduler
"blocking scheduler" test for theEmscripten Debug
configuration.The underlying problem needs further investigation. If you run the
qa_Scheduler
test withTHREAD_SANITIZER=ON
, you can see more details about the issue.The text was updated successfully, but these errors were encountered: