Windows error 0x80000010, -2147483632

Detailed Error Information

RO_E_METADATA_NAME_IS_NAMESPACE[1]

MessageName is an existing namespace rather than a typename.
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 Code16 (0x0010)

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
2answers

64-bit pointer subtraction, signed integer underflow, and a possible compiler bug?

I recently tore my hair out debugging this piece of code (slightly modified for simplicity of presentation): char *packedData; unsigned char* indexBegin, *indexEnd; int block, row; // +------ bad! // v int cRow = std::upper_bound( indexBegin, indexEnd, row&255 ) - indexBegin - 1; char value = *(packedData + (block + [...] read more
visual-c++
64-bit
compiler-bug
3votes
6answers

Integer.parseInt() doesn't parse large negative numbers

Why is NumberFormatException is thrown when i try Integer.parseInt("80000010", 16)?? That IS a 32-bit number, which is the size of java's int. EDIT: The best part is this... int z = 0x80000010; System.err.println("equal to " + z); Prints -2147483632 which is indeed 0x80000010 according to my calculator ;) read more
java
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
0answers

App shutdown with EXC_RESOURCE, CPU exception on iOS 7

Application runs in a background, communicates with BLE device. It was working fine in our testing, but now we are getting crashes. Crash report shows below details, here on thread 15 crash occurs. it show's related to CPU cycles. Incident Identifier: 8F9083BF-497C-4441-BBB5-8554C875808A CrashReporter Key: 0e515d51d2295f1e4cd5e5820df913a684243b28 Hardware Model: iPad2,6 Process: backboardd [...] read more
ios
ios7
crash
crash-reports
2votes
1answer

iOS 4.3 distribution binary no longer working with iPhone 3G/2nd Gen iPod Touch?

Does compiling with the iOS 4.3 SDK remove the support for the iPhone 3G and 2nd generation iPod touch devices? After upgrading, I found that the ad-hoc and distribution builds no longer run on those devices, but installing the iOS 4.2 SDK to another directory, and performing no changes to [...] read more
iphone
ios
ios4
crash
ipod-touch
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
1vote
3answers

Qt on i.MX6 with -platform eglfs -> Segmentation fault

I have cross-compiled Qt 5.1.1 for an i.MX6 powered Nitrogen6x board running Debian 7 (wheezy). I have configured Qt with the -egl parameter and eglfs has been listed as QPA backend in the configure output. However if I try to run a small example application with the -platform eglfs parameter [...] read more
qt
segmentation-fault
arm
debian
egl
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
0votes
0answers

the linux kernel crash, how to resolve it with the backtrace?

The crash backtrace: unhandled page fault (15) at: 0x00000001 trap_no:0,error_code:0,oldmask:4096 arm[0xfffffffc (nil) 0x4002c3a4 (nil) (nil) (nil) 0xbeb192c0 0xa2 (nil) (nil) 0x40104158 ] fp:0xbeb19cfc ip:0x4032515c sp:0xbeb192a8 lr:0x4029f67c pc:0x4029f60c cpsr:0x80000010 default:(nil) PC 0: /lib/libc.so.0 [0x4029f60c] LR 0: /lib/libc.so.0(nanosleep+0x40) [0x4029f67c] 0: /lib/libtest.so(DebugBacktrace+0x46c) [0x4016843c] 1: /lib/libc.so.0(__default_rt_sa_restorer+0) [0x4029d9ac] 2: /lib/libc.so.0(__uClibc_main+0x228) [0x402e3cf0] how to resolve the [...] read more
linux
crash
0votes
1answer

Mips Instruction Format(machine code)

Mips Instruction Format : 00010110001100101111111111111110 In this case the instruction is located at address 0x80000014 It's and BNE instruction with Operands : Rs = $s2 and Rt = $s1, with an offset of -2 I know it's possible to solve this question via this formulae : Pc+4-offset which in this [...] read more
mips
offset
0votes
1answer

Get partition details in diskperf

In diskperf filter driver how can I get the partition info of all the partitions. I am using IOCTL_DISK_GET_DRIVE_LAYOUT_EX ioctl to get the partition information. I am able to get details of partitions from one disk. But if there are more then one disks then how can I gets details [...] read more
c
windows
driver
disk
partition-problem

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