Windows error 0x00000189, 393

Detailed Error Information

BAD_OBJECT_HEADER[1]

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

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 Code393 (0x0189)

Questions

2votes
3answers

Memory failure in "?? ()" using GDB

I'm trying to trace my segmentation fault using gdb and I'm unable to find the exact line where the fault is happening. (gdb) backtrace #0 0x00110402 in __kernel_vsyscall () #1 0x007a5690 in raise () from /lib/libc.so.6 #2 0x007a6f91 in abort () from /lib/libc.so.6 #3 0x007dd9eb in __libc_message () from /lib/libc.so.6 [...] read more
c
debugging
gcc
segmentation-fault
gdb
2votes
1answer

Why no corresponding subroutine call in machine code dump when calling strcpy()?

I am working through the book 'Hacking: The Art of Exploitation' by Jon Erickson. In one part of the book he gives C code and then walks through the corresponding assembly using gdb, explaining the instructions and memory activity. I am working along in Mac OS X, so things are [...] read more
c
macos
assembly
gdb
1vote
1answer

DPI scaling problem with hosted native HWND control inside WPF window

I have a high dpi setting on my monitor as the monitor is a fairly small 3840 x 2160 monitor. This is causing issues with one of the applications I am writing as I am hosting a control in my main application. I developed it based off a nice example [...] read more
c#
wpf
scale

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