postmortem-debugging Questions
6
Solved
Can somebody suggest a good free tool for analyzing .Net memory dumps other than Adplus/windbg/sos ?
Pendentive asked 7/9, 2008 at 4:39
3
Solved
I am doing a postmortem analysis of a crashed program. I am on Linux (Ubuntu 12.04, x86), the code is written in C++. The Program is using some singletons that may contain valuable information. Is ...
Pink asked 16/7, 2013 at 14:43
1
I intermittently receive a browser hang with this error in a dump file.
After using !analyze -v on 3 crashes I receive this error and stack
GetUrlPageData2 (WinHttp) failed: 12007.
However, I c...
Malonis asked 3/2, 2016 at 21:38
3
I'm doing some crash dump debugging, where I am looking a dump taken from a production server. The machine I'm running WinDbg on must have a slightly different version of the .NET runtime installed...
Shadowgraph asked 4/9, 2015 at 19:31
1
Solved
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 al...
Alephnull asked 25/7, 2012 at 16:14
1
Solved
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 ...
Salleysalli asked 17/1, 2012 at 16:55
2
Solved
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 w...
Threaten asked 7/6, 2011 at 9:56
5
Solved
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,...
Ducky asked 5/10, 2009 at 17:15
1
Solved
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 ...
Liquidambar asked 1/12, 2010 at 22:54
1
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 occ...
Interrupted asked 21/9, 2010 at 11:30
3
Solved
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 del...
Eiger asked 31/7, 2010 at 15:38
3
Solved
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.
Wha...
Yellows asked 2/9, 2009 at 11:23
1
Solved
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 includ...
Thesda asked 20/2, 2009 at 11:5
1
© 2022 - 2024 — McMap. All rights reserved.