$ errors.fyi/haskell/BlockedIndefinitelyOnMVar 128 namespaces · 4,025 codes
haskell · haskell/BlockedIndefinitelyOnMVar
BlockedIndefinitelyOnMVar

BlockedIndefinitelyOnMVar

Thrown when a thread is blocked on an MVar operation and the runtime determines that no other thread holds a reference to that MVar, so the block can never be resolved. Indicates a localised deadlock on that specific MVar.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT