Site icon EfmSoft

What does Windows error code 36 (ERROR_SHARING_BUFFER_EXCEEDED) mean?

 
Could be also:
ConstantTypeOS
KERN_NOT_DEPRESSEDKern returnMac
ippStsNotSupportedCpuIntel Ipp StatusAny
ENAMETOOLONGerrnoLinux
EINPROGRESSerrnoMac
EIDRMerrnoSolaris
EDEADLKerrnoWindows
NTFS_FILE_SYSTEMBugCheck CodeWindows
Previous Next
ERROR_WRONG_DISK ERROR_HANDLE_EOF

ERROR_SHARING_BUFFER_EXCEEDED

Sharing-state resources are exhausted

ERROR_SHARING_BUFFER_EXCEEDED is a legacy system error indicating that Windows cannot track another shared file opening with the available internal resources. It is distinct from a normal sharing violation caused by incompatible access flags.

What to investigate

Recovery

Release leaked or unnecessary handles and reduce concurrent opens. A delayed retry can succeed after resources are freed, but repeated failures indicate a lifecycle or workload problem. Modern applications should still report this specific condition rather than converting it into a misleading file-not-found message.

References


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

Exit mobile version