Hi,
I am building a ctags database for my Python2.4 lib. It is pretty large, so I expected to wait for a long time. However, the filesize of the tags db does not grow anymore, but the Tagbuilder is still locked and none shows two cmd.exe running as child-tasks of the DatabaseBuilder, with both permanentley restarting and executing 'doskey' as a child process. Does it hand ? Or do I need to wait more ?
Thanks.
cTags Database Builder Loops Forever ?
Hi amix,
Which file extensions did you use for the build
As a test I did a Tags Database build with these details:
Database Name: Python
File Extensions: *.py
Directory of Source Files: D:\Work\zeus3.96\scriptpy\Python-2.4.2
For me the build took about 2 minutes but it did complete.
The Tag Builder is just like Zeus in that it runs the xTags.exe to generate the tag information. So you should see this exe getting started and then ending for every file in the tag database.
It can look like the process has hung, but if you can see the xtags.exe starting and stopping then the process is still running.
But I am not sure why the tag database file would not still be growing
Cheers Jussi
I am building a ctags database for my Python2.4 lib.
Which file extensions did you use for the build

As a test I did a Tags Database build with these details:
Database Name: Python
File Extensions: *.py
Directory of Source Files: D:\Work\zeus3.96\scriptpy\Python-2.4.2
For me the build took about 2 minutes but it did complete.
However, the filesize of the tags db does not grow anymore, but the Tagbuilder is still locked and none shows two cmd.exe running as child-tasks of the DatabaseBuilder,
The Tag Builder is just like Zeus in that it runs the xTags.exe to generate the tag information. So you should see this exe getting started and then ending for every file in the tag database.
Or do I need to wait more ?
It can look like the process has hung, but if you can see the xtags.exe starting and stopping then the process is still running.
But I am not sure why the tag database file would not still be growing

Cheers Jussi
jussij wrote:The Tag Builder is just like Zeus in that it runs the xTags.exe to generate the tag information. So you should see this exe getting started and then ending for every file in the tag database.
Jussi, I just wanted to mention, that there is no xtags.exe in the process tree when building the tags database. Instead this is what is visible:
Code: Select all
zeus.exe
|_cmd.exe
| |_doskey.exe
|_cmd.exe
|_doskey.exe