Search

IDE freeze by Itzikk

Closed
as Fixed Help for as Fixed

2
0
Sign in
to vote
Type: Bug
ID: 524683
Opened: 1/13/2010 1:21:25 AM
Access Restriction: Public
Primary Feedback Item: 504538
1
Workaround(s)
1
User(s) can reproduce this bug
IDE freeze, occasionally, on console application after last line of code Console.ReadLine();
Platform: Windows 7 x64
Details (expand)

Product Language

English

Version

Visual Studio 2010 Beta 2

Operating System

Windows 7

Operating System Language

English

Steps to Reproduce

1. From the main method call another method
2. from the called method use Extention method on a referenced class library project.
3. The Extention method writes few lines (Console.Write(...), Console.WriteLine(...)
4. The main method performs Console.ReadLine()

Actual Results

From time to time the IDE stops responding and shows the 'wait' icon (circle).

Expected Results

Control returns to the IDE.
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey. [Details]

 

File Attachments
File Name Submitted By Submitted On File Size  
LinqUtils.zip (restricted) 1/14/2010 -
Nutshellx.zip (restricted) 1/14/2010 -
Linq0001OperatorsDb.zip (restricted) 1/14/2010 -
Linq0106OperatorsWhereSubQueries.zip (restricted) 1/14/2010 -
Sign in to post a comment.
Posted by Microsoft on 2/1/2010 at 2:42 PM
Hello,

Thank you for posting the workaround of disabling IntelliTrace. The IntelliTrace hang was a bug that was discovered in Beta2, and is fixed in the upcoming Release Candidate.

For now I'm going to resolve this issue as fixed. If disabling IntelliTrace does not resolve the problem, please respond here, and re-activate the bug.

Best Regards,
Andrew Hall
Visual Studio Debugger

Posted by Jimbobo23 on 1/29/2010 at 9:45 AM
This happens to me also.
In class we have to design simple applications that output text in a commandline box, simple maths etc
In all the applications, we include Console.readline() at the end.
The programs worked perfectly fine until the final 'console.readline()' was run. It appears that the command box dissapears and the entire visual studio crashes.
I use task manager to reveal several processes are still running, including the one I was running before it crashed. I have to end process all the other VB related processes (apart from the main studio one) then wait 30 seconds for everything to unfreeze.
I'm running Windows 7 64bit if this helps and it occurs on my friends laptop as well that's running Windows 7 32bit
Posted by Microsoft on 1/29/2010 at 1:24 AM
Thanks for your feedback.

We are routing this issue to the appropriate group within the Visual Studio Product Team for triage and resolution.
These specialized experts will follow-up with your issue.
Posted by Itzikk on 1/14/2010 at 9:02 AM
I've attached 4 files.
2 class libraries
1 console application
1 mdf db file - Nutshellx
Linq0001OperatorsDb holds a dbml of LINQ to SQL Classes

Posted by Microsoft on 1/13/2010 at 11:24 PM
Thanks for reporting the issue.
In order to fix the issue, we must first reproduce the issue in our labs. We are unable to reproduce the issue with the steps you provided.

Could you please attach a zipped project file to this feedback through our site to help us reproduce the issue?

Thanks again for your efforts and we look forward to hearing from you.
Visual Studio Product Team
Sign in to post a workaround.
Posted by Itzikk on 1/14/2010 at 9:02 AM
When I disabled 'IntelliTrace' the problem does not occur anymore.