Welcome to MSDN Blogs Sign in | Join | Help

How to obtain crash dump in Visual Studio 2005

So VS is crashing on you and you want to submit a bug. You can help us with investigation if you also collect a crash dump. Generally Windows automatically sends a crash dump to us when you click 'Submit error information to Microsoft'. However, if you still want to file the issue yourself on MSDN Feedback site, do the following:

1. Start Visual Studio.
2. Start another instance of VS.
3. In the second instance click Tools | Attach to Process...
4. In the list of processes locate devenv.exe.
5. Click Select... and explicitly choose 'Native' and 'Managed' code.
6. Click OK and OK to close Select dialog and Attach to Process dialog.
7. Go back to the first instance of VS and repro the crash.
8. Upon the crash control should go to the second instance of VS.
9. In the second instance click Debug | Save Dump As... and save the crash information.
10. File issue at MSDN Feedback site and attach crash dump file to the report.
Published Tuesday, July 25, 2006 3:29 PM by Mikhail Arkhipov (MSFT)

Comments

# Interesting Finds: July 25, 2007

Tuesday, July 25, 2006 11:11 PM by Jason Haley

# re: How to obtain crash dump in Visual Studio 2005

Great, we are still debugging the debugger ;-)
Wednesday, July 26, 2006 5:37 PM by albertpascual

# How to obtain debug information from a hung/frozen application

A while ago I blogged on how to obtain a crash dump using Visual Studio. You can use similar technique

Wednesday, September 19, 2007 3:22 PM by Mikhail Arkhipov (MSFT)'s WebLog

# MSDN Blog Postings » How to obtain debug information from a hang / frozen application

# How to give a crash or hang dump for Visual Web Developer Express

1. Generate dump file for hanged application: Option1 : If you are using vista, you can simple open task

Monday, January 07, 2008 11:08 AM by xqiu's blog for his Microsoft career

# How to give a crash or hang dump for Visual Web Developer Express

1. Generate dump file for hanged application: Option1 : If you are using vista, you can simple open task

Monday, January 07, 2008 11:49 AM by Noticias externas

# MSDN Blog Postings » How to give a crash or hang dump for Visual Web Developer Express

# Having problems with Visual Studio or .NET?

If you are having issues with Visual Studio or the .NET Framework, but you don't want to create a case

Friday, February 15, 2008 10:45 AM by ASP.NET Debugging

# Having problems with Visual Studio or .NET?

If you are having issues with Visual Studio or the .NET Framework, but you don't want to create a

Friday, February 15, 2008 11:51 AM by Noticias externas

# MSDN Blog Postings » Having problems with Visual Studio or .NET?

New Comments to this post are disabled
 
Page view tracker