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
Some testcase while repeating the STA calculations, met a problem that the multi-thread task hangs up.
The procedure didn't crash and can be terminated immediately.
The pstack show the final mirror is as:
Thread 1 (process 60192):
#0 0x00007f3c01a6071b in ?? ()#1 0x0000556e3a7aae65 in sta::DispatchQueue::finishTasks() ()
...
We guess the mutex lock in multi-thread pool has some problem.
The text was updated successfully, but these errors were encountered:
Some testcase while repeating the STA calculations, met a problem that the multi-thread task hangs up.
The procedure didn't crash and can be terminated immediately.
The
pstack
show the final mirror is as:We guess the mutex lock in multi-thread pool has some problem.
The text was updated successfully, but these errors were encountered: