Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 vc6 crash with 1624 on suggestion listbox
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

asmwarrior
New Member

4 Posts

Posted - Jan 07 2008 :  8:46:30 PM  Show Profile  Reply with Quote
HI
It seems that VA 1624 cann't parse some of my class fully.

The whole VC6 crashed when I turn off the "show non-inherited first".

Edited by - asmwarrior on Jan 07 2008 9:02:49 PM

asmwarrior
New Member

4 Posts

Posted - Jan 07 2008 :  9:01:05 PM  Show Profile  Reply with Quote
also, my class is such a simple class, and has no Base classes.

Edited by - asmwarrior on Jan 07 2008 9:02:11 PM
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Jan 08 2008 :  08:33:35 AM  Show Profile  Reply with Quote
We have some other users reporting a crashing problem with VA 1624. We are currently trying to find and fix the problem. We have a test dll that might help. If you are willing to try it can you please contact me via the form:

http://www.wholetomato.com/support/contact.asp

including this thread ID or URL in the description, so we can match it up.

zen is the art of being at one with the two'ness
Go to Top of Page

asmwarrior
New Member

4 Posts

Posted - Jan 08 2008 :  9:55:50 PM  Show Profile  Reply with Quote
I think it is very simple to show the bug, you define a class.
In a cpp file:
//--------------------------------------------------------
class Ca{
int m_a;
int m_b;
}

main(){
Ca x;
x. // **********It happened when the suggestion listbox appears.
}
//------------------------------------------------------------------
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Jan 09 2008 :  10:54:15 AM  Show Profile  Reply with Quote
I am not seeing any problems when I try this on my test system. Can you try turning off:

VA Options -> Advanced -> Fonts and Colors -> Enhance Syntax Coloring

does this make any difference to the problem?

zen is the art of being at one with the two'ness
Go to Top of Page

khb
Tomato Guru

Germany
337 Posts

Posted - Jan 30 2008 :  03:12:48 AM  Show Profile  Reply with Quote
My colleague faced a similar problem yesterday using WinXP, VS2003, build 1626. After hitting the "show non-inherited first" button the IDE froze. But this happend only once and my colleague uses the latest build since beginning of last week. So it's again a bug that is impossible to reproduce, but there's going something on there.

Regards
Marcus
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Jan 30 2008 :  08:16:28 AM  Show Profile  Reply with Quote
Do you know if there is anything "odd" about your colleague's system? Any other IDE plugin's? Programs that might be hooking into the IDE, for example something like Windowblinds or some other skinning program?

zen is the art of being at one with the two'ness
Go to Top of Page

khb
Tomato Guru

Germany
337 Posts

Posted - Jan 30 2008 :  09:45:44 AM  Show Profile  Reply with Quote
No, nothing special. And VA is the only plug-in.

Regards
Marcus
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Jan 30 2008 :  3:16:24 PM  Show Profile  Reply with Quote
Hopefully this was a one off problem. If it happens again can your colleague please try to get a call stack? That might provide some clues.

zen is the art of being at one with the two'ness
Go to Top of Page

khb
Tomato Guru

Germany
337 Posts

Posted - Jan 31 2008 :  03:09:17 AM  Show Profile  Reply with Quote
Maybe I will now ask a stupid question: The IDE doesn't crash, it just freezes. Is there a way to get the call stack anyway?

Regards
Marcus
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Jan 31 2008 :  07:08:14 AM  Show Profile  Reply with Quote
Not a stupid question at all

Once the IDE crashes or hangs launch a second instance of VS2003, but do not load any solution in this second instance.

Open the Tools menu and select "Debug Process..."
In the dialog that appears select "devenv.exe" in the Available Processes list and press the "Attach" button.
Once the second IDE has finished attaching close the "Process" dialog
Now open the Debug menu and select "Break All"
If the Call Stack window is not visible then show it by opening the Debug menu and selecting "Windows -> Call Stack"

You should now be able to click into the Call Stack window, select all of the text via CTRL-A then copy / paste it into your reply.

zen is the art of being at one with the two'ness
Go to Top of Page

khb
Tomato Guru

Germany
337 Posts

Posted - Jan 31 2008 :  09:27:17 AM  Show Profile  Reply with Quote
Thank you very much! I will instruct my colleague accordingly. In this case I hope it happens again

Regards
Marcus
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000