473,804 Members | 3,712 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to create minidumps in C#

Hello,

I need to create minidumps (or the equivalent) to debug C# applications
post-mortem. I know that it is possible in C++ using minidumps.

I read some old posts where they said that for C# it is impossible to use
minidumps (because they don't have enough information) and that the only way
was to use full dumps. But I still don't know how to configure the
application (assemblies) to create this dump and how to use them for
analysis.

Any help is appreciated.

Best regrads,
Patricio.
Jan 20 '06 #1
6 5577
Patricio,

Here are a few links that should help you:

http://www.codeproject.com/debug/pos...tandalone1.asp

http://blogs.msdn.com/scottno/archiv...26/197757.aspx

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Patricio" <Pa******@newsg roups.nospam> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Hello,

I need to create minidumps (or the equivalent) to debug C# applications
post-mortem. I know that it is possible in C++ using minidumps.

I read some old posts where they said that for C# it is impossible to use
minidumps (because they don't have enough information) and that the only
way was to use full dumps. But I still don't know how to configure the
application (assemblies) to create this dump and how to use them for
analysis.

Any help is appreciated.

Best regrads,
Patricio.

Jan 21 '06 #2
Hi Patricio,
In addition to Nicholas's comment, we also could use Stacktrace to achieve
this goal. Please refer to following article:
http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemdiag nosticsstackfra meclasstopic.as p

I hope the above information is helpful for you. If you have any questions,
please feel free to let me know. Thanks and have a nice day!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security

--------------------
From: "Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om>
References: <#e************ **@tk2msftngp13 .phx.gbl>
Subject: Re: How to create minidumps in C#
Date: Sat, 21 Jan 2006 11:55:16 -0500
Lines: 35
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-RFC2646: Format=Flowed; Response
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
Message-ID: <#O************ **@tk2msftngp13 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
NNTP-Posting-Host: cpe-24-90-143-84.nyc.res.rr.c om 24.90.143.84
Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GP08.phx.gbl!tk 2msftngp13.phx. gbl
Xref: TK2MSFTNGXA02.p hx.gbl microsoft.publi c.dotnet.langua ges.csharp:3802 16
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp

Patricio,

Here are a few links that should help you:

http://www.codeproject.com/debug/pos...tandalone1.asp

http://blogs.msdn.com/scottno/archiv...26/197757.aspx

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Patricio" <Pa******@newsg roups.nospam> wrote in message
news:%2******* *********@tk2ms ftngp13.phx.gbl ...
Hello,

I need to create minidumps (or the equivalent) to debug C# applications
post-mortem. I know that it is possible in C++ using minidumps.

I read some old posts where they said that for C# it is impossible to use minidumps (because they don't have enough information) and that the only
way was to use full dumps. But I still don't know how to configure the
application (assemblies) to create this dump and how to use them for
analysis.

Any help is appreciated.

Best regrads,
Patricio.



Jan 23 '06 #3
Thank you Nicholas and Terry for the information.

From what I read in the links it seems that I need to attach a debugger to
the running application to create the full user dumps.

In the C++ scenario it seems that the same application can implement a
handler to generate the dump, but it seems that this is not possible with
C#, isn't?

One more question: in a scenario where a unmanaged C++ application uses a
managed C++ dll which itself uses a C# dll, will a full dump generated by
the unmanaged C++ application (triggered by a C# dll exception) contain
information to debug the C# dll?

Thank you in advance for your answers,
Patricio.

""TerryFei" " <v-******@online.m icrosoft.com> wrote in message
news:05******** ********@TK2MSF TNGXA02.phx.gbl ...
Hi Patricio,
In addition to Nicholas's comment, we also could use Stacktrace to achieve
this goal. Please refer to following article:
http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemdiag nosticsstackfra meclasstopic.as p

I hope the above information is helpful for you. If you have any
questions,
please feel free to let me know. Thanks and have a nice day!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security

--------------------
From: "Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard .caspershouse.c om>
References: <#e************ **@tk2msftngp13 .phx.gbl>
Subject: Re: How to create minidumps in C#
Date: Sat, 21 Jan 2006 11:55:16 -0500
Lines: 35
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-RFC2646: Format=Flowed; Response
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
Message-ID: <#O************ **@tk2msftngp13 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
NNTP-Posting-Host: cpe-24-90-143-84.nyc.res.rr.c om 24.90.143.84
Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GP08.phx.gbl!tk 2msftngp13.phx. gbl
Xref: TK2MSFTNGXA02.p hx.gbl
microsoft.pub lic.dotnet.lang uages.csharp:38 0216
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp

Patricio,

Here are a few links that should help you:

http://www.codeproject.com/debug/pos...tandalone1.asp

http://blogs.msdn.com/scottno/archiv...26/197757.aspx

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Patricio" <Pa******@newsg roups.nospam> wrote in message
news:%2****** **********@tk2m sftngp13.phx.gb l...
Hello,

I need to create minidumps (or the equivalent) to debug C# applications
post-mortem. I know that it is possible in C++ using minidumps.

I read some old posts where they said that for C# it is impossible to use minidumps (because they don't have enough information) and that the only
way was to use full dumps. But I still don't know how to configure the
application (assemblies) to create this dump and how to use them for
analysis.

Any help is appreciated.

Best regrads,
Patricio.


Jan 23 '06 #4
Patricio wrote:
Thank you Nicholas and Terry for the information.

From what I read in the links it seems that I need to attach a debugger to
the running application to create the full user dumps.
You can also use userdump.exe or Dr. Watson to create dumps. userdump
works good from an "unhandled exception handler".
In the C++ scenario it seems that the same application can implement a
handler to generate the dump, but it seems that this is not possible with
C#, isn't?
It is, you can hook events for that:
Application.Thr eadException
AppDomain.Unhan dledException

One more question: in a scenario where a unmanaged C++ application uses a
managed C++ dll which itself uses a C# dll, will a full dump generated by
the unmanaged C++ application (triggered by a C# dll exception) contain
information to debug the C# dll?
It should be accessible via SOS.

Thank you in advance for your answers,
Patricio.


HTH,
Andy
--
To email me directly, please remove the *NO*SPAM* parts below:
*NO*SPAM*xmen40 @*NO*SPAM*gmx.n et
Jan 23 '06 #5
Thank you for the information Andreas. Now I have several options to
handle my situation.

Best regards,
Patricio.

"Andreas Mueller" <me@privacy.net > wrote in message
news:43******** *****@individua l.net...
Patricio wrote:
Thank you Nicholas and Terry for the information.

From what I read in the links it seems that I need to attach a debugger
to the running application to create the full user dumps.


You can also use userdump.exe or Dr. Watson to create dumps. userdump
works good from an "unhandled exception handler".

In the C++ scenario it seems that the same application can implement a
handler to generate the dump, but it seems that this is not possible with
C#, isn't?


It is, you can hook events for that:
Application.Thr eadException
AppDomain.Unhan dledException

One more question: in a scenario where a unmanaged C++ application uses a
managed C++ dll which itself uses a C# dll, will a full dump generated by
the unmanaged C++ application (triggered by a C# dll exception) contain
information to debug the C# dll?


It should be accessible via SOS.

Thank you in advance for your answers,
Patricio.


HTH,
Andy
--
To email me directly, please remove the *NO*SPAM* parts below:
*NO*SPAM*xmen40 @*NO*SPAM*gmx.n et

Jan 23 '06 #6
Hi Patrico,,

I am glad to know that the problem has been resolved now.Thanks for
participating the community!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security

--------------------
From: "Patricio" <Pa******@newsg roups.nospam>
References: <#e************ **@tk2msftngp13 .phx.gbl> <#O************ **@tk2msftngp13 .phx.gbl>
<05************ **@TK2MSFTNGXA0 2.phx.gbl>
<eQ************ **@TK2MSFTNGP11 .phx.gbl> <43************ *@individual.ne t>Subject: Re: How to create minidumps in C#
Date: Mon, 23 Jan 2006 16:31:31 -0500
Lines: 44
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
X-RFC2646: Format=Flowed; Response
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
Message-ID: <Ov************ **@TK2MSFTNGP15 .phx.gbl>
Newsgroups: microsoft.publi c.dotnet.langua ges.csharp
NNTP-Posting-Host: 205.152.247.15
Path: TK2MSFTNGXA02.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP15.phx. gbl
Xref: TK2MSFTNGXA02.p hx.gbl microsoft.publi c.dotnet.langua ges.csharp:3807 41
X-Tomcat-NG: microsoft.publi c.dotnet.langua ges.csharp

Thank you for the information Andreas. Now I have several options to
handle my situation.

Best regards,
Patricio.

"Andreas Mueller" <me@privacy.net > wrote in message
news:43******* ******@individu al.net...
Patricio wrote:
Thank you Nicholas and Terry for the information.

From what I read in the links it seems that I need to attach a debugger
to the running application to create the full user dumps.


You can also use userdump.exe or Dr. Watson to create dumps. userdump
works good from an "unhandled exception handler".

In the C++ scenario it seems that the same application can implement a
handler to generate the dump, but it seems that this is not possible with C#, isn't?


It is, you can hook events for that:
Application.Thr eadException
AppDomain.Unhan dledException

One more question: in a scenario where a unmanaged C++ application uses a managed C++ dll which itself uses a C# dll, will a full dump generated by the unmanaged C++ application (triggered by a C# dll exception) contain
information to debug the C# dll?


It should be accessible via SOS.

Thank you in advance for your answers,
Patricio.


HTH,
Andy
--
To email me directly, please remove the *NO*SPAM* parts below:
*NO*SPAM*xmen40 @*NO*SPAM*gmx.n et



Jan 24 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
8876
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I want my users to be able to select a report, click on a command button on a form, which will then automatically create the report as a pdf file and save it to the user's machine. I am using Adobe Acrobat (5.0 I think) and have Adobe Distiller as a
4
4420
by: I_AM_DON_AND_YOU? | last post by:
There is one more problem I am facing but didn't get the solution. In my Setup Program I am not been able to create 2 things (when the program is intalled on the client machine ) : (1) create shortcut to my program/utility (2) Entry in Windows' Start --> Program Menu. Actually in my VB.Net solution I have two projects (1) MYPROGRAM (2) MYPROGRAM_INSTALLER. MYPROGRAM is a "Windows Application". MYPROGRAM_INSTALLER is a "SetUp Wizard"...
10
8826
by: Zack Sessions | last post by:
Has anyone tried to create a SQL7 view using the CREATE VIEW command and ADO.NET? If so, is there a trick in trapping a SQL error when trying to create the view? I have a VB.NET app that, amoung other things, can create views based on existing tables and a table of column name equivalents. If I accidently introduce a column name equivalent that is the same as another column, I end up with a CREATE VIEW SQL statement that is in error, if...
9
8326
by: Peter | last post by:
Hello£¬everyone, My program will collect a testing machine's data ,save the data and deal with the data everyday. I want to use vb.net to create database, add and delete tables or modify the records in the database. Is it possible to create a SQL Server database using vb.net? I know I can use vb.net and ADOX to create a Access database. But I can't create SQL database using vb.net.
5
2436
by: Chris Stankevitz | last post by:
My app reliably dies after a long time. I would like to dump core before it dies, and use that core as a starting point in debugging to save me from having to spend so much time waiting. Is this possible? I suppose I could run my entire IDE inside a vmware virtual machine? Thanks for your help, Chris
37
3316
by: Steven Bethard | last post by:
The PEP below should be mostly self explanatory. I'll try to keep the most updated versions available at: http://ucsu.colorado.edu/~bethard/py/pep_create_statement.txt http://ucsu.colorado.edu/~bethard/py/pep_create_statement.html PEP: XXX Title: The create statement
18
2727
by: Steven Bethard | last post by:
I've updated the PEP based on a number of comments on comp.lang.python. The most updated versions are still at: http://ucsu.colorado.edu/~bethard/py/pep_create_statement.txt http://ucsu.colorado.edu/~bethard/py/pep_create_statement.html In this post, I'm especially soliciting review of Carl Banks's point (now discussed under Open Issues) which asks if it would be better to have the create statement translated into:
5
4876
by: Michael | last post by:
Hello, I've created an ASP web page where users in our organization can create Active Directory computer accounts. The web page is running on a Server 2003 SP1 IIS 6 installation. The Exchange System Manager is running on the web server and Exchange SP2 has been installed. The IIS site is configured with Basic Authentication and users are prompted to enter their Active Directory credentials when connecting to the site.
8
20374
by: barb | last post by:
So that the world at large benefits from our efforts, here is one fully documented way to use Windows Irfanview freeware to create thumbnail web galleries (http://www.irfanview.com). STEP 1: Start with original thumbnails & two empty sub directories STEP 2: Create smaller versions of the originals for one sub directory STEP 3: Create thumbnail version of the originals the other sub directory STEP 4: Create an index.html pointing to the...
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10580
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10323
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10082
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9157
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7621
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6854
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5652
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3821
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.