hi i am new in inspecting crash dump file and i need help or method how to.
I can see that exception came from CLR and "clr exception - code e0434352(first chance)"
I have attached the dump file drive can be downloaded here
https://drive.google.com/open?id=0BzWisplLq-PqLXppb1IzMV9VVGs
any helps appreciated.
The most basic analysis is
!analyze -v
, which already helps in your case. Make sure your symbols are correct first. So the following 3 commands are enough to find out the exception:For .NET, there's also an extension called sos which can help:
You probably also need the call stack: