Author |
Topic |
|
eco
Tomato Guru
102 Posts |
Posted - Oct 09 2006 : 05:07:19 AM
|
Since 1538, I got frequent visual freeze (1 minute) when saving files. |
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Oct 09 2006 : 07:09:05 AM
|
I am not seeing that here, for what its worth.
which IDE and programming language are you using? which version of VA were you using before? I am assuming this is new, and you have never seen this before. how are you saving the files? does it make any difference if you save them using a different method? do you have any other plugin's installed? are you using integrated source control? there are some options for talking to source control on saving. are the files being saved to a local or network drive?
how large are the files? does the file size make any difference? what about using a different project? |
zen is the art of being at one with the two'ness |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Oct 09 2006 : 1:42:17 PM
|
It's not clear what you mean by "visual freeze." Is the IDE responsive during that time or is it totally locked up? |
|
|
eco
Tomato Guru
102 Posts |
Posted - Oct 11 2006 : 02:38:34 AM
|
-- totally locked up
I saw that before but it was about 10s to 20s, I can easily wait, but 1m30s i too long in my mind. Just for information, in version 1535, VA sometimes took up to 1.5Gb of memory; now it's ok, but the changes you made cannot slow down ?
VA_X.dll file version 10.3.1538.0 built 2006.10.06 Licensed to: VA X: xxxxx (12-user license) Support ends 2007.09.14 VAOpsWin.dll version 1.3.3.6 VATE.dll version 1.0.5.8 DevEnv.exe version 8.0.50727.42 msenv.dll version 8.0.50727.42 Font: Courier New 13(Pixels) Comctl32.dll version 6.0.2900.2180 Windows XP 5.1 Build 2600 Service Pack 2 2 processors
Platform: Custom Stable Includes: c:\\program files\\microsoft visual studio 8\\vc\\platformsdk\\include;
Library Includes: c:\\program files\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;
Other Includes:
|
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - Oct 11 2006 : 03:20:38 AM
|
VA doesn't deliberately do anything to tie up the UI thread. A 10 second hang should not be common.
Do you have any other plugin's installed? Are the files being saved to a local or network drive? Does this happen across all files and projects or just particular ones? Does file size make any difference?
You might try deleting the solution .ncb file to see if that makes a difference. If that doesn't make a difference, then a log would be helpful: http://www.wholetomato.com/support/faq.asp#log |
Edited by - sean on Oct 11 2006 03:44:03 AM |
|
|
eco
Tomato Guru
102 Posts |
Posted - Oct 11 2006 : 10:00:44 AM
|
I'm using .net 2005 I Do not have any other plugin's installed. The files being saved are local. This happen across all files and projects. The file size do not make any difference. I Use a source control that do nothing when saving files. I saw that frequently on large projects (1,000,000 lines) |
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Oct 11 2006 : 1:15:38 PM
|
you could try a pair of zero length read only NCB files. I have seen VS2005 grind to a halt on large (smaller than 1,000,000 lines) C++ projects, due to its intellisense parser.
with the IDE closed delete the NCB file in the solution base directory and replace it with a zero length file, and make this read only. then copy this file to the %temp% directory.
the IDE will complain about this when you open the solution, but tell it to leave the files alone. as long as you have:
VA Options -> Text Editor -> listboxes -> get content from default intellisense
turned off you should be OK. some things in the IDE will stop working, but VA will be OK. if this fixes the problem it suggests it is the IDE, not VA, causing the problems. |
zen is the art of being at one with the two'ness |
|
|
eco
Tomato Guru
102 Posts |
Posted - Oct 12 2006 : 03:06:26 AM
|
arf arf arf this is funny, i'll try that just for fun. a friend of mine tell me not to start the ide to gain time ;) |
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Oct 12 2006 : 08:19:17 AM
|
if you are using C++ then you should find the IDE is a lot faster with the read only NCB files. however if you are using C# then this will probably upset intellisense rather badly. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|