Site icon EfmSoft

What does errno 72 (ELOCKUNMAPPED) mean?

 
Could be also:
ConstantTypeOS
ERROR_REDIR_PAUSEDWin32 errorWindows
EMULTIHOPerrnoLinux
EBADRPCerrnoMac
CANCEL_STATE_IN_COMPLETED_IRPBugCheck CodeWindows
Previous Next
EBADRPC EDOTDOT

ELOCKUNMAPPED

Obsolete robust-lock compatibility code

On Solaris, ELOCKUNMAPPED is errno value 72. The base message is locked lock was unmapped, but the useful diagnostic context is narrower than the short message: Solaris keeps this obsolete robust-lock value for compatibility; modern recovery uses EOWNERDEAD.

Use the Solaris-specific errno table first, then compare with POSIX only for portable behavior. Some Solaris values share names with other UNIX systems but have different numbers or more specific historical meanings.

What to check

References


Looking for a different code? Search another status or error code.

Exit mobile version