Tagged Questions
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 ?
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 ...
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
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 ...