Windows error 0x00002172, 8562

Detailed Error Information

DS_SAM_INIT_FAILURE_CONSOLE[1]

MessageError Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
Declared inwinerror.h

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

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 Code8562 (0x2172)

Questions

3votes
2answers

symbolicatecrash - space in bundle name preventing method names to be show in the crash report

I'm trying to debug a crash but when I run symbolicatecrash against my crash log I get every method call in the stack trace except for my method calls. Here is the crash report: Incident Identifier: C3A58923-5D49-4767-A3C2-3AFFEF00DFEF CrashReporter Key: 165f7337feeb98394ab7477fc0b7280d14a16e43 Hardware Model: iPad1,1 Process: Log Jam [2862] Path: /var/mobile/Applications/625E17A7-F0FF-4109-9E62-99FE8D6C6889/Log Jam.app/Log [...] read more
iphone
symbolicatecrash
2votes
6answers

iPhone crash, ASIHTTPRequest or NSURL related

Given the following symbolicated crash log, is it more likely that the crash occurred due to the ASIHTTPRequest on Thread 5 or the NSURLConnection on Thread 3? I ask because this question has similar issues: ASIHTTPRequest, EXC_BAD_ACCESS when request did finished However, they had more around their ASIHTTPREquest crash and [...] read more
ios
nsurlconnection
asihttprequest
crash-reports
cfrunloop
1vote
1answer

Rejected iPhone app has strange crash logs

My app was rejected from the app store due to a crash that produced the crash log below. What is even more strange than the crash is that the steps given to reproduce it don't happen to me or any of 10+ beta testers (on differing iOS devices). Can anyone [...] read more
iphone
ios4
crash
kernel
exception-code

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