This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
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.
I have been over and over this live app crash log and cannot find the problem: 1 CoreFoundation _CFHash + 130 2 CoreFoundation CFBasicHashFindBucket + 724 3 CoreFoundation _CFDictionaryGetValue + 99 4 CoreFoundation -[CFXPreferencesPropertyListSource setValue:forKey:] + 39 5 CoreFoundation _CFXPreferencesSetValue + 139 6 CoreFoundation _CFPreferencesSetAppValue + 45 7 Foundation -[NSUserDefaults(NSUserDefaults) [...] read more
Pre-requisites: ARMv7 device, Android platform 4.2.2. Time to time I get SIGABRT upon interaction with a system service (a really buggy one) over a binder. The stack trace is as follows: #00 pc 000170ac /system/lib/libc.so (__ioctl+8) #01 pc 0002aa8d /system/lib/libc.so (ioctl+16) #02 pc 00016ba1 /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+132) #03 pc 0001709d /system/lib/libbinder.so [...] read more