Search

Visual Studio 2010 managed debugger hangs after hitting a breakpoint by Amberg

Closed
as External Help for as External

1
0
Sign in
to vote
Type: Bug
ID: 777769
Opened: 1/29/2013 8:00:34 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
While debugging a multi-threaded/process application (mixed WPF and WinForm). The debugger and the debugged application freeze. After detaching the debugger, the debugged process and visual studio behaves normal.

The problem occurs on all our development systems.

I have already tried the follow steps to solve this problem without success:
- enable / disable the host process
- tried to debug x86 and x64 processes
- launched visual studio with /SafeMode
- NGEN update
- disabled "property evaluation and other implicit function calls" in Debugging options
- disabled symbol servers
- disabled symbol loading

I have attached a debugger to visual studio during the debug session and there are some exceptions in the output:

(18d8.1708): C++ EH exception - code e06d7363 (first chance)
(18d8.1708): C++ EH exception - code e06d7363 (first chance)
..... // snip
(18d8.18dc): Unknown exception - code 80010005 (first chance)
..... // 20 seconds freeze until breakpoint hit in IDE

(18d8.18dc): Unknown exception - code 80010005 (first chance)
(18d8.18dc): C++ EH exception - code e06d7363 (first chance)
ModLoad: 365f0000 36665000 C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\Debugger\mcee.dll

// after continue execution debugger and debugged process freezes forever

(18d8.18dc): Unknown exception - code 80010005 (first chance)
ModLoad: 00000000`02b90000 00000000`02c1c000 C:\Windows\SysWOW64\UIAutomationCore.dll
(18d8.1a8c): CLR exception - code e0434352 (first chance)
(18d8.1a8c): CLR exception - code e0434352 (first chance)
(18d8.1a8c): CLR exception - code e0434352 (first chance)
(18d8.1a8c): CLR exception - code e0434352 (first chance)
(18d8.1a8c): CLR exception - code e0434352 (first chance)
(18d8.1a8c): CLR exception - code e0434352 (first chance)
(18d8.1a8c): CLR exception - code e0434352 (first chance)
(18d8.1a8c): CLR exception - code e0434352 (first chance)


I have attached a dump of both processes
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

.NET Framework 4.0

What category (if any) best represents this feedback?

 

Steps to reproduce

Reproducible on all our development systems.

Product Language

English

Operating System

Windows 7 SP1

Operating System Language

English

Actual results

VS2010 debugger hangs after breakpoint

Expected results

VS2010 debugger should continue execution after breakpoint

Locale

 
File Attachments
File Name Submitted By Submitted On File Size  
FlightPro_130129_170749.dmp (restricted) 1/29/2013 -
Sign in to post a comment.
Posted by Microsoft on 1/29/2013 at 5:59 PM
The product team itself no longer directly accepting feedback for Microsoft Visual Studio 2010 and earlier products. You can get support for issues with Visual Studio 2010 and earlier by visiting one of the resources in the link below:
http://msdn.microsoft.com/en-us/vstudio/cc136615.aspx
Posted by Microsoft on 1/29/2013 at 8:50 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.