Author |
Topic |
|
jrivero
New Member
Canada
2 Posts |
Posted - Aug 10 2007 : 1:54:35 PM
|
I saw this also posted in the beta section.
Sometimes I close the IDE without allowing VA to finish parsing but now I haven't done it in some time and it still freezes. It also happens when I have two IDEs open.
Is becoming a real problem, I am thinking about uninstalling VA. It takes 20 min+ to open my project, is big but not huge. It also slows down the computer...
Any idea?
Thanks in advance.
My info:
VA_X.dll file version 10.3.1559.0 built 2007.07.06 Licensed to: VA X: [email protected] (1-user license) Support ends 2008.07.18 VAOpsWin.dll version 1.3.2.4 VATE.dll version 1.0.5.8 MSDev.exe version 6.0.9782.1 Devshl.dll version 6.0.9782.0 Devedit.pkg version 6.0.9782.0 Font: Courier New 16(Pixels) Comctl32.dll version 5.82.2900.2982 Windows XP 5.1 Build 2600 Service Pack 2 2 processors
Platform: Win32 (x86) Stable Includes: C:\\Program Files\\Microsoft Visual Studio\\VC98\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE; C:\\ics_v2\\include; C:\\ORACLE\\ORA92\\OCI\\INCLUDE; C:\\ORACLE\\ORA92\\PRECOMP\\PUBLIC; C:\\ICS_V2\\SRC; C:\\Program Files\\lua-5.1\\src; C:\\Program Files\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\Include;
Library Includes: C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\SRC; C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE; C:\\Program Files\\Microsoft Visual Studio\\VC98\\CRT\\SRC; C:\\ics_v2\\SRC;
Other Includes:
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Aug 10 2007 : 5:02:21 PM
|
Can you open the Open Files in Workspace dialog and look at the title bar? This shows two numbers, the current number of visible files, and the total number of files.
I am curious as to how many files you have in your solution. 20+ minutes is a long time, unless you have a really large number of files. If your solution is very large then you may find turning off:
VA Options -> Performance -> Parse all files when opening a project
helps.
What anti-virus software are you running? I was talking to another user about a similar problem a couple of days ago and he found the problem went away entirely when he changed to a different anti-virus program.
Can you try closing one IDE, so you only have one IDE open, and then pressing the button:
VA Options -> Performance -> Rebuild symbol databases
and then restart the IDE. This will tell VA to reparse all of your library code, but unless some of these directory tree's are really massive this should not take to long.
Are you seeing any file specific problems? It is possible that VA's parser is just getting "stuck" on certain files, which is why parsing takes so long. If this was the problem you should see the IDE, and possibly your machine slow right down in certain problem files. The stable include directory:
C:\\Program Files\\lua-5.1\\src;
reminded me of this forum thread:
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=6463
where the user is seeing an odd effect with Lua libraries, but I was never able to reproduce the problem. |
zen is the art of being at one with the two'ness |
|
|
jrivero
New Member
Canada
2 Posts |
Posted - Aug 10 2007 : 5:13:55 PM
|
Hi
*It happens with only ONE IDE open* (MS VC++ 6) The numbers are 1688 of 1688 Antivirus: CA eTrust Threat Management Agent v8
It happens with one file I notice it gets stuck there for long time when the machine slows down. Any advice about this?
Thanks in advance.
|
|
|
feline
Whole Tomato Software
United Kingdom
19021 Posts |
Posted - Aug 10 2007 : 6:07:38 PM
|
This suggests there is something in this one file that is causing a problem. 1688 is not really a lot of files, unless the code files are massive (200,000 lines each) you should not be having a problem.
If you create a new default project and add this single problem file to the project do you see a similar problem? It could be the file its self, or something the file is including, or some combination of both. |
zen is the art of being at one with the two'ness |
|
|
|
Topic |
|