Windows error 0x00000073, 115

Detailed Error Information

CONFIG_LIST_FAILED[1]

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

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 Code115 (0x0073)

Questions

2votes
2answers

IMFMediaSink fails to add second audio output stream on PCs with AMD GPUs

I'm trying to create a MP4 IMFMediaSink and add two audio inputs (pcm) encoded so I can have two audio AAC tracks in my mp4 file. This works on PCs with Intel or NVidia GPUs installed. The audio is encoded from PCM to AAC and plays fine for both audio [...] read more
windows
audio
mp4
ms-media-foundation
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
2answers

Is mismatched symbols complete show stopper or I can trust them partially to extract leads?

I don't have the correct symbol files (Pdbs) so I am using .reload /f /i to load what I have regenerated ignoring the time stamp. My project has many modules and this does load some of them but not others, I don't know why not all. However I want to [...] read more
c++
windbg
1vote
0answers

Crash-dump using Windbg

I am working on a medical device running with windows XP embded. Recently a crash occured on the device when I was trying to access certain functionality in the device remotely. it generated minidump files and I am trying to analyse the cause of crash. I completely new to windbg [...] read more
crash-dumps
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
2answers

Ruby on rails segmentation error

When I was trying to run the rails application following segmentation error has occurred: > => Booting Thin > => Rails 4.2.6 application starting in development on http://localhost:4000 > => Run `rails server -h` for more startup options > => Ctrl-C to shutdown server > Thin web server (v1.7.0 codename [...] read more
ruby-on-rails
ruby
ubuntu
rubygems
0votes
1answer

understanding assembly and stack %ebp above vs below

if my assembly code ... 0x08048cc4 <+0>: push %ebp 0x08048cc5 <+1>: mov %esp,%ebp 0x08048cc7 <+3>: push %esi 0x08048cc8 <+4>: push %ebx 0x08048cc9 <+5>: sub $0x20,%esp 0x08048ccc <+8>: lea -0x10(%ebp),%eax // input 3 0x08048ccf <+11>: mov %eax,0xc(%esp) 0x08048cd3 <+15>: lea -0xc(%ebp),%eax // input 2 0x08048cd6 <+18>: mov %eax,0x8(%esp) 0x08048cda <+22>: movl [...] read more
assembly
gdb
stack
-1votes
2answers

How can I perform line by line crash debugging to deal with "has stopped working" error in c?

I have a c project compiled with GCC.When I run my test.exe program ends with "test.exe has stopped working" but compiled successfully.How can I debug my program and how can find where is my mistake? Technique 1: I tried to printf("Successful 1..."),printf("Successful 2...") on the beginning of every single line [...] read more
c
debugging
crash
gdb

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