Site icon EfmSoft

What does errno 114 (ELOOP) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_TARGET_HANDLEWin32 errorWindows
EALREADYerrnoLinux
ASSIGN_DRIVE_LETTERS_FAILEDBugCheck CodeWindows
Previous Next
EALREADY EINPROGRESS

ELOOP

ELOOP is a pathname-resolution failure caused by too many symbolic-link traversals or a cycle. It is not just a malformed text path. A path can look ordinary in logs while a directory component resolves through links that return to an earlier location.

Windows supports symbolic links, junctions, and other reparse-point mechanisms with semantics that differ by API and filesystem. A portability layer may map its own traversal failure to ELOOP, but native Win32 diagnostics should retain the original API result and the reparse-point information that explains it.

Investigate resolution, not string formatting

References


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

Exit mobile version