Hi. On Mon, 15 Feb 2010 23:17:28 +0530, Aneesh Kumar wrote... > >> [[email protected]]$ /home/opensource/sources/global/gtags/gtags -c -i -f > >> gtags.files > >> gtags: primary key size == 0. > > > > Backtrace information when this message is displayed is needed. > > Could you execute gtags on GDB like this? > > $ gdb /home/opensource/sources/global/gtags/gtags > > (gdb) b die > > (gdb) r -c -i -f gtags.files > > (gdb) bt
> BTW after creating the G* files you need to checkout an older version > and try to recreate using > -c -i -f . I am attaching below the gdb details Your previous E-mail shows the following. Is this right? 1. You executed `gtags -c -i -f gtags.files' in the directory where the tag files did not exist. 2. Gtags terminated abnormally with the message "primary key size == 0". At this point, the tag files were corrupted. 3. Then, you executed incremental updating with `gtags -c -i -f gtags.files'. 4. Segmentation fault occured while executing gtags. You seem to have attached backtrace information on 4. Backtrace information that I want is on 2. ---- Hideki IWAMOTO [email protected] _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
