Windows error 0x8013153D, -2146233027

Detailed Error Information

COR_E_INSUFFICIENTMEMORY[1]

Comment Not enough memory was available for an operation.

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode19 (0x013)
NameFACILITY_URT[2][3]
DescriptionThe source of the error code is .NET CLR.[2][3]
Error Code5437 (0x153d)

Questions

0votes
1answer

Frequent Kusto Error: Insufficient winsock resources available to complete socket connection initiation

From the last few days we have been trying to hunt down some kusto query failures. Time and again we see the following error. * Have looked into any increase in ingestions for the past few days and don't see any. * In few scenarios we use direct ingestion, can [...] read more
azure-data-explorer
0votes
2answers

Memory allocation failed on sending Large byte[] using WCF in buffered mode

I want to use WCF for transfer file between clients and server. I read many article that some people using Stream mode for this purpose. but for it's restrictions I decide to create service with buffered mode. For example consider this: [OperationContract] void UploadFile(Guid systemKey, string fileName, byte[] fileContent, string [...] read more
c#
wcf
wcf-binding
c#-7.0
.net-4.6

Comments

Leave a comment

(plain text only)

Sources

  1. https://github.com/dotnet/coreclr/blob/v1.1.0/src/inc/corerror.xml
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0