Windows error 0x000000A7, 167

Detailed Error Information

LOCK_FAILED[1]

MessageUnable to lock a region of a file.
Declared inwinerror.h

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

BAD_EXHANDLE[2]

This is a Blue Screen of Death stop code. More information is available in the Knowledge Base article Bug Check 0xA7: BAD_EXHANDLE.

HRESULT analysis[3]

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[3][1]
DescriptionThe default facility code.[3][1]
Error Code167 (0x00a7)

Questions

10votes
2answers

How to optimize the php process memory usage?

I am running a wordpress site and each PHP process usage about 200mb to 250mb resident size memory. With 16GB of ram, the server can only handle about 70 processes. By increasing the virtual memory to 16GB it can handle 140. After that the load keeps rising. If there are [...] read more
php
linux
wordpress
centos
5votes
1answer

JVM Problematic frame - EXCEPTION_ACCESS_VIOLATION Error

I am getting the following error while running Grails application: A fatal error has been detected by the Java Runtime Environment: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6df13df3, pid=1516, tid=8592 JRE version: 7.0_05-b06 Java VM: Java HotSpot(TM) Server VM (23.1-b03 mixed mode windows-x86 ) Problematic frame: V [jvm.dll+0x63df3] Failed to write core dump. [...] read more
java
grails
jvm
fatal-error
jvm-crash
2votes
1answer

How do I look up the particular bits or digits of a hex value in HTML5 / javascript?

I want to encode many things in hex. Here are examples. var LAST_DIGITS = 0x000000A7; // Last 2 digits represent something var MID_DIGITS = 0x00000E00; // 5th and 6th digits represent something else Let's say I added LAST_DIGITS and MID_DIGITS together. That's 0x00000EA7 and represents the two different things I [...] read more
javascript
html
hex
1vote
2answers

Different results between step debugging and running program on tiva c

I have a TIVA tm4c123G I have been trying to create a communication between it and my ADXL345 sensor using I2C protocol which I succeeded in writing and reading from the accelerometer the readings of the device address and the register values that I just wrote to which means everything [...] read more
c
arm
embedded
accelerometer
i2c
0votes
2answers

WinDbg with dump files when you have a classic ASP app which uses a lot of .Net via interop

Ok, first please don't ask why this application is the way it is. This is a classic ASP application which in several areas uses .Net and COM and some of that .Net also reaches into COM! It's all to do with code reuse really, at some point .Net was introduced [...] read more
.net
memory-leaks
asp-classic
windbg
0votes
1answer

How to create production image for NAND flash?

I am trying to create a production image that can be flashed with flash programmer in factory. I am using Micron 51MB nand flash. I am finding issues with the approaches I have taken so far. 1) Boot a development board with all the partitions i.e /dev/mtd0--> xloader /dev/mtd1 -> [...] read more
linux-kernel
hardware
embedded-linux

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/bug-check-code-reference2
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0