Windows error 0x00000074, 116

Detailed Error Information

BAD_SYSTEM_CONFIG_INFO[1]

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

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][3]
DescriptionThe default facility code.[2][3]
Error Code116 (0x0074)

Questions

3votes
1answer

SKMaps OpenSourceDemo crashing

Just downloaded SKMaps Android SDK and demo. The demo app is crashing with following: 04-28 09:51:12.891: E/Adreno-ES11(22284): <qglDrvAPI_glDeleteTextures:371>: GL_INVALID_VALUE 04-28 09:51:12.897: A/libc(22284): Fatal signal 11 (SIGSEGV) at 0x00000074 (code=1), thread 22322 (Thread-7847) 04-28 09:52:07.843: E/Adreno-ES11(22486): <qglDrvAPI_glDeleteTextures:371>: GL_INVALID_VALUE 04-28 09:52:07.853: A/libc(22486): Fatal signal 11 (SIGSEGV) at 0x00000074 (code=1), thread 22529 (Thread-7859) [...] read more
android
openstreetmap
skmaps
2votes
2answers

DWARF - How to find the prologue end/epilogue start addresses of functions in a given binary?

I have an ARM binary of which I need to find exactly at which addresses its function's prologues end and the epilogues begin. In other words, I need the boundaries of the function bodies. For instance, if I have a function whose assembly is something like: 0x00000320 <+0>: push {r7, [...] read more
c
assembly
objdump
dwarf
readelf
1vote
0answers

Defining two different callbacks for BLE on ESP32

I'm developing a joint work Android app/ESP32 application to communicate via BLE. The goal is to be able to advertise, and to manage connections to exchange specific data for each android phone. On my ESP32, I want to be able to have a callback for GATT characteristic, and another one [...] read more
android
bluetooth-lowenergy
esp32
1vote
0answers

PCI Interrupt Not Assigned

The legacy interrupt assignment for a PCI interface is receiving interrupt 0. We are evaluating the Xilinx Zynq UltraScale+ MPSoC ZCU102 Evaluation Kit. We have a PMC interface that is on a PCI-e carrier inserted into the PCI-e slot on the board. When the driver is loaded the interrupt for [...] read more
interrupt
xilinx
pci-e
zynq
1vote
0answers

C - Get File Bytes as Unsigned Int

