Site icon EfmSoft

What does errno 52 (EXFULL) mean?

 
Could be also:
ConstantTypeOS
ERROR_DUP_NAMEWin32 errorWindows
KERN_INSUFFICIENT_BUFFER_SIZEKern returnMac
EBADEerrnoLinux
ENETRESETerrnoMac
CACHE_MANAGERBugCheck CodeWindows
Previous Next
ENETRESET EBADR

EXFULL

EXFULL is not ENOSPC

EXFULL is errno 52 in Solaris-compatible headers. The current Oracle errno catalog labels it Message tables full, while the illumos header retains the older comment exchange full in the convergent-error block. Both sources place it outside ordinary filesystem capacity errors.

This source difference is itself useful diagnostic context. It indicates a legacy interface vocabulary whose exact resource is defined by the producer, not a promise that free disk blocks, socket buffers, or process file descriptors are exhausted. POSIX does not define this result.

Investigate the bounded table or exchange resource

References


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

Exit mobile version