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
Tid::current().as_usize() may return usize::MAX if the thread was poisoned. This makes it hard to debug since the error seems to indicate the user spawned to many threads, which is not the case.
The text was updated successfully, but these errors were encountered:
In this code:
sharded-slab/src/shard.rs
Lines 292 to 294 in 40579b9
Tid::current().as_usize()
may returnusize::MAX
if the thread was poisoned. This makes it hard to debug since the error seems to indicate the user spawned to many threads, which is not the case.The text was updated successfully, but these errors were encountered: