Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
2k 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 ?
8
votes
5answers
1k 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, ...
7
votes
2answers
307 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 ...
7
votes
3answers
1k 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 ...
6
votes
3answers
401 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 ...
3
votes
1answer
841 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 ...
3
votes
4answers
513 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) ...
2
votes
1answer
73 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 ...
2
votes
1answer
363 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 ...
2
votes
1answer
614 views

Accessing Python Objects in a Core Dump

Is there anyway to discover the python value of a PyObject* from a corefile in gdb
2
votes
1answer
483 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 ...
1
vote
1answer
126 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: ...
1
vote
2answers
350 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 ...
1
vote
1answer
223 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 ...
1
vote
2answers
230 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 ...
1
vote
4answers
520 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
388 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 ...
1
vote
4answers
617 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 ...
0
votes
0answers
14 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
17 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
0answers
25 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
31 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. ...
0
votes
1answer
121 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 ...
0
votes
2answers
391 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
334 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
201 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
137 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 ...
0
votes
2answers
180 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 ...
0
votes
1answer
389 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 ...