Author |
Topic |
|
John_H_Bergman
Tomato Guru
USA
198 Posts |
Posted - Apr 08 2004 : 11:27:02 PM
|
I was wondering if you guys can comment on under what circumstances you were seeing the hang?
I am using VAX 1215 on VS.net2003 and frequently hang during debugging sessions as well.. and have just started trying to really determine if it is VAX or something else environmental.
Thanks, John |
John H. Bergman CTO SiliconZone
[email protected]
To Send email, remove the .online. |
|
support
Whole Tomato Software
5566 Posts |
Posted - Apr 09 2004 : 12:01:00 AM
|
We had many reports of a hang in VC++ 6.0. Build 1225 fixed the problem for half the users. Half still have trouble.
You are the first to report of a problem in VS.NET.
See this thread: http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=2091
|
Whole Tomato Software, Inc. |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Apr 09 2004 : 12:46:48 AM
|
Support: Did you notice he said '1215'?
John: Did you mean '1225'?
|
|
|
John_H_Bergman
Tomato Guru
USA
198 Posts |
Posted - Apr 09 2004 : 4:56:15 PM
|
My Bad, I am using 1225 (Sorry about that) |
John H. Bergman CTO SiliconZone
[email protected]
To Send email, remove the .online. |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Apr 09 2004 : 5:26:18 PM
|
When you say 'hang', do you mean it hangs and never comes back? Or do you mean it pauses for several seconds, and then continues?
The reason I ask is, we seem to be seeing .NET 2003 doing the latter on a regular basis (while debugging, and while just editing), even the guy that doesn't have any version of VA(X). I need to investigate whether this is a IDE thing...
|
|
|
John_H_Bergman
Tomato Guru
USA
198 Posts |
Posted - Apr 10 2004 : 6:57:22 PM
|
I mean its gone... for at least several minutes or more before I finally kill visual studio and start over. |
John H. Bergman CTO SiliconZone
[email protected]
To Send email, remove the .online. |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Apr 11 2004 : 3:15:18 PM
|
Okay, I just had my first hang while debugging. I've never seen it at work, but it just happened at home: I let it run overnight, and it never came back, although it used about 40% of the CPU (apparently) the whole time. The weird thing is, it happened the first time I tried to debug, and I can't reproduce it. I *think* my PC at home has hyperthreading (I quit caring about cutting-edge CPU geegaws about 5 years ago): it's a Dell Dimension 8300, if that helps.
|
|
|
WannabeeDeveloper
Tomato Guru
Germany
775 Posts |
Posted - Apr 11 2004 : 3:39:40 PM
|
I had it also a few days ago, but wasn't sure if it was VA_X related!
I was debugging, entering a breakpoint but the IDE didn't respond to anything. My Program was not responding (cause it was sitting at the breakpoint), but the IDE didn't show the code. Titlebar was disabled (as if it was maximised, but in background) and I wasn't able to activate it by clicking the mouse.
Had to fire up the TaskManager to kill it...
WinXP, VS .NET 2003, VA_X 1225, no Hyperthreading (although I wish I had one)
This behaviour has not yet occured again... happened only once, not reproducable... |
|
Edited by - WannabeeDeveloper on Apr 11 2004 3:51:57 PM |
|
|
John_H_Bergman
Tomato Guru
USA
198 Posts |
Posted - Apr 11 2004 : 4:05:46 PM
|
I have seen it both ways... with and without hyper threading (assuming my bios setting actually does turn it on/off).
One more thing I noticed, and previously reported... sometime while debugging, the actual line that I am positioned on is below the horizon of the editor window (notably when I have VS's navigation tool bar and VA's navigation tool bar above the editor)... How do you turn VS's toolbar off? |
John H. Bergman CTO SiliconZone
[email protected]
To Send email, remove the .online. |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Apr 11 2004 : 4:26:12 PM
|
>> How do you turn VS's toolbar off?
Tools, Options menu item, then 'Text Editor' pane, then 'C/C++' sub-pane, there's a checkbox called 'Navigation Bar'... |
|
|
kschaab
Tomato Guru
USA
118 Posts |
Posted - Apr 12 2004 : 1:47:46 PM
|
It would be handy if you had a stack trace so we can see if it is the same as http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=2126. I'm currently not seeing this hang during debug and it doesn't hang indefinitely. I do not have hyperthreading, but I am using a multiproc box. |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Apr 12 2004 : 3:40:50 PM
|
We believe disabling enhanced syntax coloring before debugging prevents hanging. We have one use who has confirmed this. Let us know if the same happens for you. |
Whole Tomato Software, Inc. |
|
|
John_H_Bergman
Tomato Guru
USA
198 Posts |
Posted - Apr 12 2004 : 4:22:16 PM
|
How do you want me to get a stack trace? |
John H. Bergman CTO SiliconZone
[email protected]
To Send email, remove the .online. |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Apr 13 2004 : 12:47:42 PM
|
We have solved the hang-during-debug problem in VC++ 6.0 with assistance from a dedicated customer, Karl Hurst.
Fix will be in the next build, due soon. |
Whole Tomato Software, Inc. |
|
|
John_H_Bergman
Tomato Guru
USA
198 Posts |
Posted - Apr 13 2004 : 6:25:11 PM
|
I have confirmed, if you have the VisualStudio navigation bar in place, often times, the debug line appears below the horizon, It also appears that this setting is also related to another cursor position problem that I reported earlier (double click in the task list then click in the text window). |
John H. Bergman CTO SiliconZone
[email protected]
To Send email, remove the .online. |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Apr 14 2004 : 6:25:28 PM
|
We fixed the hang-during-debug problem in build 1228 but broke coloring of non-source windows. Applies to VC++ 6.0 only.
We cannot reproduce this hang problem ourselves. One user has tested numerous builds for us. He is now running fine with build 1228. Build 1229, where we attempt to fixing coloring, reintroduces the hang, albeit not as often.
Let us know if you can reproduce the hang and are willing to install a few debug builds. We have some other ideas we would like to test. |
Whole Tomato Software, Inc. |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Jun 03 2004 : 2:36:23 PM
|
Fixed another hang during debug in build 1239. |
Whole Tomato Software, Inc. |
|
|
Ruskialt
Junior Member
Denmark
22 Posts |
Posted - Oct 28 2004 : 07:00:30 AM
|
Still got hangs while debugging - what't the latest on this?
Build 1277 - VC++ 6.0 - WindowsXP SP2 - disabled enhanced syntax coloring |
Edited by - Ruskialt on Oct 28 2004 07:01:31 AM |
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Oct 28 2004 : 09:38:04 AM
|
can you provide any clue's? is there some specific sequence of actions that helps to trigger this?
i dont normally use VC6, but i do have it available. if i create a project in VC6, what things should i try to try and get it to hang? |
zen is the art of being at one with the two'ness |
|
|
Ruskialt
Junior Member
Denmark
22 Posts |
Posted - Oct 28 2004 : 1:15:50 PM
|
It turns out that it may not even be VA. I uninstalled VA, then reinstalled the ide and platform sdk's, but still I get hangs in one project. I can't blame VA no more, except for the fact that all this comes up after having had VA installed. Wonder if VA is infact completely gone, or if something completely different is now causing the trouble..? |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Oct 29 2004 : 12:05:08 AM
|
Does VC++ 6.0 generate NCB files for Intellisense/browser info? (Brain is rusty right now.) If so, delete them. The IDE will rebuild them, possibly in non-corrupt forms.
You should have one NCB file for each project. |
|
|
jpizzi
Tomato Guru
USA
642 Posts |
Posted - Oct 29 2004 : 12:24:36 AM
|
Yep. VC 6 has ncb files. And, yes, they get corrupted, somehow.
|
Joe Pizzi |
|
|
Ruskialt
Junior Member
Denmark
22 Posts |
Posted - Oct 29 2004 : 02:23:44 AM
|
Even tried deleting all VC++ 6.0 generated files, in all projects of my entire source tree, still having hangs. Hangs usually occours on ASSERT statements (MFC application) - the program asserts, bug I never get to see the ide pressing "retry" button. There are no particular 100% processes, or maybe it's the taskmanager not having gui updates. Mouse still moving, but everything's locked - power off needed :-/
Thanks for the tip anyways, I know this is out of your particular scope :) |
|
|
Ruskialt
Junior Member
Denmark
22 Posts |
Posted - Oct 29 2004 : 02:26:35 AM
|
Now that I think of it. After deleting generated files, I had a few successful asserts. The ncb may corrupt over time, as you point out (well over something like 5 builds...) |
|
|
Ruskialt
Junior Member
Denmark
22 Posts |
Posted - Oct 29 2004 : 09:32:59 AM
|
Had no hangs since turning off "profiling" for the project - if anyone cares.. :-)
.. and btw, doing this enabled me to "edit and continue" again - missed that a great deal! |
Edited by - Ruskialt on Oct 31 2004 04:36:42 AM |
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Oct 29 2004 : 11:54:28 AM
|
it is always good to see such a nasty problem get resolved. also, now you have found a solution others may discover it by searching the forum |
zen is the art of being at one with the two'ness |
|
|
osole01
Starting Member
Israel
1 Posts |
Posted - Feb 08 2005 : 06:13:38 AM
|
I have the same problem (hang during debug in Visual Studio 6). In version VAX 10.1.1293, after resetting all fonts (Tools->Format->Reset All) debug works without hanging. But in version VAX 10.0.1230 it does not help.
Leonid
|
|
|
WannabeeDeveloper
Tomato Guru
Germany
775 Posts |
Posted - Feb 08 2005 : 06:40:54 AM
|
quote: Originally posted by osole01
I have the same problem (hang during debug in Visual Studio 6). In version VAX 10.1.1293, after resetting all fonts (Tools->Format->Reset All) debug works without hanging.
Fine!
quote: Originally posted by osole01
But in version VAX 10.0.1230 it does not help.
So what? Why the need to use 1230? Build 1230 is waaaaay outdated...
What is missing in Build 1293 that you tend to keep Build 1230 installed?
Shouldn't we concentrate on removing the issues that keep you from installing/using Build 1293 instead of fixing bugs in an outdated build (which will of course not happen)? |
|
|
|
|
Topic |
|