Windows error 0x00000304, 772

Detailed Error Information

ROWSNOTRELEASED[1]

MessageThe data provider requires that previously fetched data is released before asking for more data.
Declared inwinerror.h

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

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 Code772 (0x0304)

Questions

7votes
1answer

MKStoreKit crash on iOS 7 with SIGTRAP error

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
ios
ios7
nsuserdefaults
storekit
mkstorekit
0votes
1answer

binary bomb lab phase 6

0x000000000040106b <+0>: push %r12 0x000000000040106d <+2>: push %rbp 0x000000000040106e <+3>: push %rbx 0x000000000040106f <+4>: sub $0x50,%rsp 0x0000000000401073 <+8>: lea 0x30(%rsp),%rsi 0x0000000000401078 <+13>: callq 0x40159a <read_six_numbers> 0x000000000040107d <+18>: mov $0x0,%ebp 0x0000000000401082 <+23>: lea 0x30(%rsp),%r12 0x0000000000401087 <+28>: mov (%r12,%rbp,4),%eax 0x000000000040108b <+32>: sub $0x1,%eax 0x000000000040108e <+35>: cmp $0x5,%eax 0x0000000000401091 <+38>: jbe 0x401098 <phase_6+45> [...] read more
binary
gdb
0votes
0answers

SIGABRT in __ioctl() while waiting for /dev/binder response

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
android
linux
sigabrt
ioctl
android-binder

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