Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / April 2006

Tip: Looking for answers? Try searching our database.

Compiler / Framework bug?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Thomee Wright - 11 Apr 2006 20:55 GMT
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
"Gary Chang[MSFT]" - 12 Apr 2006 09:35 GMT
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.
Carl Daniel [VC++ MVP] - 12 Apr 2006 15:13 GMT
> How to reproduce:
>
[quoted text clipped - 14 lines]
> 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
"Gary Chang[MSFT]" - 17 Apr 2006 06:35 GMT
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.

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.