I need the bytes of a BIN file converted to a unsigned int, in this format (JavaScript): p.write4(shellcode.add32(0x00000000), 0x00000be9); p.write4(shellcode.add32(0x00000004), 0x90909000); p.write4(shellcode.add32(0x00000008), 0x90909090); p.write4(shellcode.add32(0x0000000c), 0x90909090); p.write4(shellcode.add32(0x00000010), 0x0082b955); p.write4(shellcode.add32(0x00000014), 0x8948c000); p.write4(shellcode.add32(0x00000018), 0x415741e5); p.write4(shellcode.add32(0x0000001c), 0x41554156); p.write4(shellcode.add32(0x00000020), 0x83485354); p.write4(shellcode.add32(0x00000024), 0x320f18ec); p.write4(shellcode.add32(0x00000028), 0x89d58949); p.write4(shellcode.add32(0x0000002c), 0x64b948c0); p.write4(shellcode.add32(0x00000030), 0x77737069); p.write4(shellcode.add32(0x00000034), 0x49000000); p.write4(shellcode.add32(0x00000038), 0x4120e5c1); p.write4(shellcode.add32(0x0000003c), 0x000200bc); p.write4(shellcode.add32(0x00000040), [...] read more
c
1vote
0answers

Ionic: App crashes on emulator

My Ionic app randomly crashes on an emulator with Android 4.3.1, works fine on a real device with 6.0.1 These are my logs of 3 different crashes, any idea? E/chromium(10153): [ERROR:xwalk_autofill_client.cc(121)] Not implemented reached in virtual void xwalk::XWalkAutofillClient::OnFirstUserGestureObserved() W/cr_BindingManager(10153): Cannot call determinedVisibility() - never saw a connection for the pid: [...] read more
android
ionic-framework
crash
1vote
2answers

Delphi: TList Creation, memory error

I tried to create 3 TList but, when i'm creating them i got error. unit ipname; interface uses System.Generics.Collections; type IpNameData = class private ips : TList<String>; ports : TList<integer>; names : TList<String>; public procedure Add(ip:string; port:integer; name:string); procedure Del(ip:string; port:integer; name:string); procedure Clear(); function GetName(i:integer):string; function GetIp(i:integer):string; function GetPort(i:integer):integer; [...] read more
delphi
tlist
0votes
1answer

Windows 7 Setup BSOD BAD_SYSTEM_CONFIG_INFO

I am trying to install Windows 7 32bit on a rather old HP Pavilion t3225.at But after loading files setup ends with a BSOD BAD_SYSTEM_CONFIG_INFO stop 0x00000074. After some research I checked the CD and HDD, both seem to be ok. I even installed Windows XP without any problem. So [...] read more
windows-7
windows-xp
drivers
bsod
0votes
1answer

Customizing Fantacy Remote .INI file

I am using Fantacy Remote to remote view other machines. I have attached the default .INI file that Fantacy Remote uses. When i connect to a machine, the client user should not have mouse and keyboard access of the Remote machine. It should be a View only remote connection. And [...] read more
remote-desktop
remote-access
0votes
0answers

Store ASCII text in a memory area in assembly

STRING2 is defined like STRING2 SPACE 0xFF in ARM7 assembly program. A register r6 = 0x00000074 with ASCII values at that address memory location = 123 the... How to store this 123 the.. text in STRING2 read more
assembly
arm
0votes
1answer

JVM crash occurred in libjvm.so when KlassInfoTable::record_instance(oopDesc*) is called

My application got crashed with below error. Please help to find what went wrong here. JRE Version : 8.0_65-b17 Linux version : 2.6.18 # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0146d17b, pid=11156, tid=2288950160 # # JRE version: Java(TM) SE [...] read more
java
jvm
0votes
1answer

SFML - RenderWindow Runtime Errors with EVERYTHING

For almost all of any object I've added so far (sf::Color, sf::Image, sf::Texture, etc.) to the sample code I grabbed from the SFML site, exceptions get thrown once I run it, to the accord of: > Unhandled exception at 0x61C71B86 (sfml-system-2.dll) in gameboiss.exe: > 0xC0000005: Access violation reading location 0x00000074. [...] read more
c++
visual-studio
visual-studio-2012
sfml
0votes
1answer

Connect Thread and access public variables

I have created a thread in the main()-function. The thread is emitting a signal at one point. I want the signal to invoke a slot in an object created by the QMainWindow class PPI w; which is than trying to access the public object videoSocket. My thread is working perfectly [...] read more
multithreading
qt
0votes
1answer

How to convert ascii to char in NDK?

I am trying to use convert ASCII to Char in Android NDK but it gives me Fatal error for segement and my app force stops. Code: value = "116"; char word = atoi(value); return (*env)->NewStringUTF(env, word); Error: Fatal signal 11 (SIGSEGV) at 0x00000074 read more
android
c
android-ndk
java-native-interface
0votes
1answer

Loading symbol file while linking

I am trying to load a symbol file at the time of linking. I am providing the symbol.txt file along with other libraries that I link. These are the two things I tried. * 1st, I provided the symbol file exactly as what was the output of arm-none-eabi-nm, but this [...] read more
c
linker
arm
static-linking
symbols
0votes
1answer

What is stuff beyond .data section in Assembly?

I'm trying to understand how exactly assembly code lay out to memory space. I wrote a simple assembly code which contains just a few lines of instruction and .data section. When I inspected it with GDB, I saw more stuff beyond data section which I couldn't see with objdump -section-header [...] read more
assembly
0votes
1answer

How do I diagnose this crash?

The Map file looks like: 0002:000442e4 00000118H .idata$2 DATA 0002:000443fc 00000014H .idata$3 DATA 0002:00044410 00000b7cH .idata$4 DATA 0002:00044f8c 0000512eH .idata$6 DATA 0002:0004a0ba 00000000H .edata DATA The Crash info looks like: Application Error : The instruction at "0x00458ae1" referenced memory at "0x00000074". The memory could not be "read". I'm trying to [...] read more
visual-c++
postmortem-debugging

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0