errors.fyi community error code reference
EOWNERDEAD

EOWNERDEAD

posix

Previous owner died

A robust mutex was abandoned by its previous owner. The mutex is now held by the caller, but the protected state may be inconsistent and must be checked. Numeric value is platform-specific: 130 on Linux, 105 on macOS.

References

windows-errno

Previous owner died

A mutex was abandoned when its owner process terminated.

Numeric value: 133

References

← all namespaces