Windows error 0x8000000C, -2147483636

Detailed Error Information

E_CHANGED_STATE[1]

MessageA concurrent or interleaved operation changed the state of the object, invalidating this operation.
Declared inwinerror.h

HRESULT analysis[2]

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

Questions

10votes
1answer

papi_avail: No events available

I want to get into PAPI. I have Version 5.3.2.0 on Debian GNU/Linux. papi_avail just tells me that no hardware events are available: $ papi_avail Available events and hardware information. -------------------------------------------------------------------------------- PAPI Version : 5.3.2.0 Vendor string and code : GenuineIntel (1) Model string and code : Intel(R) Core(TM) i3-5010U [...] read more
papi
6votes
1answer

App crashed on iOS 7 for Map functionality developed using MKAnnotation, CGBitmapContextCreate and NSOperationQueue

Our App has Map and GPS based location tracking functionality. This app is already uploaded on Apple Store. The App contains following feature: * Map Shows real-time traffic data Shows real-time traffic event (Accident, Traffic Jam etc.) * User’s GPS location tracking The application runs fine for the iOS versions [...] read more
iphone
objective-c
cocoa-touch
ios7
3votes
2answers

UIResponder(Static) _setFirstResponder: break

I have no any idea about tihs break, Can you provide some clues for me, Any help would be appreciated. * thread #1: tid = 0x29927, 0x37c47b66 libobjc.A.dylib`objc_msgSend + 6, queue = 'com.apple.main-thread, stop reason = EXC_BAD_ACCESS (code=1, address=0x8000000c) frame #0: 0x37c47b66 libobjc.A.dylib`objc_msgSend + 6 frame #1: 0x3012cce0 UIKit`-[UIResponder(Static) _setFirstResponder:] [...] read more
ios
objective-c
2votes
1answer

Conditionally parsing an array based on previous elements with nom

I need to parse an array of 32 bit ints (little endian), from an array of u8s, however the next int only exists if the 31st bit of the current int is set. If the rest don't exist then the rest of the array should be set to zeroes. I'm [...] read more
parsing
rust
nom
2votes
1answer

Spontaneous shutdowns in AWS EC2 instance

I have hosted a web server in an EC2 instance running Windows Server 2012 R2, and suddenly the instance became not available. I ran into the issue couple of times and when I checked the AWS Console, status of the instance has changed to Stop. Interestingly when I checked for [...] read more
amazon-web-services
amazon-ec2
windows-server-2012-r2
2votes
1answer

Total Cache misses fewer than data cache misses (PAPI_L1_DCM > PAPI_L1_TCM)

For my application (SpMV) I have more data cache misses (PAPI_L1_DCM) than total cache misses (PAPI_L1_TCM) in level 1 cache. How can that be? For Level 2 the values are ok. That is, what the PAPI counters offer: [PAPI_L1_ICM ][PAPI_L1_DCM ][PAPI_L1_TCM ][PAPI_L2_ICM ][PAPI_L2_DCM ][PAPI_L2_TCM ] 1256 3388225 1442386 1007 2389903 [...] read more
caching
papi
2votes
2answers

error after stopping AudioUnit Recording

I'm trying to grab audio input from the iPhone's microphone by using this code: @property (nonatomic) AudioUnit rioUnit; @property (nonatomic) CAStreamBasicDescription outputCASBD; (...) // set our required format - LPCM non-interleaved 32 bit floating point CAStreamBasicDescription outFormat = CAStreamBasicDescription(44100, // sample rate kAudioFormatLinearPCM, // format id 4, // bytes per [...] read more
ios
objective-c
iphone
core-audio
audiounit
1vote
1answer

Only 14 RAPI events are available on Xeon Phi. Why so few?

I'm trying to use RAPI to monitor the performance of my Xeon Phi code. I just compiled and installed a native version of RAPI follwoing the documentation. And the following list is what I get when I execute "rapi_avail" on my Xeon Phi which shall display all available events. Surprisingly, [...] read more
intel
performancecounter
xeon-phi
rapi
0votes
0answers

CryptoJS is not defined at

I am trying to use DES encryption/decryption on Google chrome. In my folder I have three files. 1. tripledes.js 2. mode-ecb.js 3. CryptoJS-DES.html The scripts in my html file is defined as follows :- <script type="text/javascript" src="tripledes.js"></script> <script type="text/javascript" src="mode-ecb.js"></script> and another script file which is :- function encryptByDES(message, key) [...] read more
javascript
html
node.js
cryptojs

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