The postmortem-debugging tag has no wiki summary.
1
vote
0answers
31 views
Analysing multithreaded core files on linux with gdb
I am currently investigating an issue with a multithreaded program on linux. I can use gdb to look what each thread does and why the thing crashed. Nevertheless I do miss a way to simply print an ...
0
votes
0answers
19 views
How to solve Microsoft Sysinternal's procdump error “Unable to import the 'MiniDumpWriteDump' function from debug help.”
I have a Windows XP system with procdump (http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx) and I installed it as AeDebug post mortem debugger.
When the process I was interested in ...
1
vote
1answer
45 views
What is the ds:0023:003a3000=?? stuff on the end of a drwatson FAULT?
I have the following entry in a Dr Watson log. What is the significance of the "ds:0023:003a3000=??" part of the entry to the right of the FAULT line?
*----> State Dump for Thread Id 0xdfc ...
1
vote
1answer
108 views
Post-mortem debugging C# app with Visual Studio
I'm struggling to debug a .dmp file that contains .NET code (C#), it also contains managed C++ who calls into native code
The .dmp file is a "full dump"
If I load the .pdb in WinDBG, using SOS, life ...
1
vote
3answers
150 views
Can I use windbg as a post mortem debugger for Windows services?
I have Windbg set as the default post mortem debugger. I did this by running windbg -I. However, this only appears to catch unhandled exceptions from applications run by the user I'm logged on as, ...
3
votes
1answer
99 views
Identify concrete type of object behind auto_ptr from core dump
I have an auto_ptr<IFoo>, where IFoo is an interface with just pure-virtual methods.
I now also have a core-file after a segmentation fault, where I'd really like to know what the concrete ...
0
votes
0answers
42 views
Where is the “Error Report Contents” from Dr. Watson located?
When we get the Dr. Watson dialog, where is the file that has the "Error Report Contents"?
The "Error Report Contents" dialog shows when you click on the "click here" link in Dr. Watson's dialog.
0
votes
0answers
47 views
Crashing python multiprocessing cuda program postmortem debugging
I have been writing a rather complex python program, and at some point it has started randomly crashing on me. The trouble is; I dont seem to be able to get any clues as to why or how this is ...
0
votes
1answer
179 views
Statically linking system libraries, libc, pthreads, to aid in debugging
I am trying to avoid the situation described in this Stackoverflow entry: Debugging core files generated on a Customer's box. If I compile all the libraries statically will I avoid having to ...
2
votes
1answer
198 views
Getting code line information from program counter only?
First of all, I cannot use a debugger[1]. But I can access the Program Counter of a program, and can also compile the binary (written in C) with all the flags I need. And I can even change the code ...
0
votes
1answer
201 views
How to debug a crash in a process containing anti-debugger measures
I've got a crash in our app which I can't debug as one of our partners has seen fit to use truly horrible 'CodeMeter' to encrypt their DLL. CodeMeter licensing prevents all attempts to debug an app ...
0
votes
0answers
295 views
Windbg vs Immunity
I'm following this tutorial http://www.corelan.be/index.php/2009/07/19/exploit-writing-tutorial-part-1-stack-based-overflows/ and I've run into a slight problem. I have both windbg and immunity ...
0
votes
0answers
269 views
postmortem debugging - Using windows events with MAP files
I've lately been involved with a VC++ application running on production (Win Server 2003 SE, SP2) daily for the past few years. Every once in a while (every few months or so) the application crashes ...
0
votes
1answer
103 views
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
...
1
vote
1answer
273 views
Analyzing a managed callstack from the compact framework
I have a post-mortem kdmp generated by a C# .NET CF 3.5 application running on Windows Mobile 6.5 ARMV4I that I would like to analyze in WinDBG X86 6.12.0002.633.
I am able to get the unmanaged ...
0
votes
1answer
143 views
CDB doesn't show the line of code as WinDBG does for callstacks
I am using WinDBG 6.12.0002.633 X86.
I'm having an issue with the command-line debugger CDB not showing the same results as WinDBG for the k and kL commands.
In WinDBG, the k command correctly ...
0
votes
1answer
395 views
windbg conflicting information
I have WinDBG 6.12.0002.633 x86 and I'm using it to view a post-mortem kdmp from a Windows Mobile 6 ARMV4I application.
When I go to analyze the callstack I get a lot of unknowns. In the analysis, I ...
0
votes
1answer
222 views
gdb 7.0 warnings: Wrong size fpregset in core file
reWhen analyzing a core file, my gdb 7.0 outputs several warnings:
warning: Wrong size gregset in core file.
warning: Wrong size fpregset in core file.
warning: Wrong size gregset in core file.
...
1
vote
1answer
572 views
Problem debugging hang-dump in windbg
After I've loaded sosex, I'm getting the following error. Any ideas? The hang dump is from a 32 bit machine, mine is 64-bit. Do I need to install something?
!clrstack
CLR DLL status: ERROR: ...
4
votes
2answers
2k views
windbg.exe: Failed to load data access DLL, 0x80004005
I'm trying to debug a 32 bit process dump from a process that ran on an x64 machine. I'm running an x86 version of windbg on my x64 laptop. I've followed the recommendations here, but I'm still ...
2
votes
1answer
127 views
What should go in a post-mortem debug information snap-shot for a Java program?
We have a situation where we would like to be able to create a zip file containing as much information as possible about a currently running Java program (which may be on its way down) to allow for ...
1
vote
1answer
783 views
Debugging MiniDump
I have compiled a Debug-Version of my application in one folder. There are now all dll's, pdb's and the exe with the pdb.
I have now created a MiniDump of my running application started out of this ...
8
votes
2answers
1k views
Debugging .Net String value in windbg
I have a .Net application dump which captured an exception, I'm analysing using windbg and interested in the value of a String parameter on one of the methods. I've isolated the String object. My ...
0
votes
1answer
234 views
DebugDiag Crash Rule Does Not Auto-Execute
I'm using DebugDiag for the first time, and I'm using it on Windows 7 x64. I've created a crash rule for (x86) myprogram.exe, which is guaranteed to crash because I've coded it intentionally to crash ...
3
votes
1answer
862 views
Postmortem debugging with WinDBG
I have an WCF-service running on an server, and occasionally(1-2 times every month) it throws an COMException with the informative message ”Unknown error (0x8005008)”. When i googled for this ...
1
vote
2answers
613 views
Track down stack trace that created object in Windbg
I'm trying to track down a memory leak in a C++ application in Windows and I've got a memory dump of the application with a large number of leaked objects. I'm using Windbg to track them down by doing ...
3
votes
1answer
2k views
Remote Post-mortem coredump analysis without having exact debug symbols for shared system libraries
How do you usually get around this problem? Imagine that a thread crashes inside libc code (which is a system shared library) on Computer1 and then generates a coredump. But the Computer2 on which ...
0
votes
2answers
685 views
Post mortem minidump debugging In windbg — what causes <memory access error> for heap memory?
I'm looking at a crash dump. Some variables seem perfectly viewable in windbg, while others just say "memory access error". What causes this? Why do some variables have sensical values while others ...
0
votes
1answer
2k views
GDB: how to see what memory addresses are accessible?
Suppose, in a debugging session I have an address which unfortunately points to some rubbish. And I want to examine memory around it to see what's located near. As expected, the following error ...
0
votes
0answers
316 views
.Net 1.1 Application - Stack Overflow - Slient shutdown - Dataset bug?
Im a developer for a major company and we are facing a nasty crash scenario.
Some background
the application is fundamentally a message processing system.
The aplication has a large in memory ...
0
votes
1answer
212 views
grails integration test case preserve data for investigation
We were used to running our grails integration test against in memory HSQLDB database, but at the failure point it was difficult to investigate as the data was lost. We migrated to running the test ...
6
votes
3answers
757 views
What exactly happens if you delete an object? (gcc) (When double-delete crashes?)
Please note that I don't want to solve any problem with my question - I was thinking about probabilities of things to happen and thus was wondering about something:
What exactly happens if you delete ...
0
votes
2answers
457 views
Do minidump files contain the timestamp of the crash?
The MiscInfoStream in a minidump file contains the process create time. I'd like to find out how long the process has been running for before the crash. Does a minidump file contain the exception ...
2
votes
4answers
789 views
Post-mortem crash-dump debugging without having the exact version of a Windows DLL in the Symbol Server
Within my application, I use the MiniDumpWriteDump function (see dbghelp.dll) to write a crash dump file whenever my application crashes.
I also use a symbol server to store all my executables and ...
1
vote
1answer
467 views
PDB file from different versions of Visual Studio
I have an old DLL file which was built with VC++ 6. Now I need to investigate the dump file but I don't have its PDB available. The stacktrace reported by WinDbg is also inaccurate.
Is it possible ...
3
votes
4answers
690 views
Step execution of release code / post-mortem debugging (VS/C++)
Is there any sense to step-execute release code? I noticed that some lines of code are omitted, i.e. some method calls. Also variable preview doesn't show some variables and shows invalid (not real) ...
8
votes
5answers
2k views
How to debug a WER minidump of an “ngen”ed image
When ngen is executed on a .NET managed application at installation time, and a crash dump is retrieved from Windows Error Reporting for the app, how can you use it to see a stack trace, variables, ...
9
votes
3answers
3k views
Cross-platform crash handler
I'm looking for a cross-platform crash handler. Google Breakpad looks promising, but it is sorely lacking any documentation, and requires a reasonable amount of fiddling to actually get going.
What ...
2
votes
1answer
960 views
Accessing Python Objects in a Core Dump
Is there anyway to discover the python value of a PyObject* from a corefile in gdb
1
vote
4answers
816 views
Help postmorten debugging of a mixed mode Win32 application
Here's the situation:
Background
I have a mixed mode .NET/Native application developed in Visual Studio 2008.
What I mean by mixed mode is that the front end is written in C++ .NET which calls ...
3
votes
1answer
585 views
Including WinDbg in the vsjitdebugger list
Is it possible to include WinDbg in the list of debuggers shown by vsjitdebugger when the latter is configured as the default debuuger in HKLM...\AeDebug?
Ideally I would like to be able to include a ...
0
votes
1answer
530 views
Configuring Application Verifier to generate a full-memory .DMP file?
Under AppVerifier, one of our apps blows up. I get a DMP file, but it's a minidump. Specifically, while I've got the call stack, I'd also like the user-space memory for the faulting process (it uses a ...
12
votes
5answers
4k views
Tool for analyzing .Net app memory dumps
Can somebody suggest a good free tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?


