MiniDump for C# !?

J

Jochen Kalmbach

Hello,

I just have a small question about crash-dumps for C#-apps:

In "normal" unmanaged apps I can use "MiniDumpWriteDump" to write a mini-
dump if an exception occurs (via. "SetUnhandledExceptionFilter")

With this file it is easy possible to find the source of the crash.


How should this be solved in C# (or CLR) ?
Is there an comparable mechanism to write a "minidump" !?

Any comments are welcome...


--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
 
J

Jeffrey Tan[MSFT]

Hi Jochen,

I noticed that the issue has alredy been posted in this group. Some one of
the community has
added a reply to another post of you.

If you have follow up questions, please post there and we will work with
you.
Thanks for your understanding.

Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
| Subject: MiniDump for C# !?
| From: Jochen Kalmbach <[email protected]>
| Message-ID: <[email protected]>
| User-Agent: Xnews/5.04.25
| X-Face:
#TA[Jae"bdx-+QGJx=d8Gi"CujilO8C4^r,6rco%?.Xk?;y`M?j&$Pmm>%[c!9kDW7m]C~N
bWutCC$vPTUW-"icn`nX:[F"N;mB9}]ABU?Y]tZwmSP{]!
| Newsgroups: microsoft.public.dotnet.languages.csharp
| Date: Thu, 25 Sep 2003 04:18:52 -0700
| NNTP-Posting-Host: 217.7.150.245
| Lines: 1
| Path:
cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
..phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.csharp:187259
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| Hello,
|
| I just have a small question about crash-dumps for C#-apps:
|
| In "normal" unmanaged apps I can use "MiniDumpWriteDump" to write a mini-
| dump if an exception occurs (via. "SetUnhandledExceptionFilter")
|
| With this file it is easy possible to find the source of the crash.
|
|
| How should this be solved in C# (or CLR) ?
| Is there an comparable mechanism to write a "minidump" !?
|
| Any comments are welcome...
|
|
| --
| Greetings
| Jochen
|
| Do you need a memory-leak finder ?
| http://www.codeproject.com/tools/leakfinder.asp
|
 
J

Jochen Kalmbach

Jeffrey said:
I noticed that the issue has alredy been posted in this group. Some
one of the community has
added a reply to another post of you.

If you have follow up questions, please post there and we will work
with you.
Thanks for your understanding.

Sorry that I multiposted this question...
But I think your newsserver has some problmes....

Sometimes the message I post does not apear in the newsgroup. After 7 hours
I posted the message again...

This problem occurs only in the last couple of days... (maybe it has to do
with lot of spam in the last days...)

Thanks for your understanding.

--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
 

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

Similar Threads

MiniDump for C#!? 1
Is there any way to read PDF file? 5
minidump analysis 3
BUG: PrinterSettings.ToString() 3
Strong names 1
Need minidump analyzed 4
bsod problems 6
BSOD -- need help understanding minidump 9

Top