HighTechTalks DotNet Forums  

Compiler / Framework bug?

VC++.net microsoft.public.dotnet.languages.vc


Discuss Compiler / Framework bug? in the VC++.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Thomee Wright
 
Posts: n/a

Default Compiler / Framework bug? - 04-11-2006 , 02:55 PM






How to reproduce:

Create a new Visual C++ CLR Empty Project
Add a new C++ with the following:

int main (array<System::String^> ^args)
{
//bool workaround = true;
while (true)
{
try { }
catch(...) { }
}
}

Expected result: program runs forever without doing anything
Actual result: program gets a stack overflow exception in 1-2 seconds
Workaround: uncomment the workaround line

Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default RE: Compiler / Framework bug? - 04-12-2006 , 03:35 AM






Hi Thomee,

Thank you posting!

This is a quick note to let you know that I am performing research on this
issue and will get back to you as soon as possible. I appreciate your
patience.

Thanks for your understanding.

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
  #3  
Old   
Carl Daniel [VC++ MVP]
 
Posts: n/a

Default Re: Compiler / Framework bug? - 04-12-2006 , 09:13 AM



Thomee Wright wrote:
Quote:
How to reproduce:

Create a new Visual C++ CLR Empty Project
Add a new C++ with the following:

int main (array<System::String^> ^args)
{
//bool workaround = true;
while (true)
{
try { }
catch(...) { }
}
}

Expected result: program runs forever without doing anything
Actual result: program gets a stack overflow exception in 1-2 seconds
Workaround: uncomment the workaround line
Definitely a bug. Please open a bug report at

http://lab.msdn.microsoft.com/productfeedback

Once you've done that, please post the URL to your bug report here so that
others can validate and vote on it.

-cd




Reply With Quote
  #4  
Old   
AT
 
Posts: n/a

Default RE: Compiler / Framework bug? - 04-17-2006 , 12:35 AM



Hi Thomee,

It appears to be product issue, I have already this problem to our product
team.

Meantime, I highly suggest you can submit this feedback to our product
feedback center, our development team may communicate with you directly on
the issue there:

http://lab.msdn.microsoft.com/productfeedback/default.aspx

Thanks!

Best regards,

Gary Chang
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.