Author |
Topic |
|
asmwarrior
New Member
4 Posts |
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".
|
Edited by - asmwarrior on Jan 07 2008 9:02:49 PM |
|
asmwarrior
New Member
4 Posts |
Posted - Jan 07 2008 : 9:01:05 PM
|
also, my class is such a simple class, and has no Base classes. |
Edited by - asmwarrior on Jan 07 2008 9:02:11 PM |
|
|
feline
Whole Tomato Software
United Kingdom
19024 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
asmwarrior
New Member
4 Posts |
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
Whole Tomato Software
United Kingdom
19024 Posts |
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? |
zen is the art of being at one with the two'ness |
|
|
khb
Tomato Guru
Germany
337 Posts |
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
Whole Tomato Software
United Kingdom
19024 Posts |
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? |
zen is the art of being at one with the two'ness |
|
|
khb
Tomato Guru
Germany
337 Posts |
Posted - Jan 30 2008 : 09:45:44 AM
|
No, nothing special. And VA is the only plug-in.
Regards Marcus |
|
|
feline
Whole Tomato Software
United Kingdom
19024 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
khb
Tomato Guru
Germany
337 Posts |
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
Whole Tomato Software
United Kingdom
19024 Posts |
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. |
zen is the art of being at one with the two'ness |
|
|
khb
Tomato Guru
Germany
337 Posts |
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 |
|
|
|
Topic |
|