CLR classes correspondent to MiniDump API (MiniDumpWriteDump)

H

Hyun-jik Bae

Is there any CLR classes correspondent to MiniDump API (MiniDumpWriteDump)
which creates .DMP file on crash state?

Please reply. Thanks in advance.



Hyun-jik Bae
 
C

Chris Mullins

Hyun-jik Bae said:
Is there any CLR classes correspondent to MiniDump API (MiniDumpWriteDump)
which creates .DMP file on crash state?

I spent quite a bit of time trying to add this feature into our product
offering. I went through a number of options, but never found anything that
worked in all cases. By all cases I mean:

- Works on x86, x64, IA64
- 2nd Chance Exceptions always trigger a dump (could be settable via a
config file)
- Didn't use 3rd party DLL's - mostly due to unavailability of x64 and IA64
and the additional complexity this adds into our build process.
- I would also like a nice little app I could run that would search for the
process and trigger a dump. This would be usefull in a situtation where the
server is hung or performing very poorly.

I talked about my attempts to get this to work in my Blog - unfortuantly I
never got the issue resultions I was hoping for.

http://test.coversant.net/dotnetnuke/Default.aspx?tabid=88&EntryID=3

I would love to hear from someone who can get this to work. It always seemed
to me that it should be a config file option build into .Net. It would be
especially if this was integrated into Windows Error Reporting
(http://www.microsoft.com/whdc/maintain/StartWER.mspx).


As an aside, if all you need is x86, you can see this thread:
http://groups.google.com/group/micr...hor:[email protected]&hl=en#6b2bfdaa4d09f795

I seem to remember this worked, but did require a few hoops to be jumped
through.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top