Site icon EfmSoft

What does errno 77 (ENOLCK) mean?

 
Could be also:
ConstantTypeOS
EBADFDerrnoLinux
EBADMSGerrnoSolaris
NO_PAGES_AVAILABLEBugCheck CodeWindows
Previous Next
EBADFD EBADMSG

ENOLCK

A lock-management resource failure

ENOLCK concerns the resources used to represent or manage advisory record locks. It is not a statement that another process owns the requested range; that competing-lock case is normally reported through an API-specific nonblocking result or by blocking until the lock becomes available.

Keep the lock protocol separate from file-descriptor lifetime. File locks may be released or altered when descriptors are closed, processes exit, or a file is reopened through a different path, depending on the locking API. Retrying after a short delay can be reasonable only after checking that the system is not under persistent lock-table pressure.

Collect these fields

References


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

Exit mobile version