Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 vc6 crash with 1624 on suggestion listbox

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
asmwarrior Posted - Jan 07 2008 : 8:46:30 PM
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".
11   L A T E S T    R E P L I E S    (Newest First)
khb Posted - Jan 31 2008 : 09:27:17 AM
Thank you very much! I will instruct my colleague accordingly. In this case I hope it happens again

Regards
Marcus
feline Posted - Jan 31 2008 : 07:08:14 AM
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.
khb Posted - Jan 31 2008 : 03:09:17 AM
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
feline Posted - Jan 30 2008 : 3:16:24 PM
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.
khb Posted - Jan 30 2008 : 09:45:44 AM
No, nothing special. And VA is the only plug-in.

Regards
Marcus
feline Posted - Jan 30 2008 : 08:16:28 AM
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?
khb Posted - Jan 30 2008 : 03:12:48 AM
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
feline Posted - Jan 09 2008 : 10:54:15 AM
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?
asmwarrior Posted - Jan 08 2008 : 9:55:50 PM
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.
}
//------------------------------------------------------------------
feline Posted - Jan 08 2008 : 08:33:35 AM
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.
asmwarrior Posted - Jan 07 2008 : 9:01:05 PM
also, my class is such a simple class, and has no Base classes.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000