Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 26858

Debugging .dmp file with Visual Studio 2010

$
0
0

Hi, I have a dump file from an mvc4 web api that is pretty much crashing the w3wp.exe process (the bits are based off a debug build).  I started diag debug diag to get the .dmp and there are parts of the .net stack .html summary for the crash report of the .dmp file that reference some of my methods which are probably suspect including a cacheing object as well as a db context that are somehow crashing due to systemobject dispose (something is going out of scope when I reference something..either cache or db context or both).  It makes sense that those items are contained in the list summary of the .html .dmp report but they really don't tell me where the code is throwing.

With the .dmp file at hand when I try to load it within Visual Studio to Debug and link back to source code I get the following errors:

  • Debugging inforamtion for w3wp.exe cannot be found or does not match. Symbols loaded (source information stripped).  Do you want to continue debugging?

  • Unhandled exception at 0x000007fefdc3cacd (KERNELBASE.dll) in w3wp__MyApp__PID__36504__Date__02_14_2013__Time_04_32_57PM__276__First chance exception 0XE0434352.dmp: 0xE0434352: 0xe0434352.

I have the Debug/General "microsoft symbol servers" checked to presumably down any necessary symbols and linkage.  However, when I continue and break after the last error, there are no references to my code within the call stack or the Debug/Windows/Paralell Stacks but I dont' see any of my classes or object called or spelled out.  All is see are offsets and the disassembly with a carret as the break point at some "mov" operation.

ASK: How can I link this .dmp to the exact line of code that is throwing?  Thanks!


Viewing all articles
Browse latest Browse all 26858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>