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 / .NET Framework / New Users / August 2006

Tip: Looking for answers? Try searching our database.

strange debugger crash while examining value type

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John - 02 Aug 2006 15:01 GMT
When I create a Microsoft.DirectX.Direct3D.VertexElement and try to view
 it in the VS2005 variable view, the debuggee crashes, the debugger
crashes, and sometimes the IDE crashes.  The problem is very similar to
what happens in the IDE if you have a infinitely recursive property
getter.  The error is:

The program '[25988] Test1.vshost.exe: Managed' has exited with code
-2147023895 (0x800703e9).

0x80070e39 is apparently a stack overflow.

It doesn't matter if I do

            object o = new VertexElement();
or
            VertexElement e = new VertexElement();

The result is the same.

This is also happening on two different machines (a hyperthreaded P4,
and a dual hyperthreaded Xeon).

Now, with VS2003 the problem is not happening.  I've googled for a
solution and it doesn't seem to be that common.

Any thoughts on a fix?

- John
John - 02 Aug 2006 15:46 GMT
> When I create a Microsoft.DirectX.Direct3D.VertexElement and try to view
>  it in the VS2005 variable view, the debuggee crashes, the debugger
[quoted text clipped - 24 lines]
>
> - John

So, I've been able to fix this by disabling ToString() calling in the
debugger options.  Unfortunately as you could probably imagine this is
really bad.  Is there another solution other than trying to work around
this by implementing my own VertexElement stuct?

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.