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
It is currently possible for a thread to access a trace on another thread's pool via get_trace. It could be however, that the owning thread is in the process of growing its thread pool.
We should synchronize get_trace with the pool lock.
Originally identified by @rai-nhdaly
The text was updated successfully, but these errors were encountered:
It is currently possible for a thread to access a trace on another thread's pool via
get_trace
. It could be however, that the owning thread is in the process of growing its thread pool.We should synchronize
get_trace
with the pool lock.Originally identified by @rai-nhdaly
The text was updated successfully, but these errors were encountered: