Windows error 0x000021A8, 8616

Detailed Error Information

DS_LDAP_SEND_QUEUE_FULL[1]

MessageThe LDAP servers network send queue has filled up because the client is not processing the results of its requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x800721A8.

HRESULT analysis[2]

This is probably not the correct interpretation of this error. The Win32 error above is more likely to indicate the actual problem.
FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode0 (0x000)
NameFACILITY_NULL[2][1]
DescriptionThe default facility code.[2][1]
Error Code8616 (0x21a8)

Questions

0votes
1answer

SIGSEGV crash in iOS devices from which I cannot work out the cause

There are many threads around about crash reports in iOS and how to debug crashes but I thought I'd also post mine here as I haven't read a post that helps specifically to my case. I released my app to the AppStore a week or so ago and I have [...] read more
objective-c
ios
crash
segmentation-fault
0votes
1answer

GameCenter function crashes app - can anyone help to solve?

I have a crash log for my current iPhone app which is symbolicated, but I am having trouble deciphering what the problem is still. The basic issue is that on certain devices (particularly older ones) my app with crash back to the home screen. It appears to be when a [...] read more
iphone
objective-c
delegates
crash
game-center

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0