bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug report: crash happens when try to update gatags between two branchs


From: 杨 �N
Subject: bug report: crash happens when try to update gatags between two branchs
Date: Tue, 19 Sep 2023 02:00:06 +0000

OS: ubuntu 22.04.02 LTS on WSL, installed from windows store

Gloabal version: 6.6.10

Reprocedure step:

1.    git clone https://github.com/u-boot/u-boot.git

2.    gtags --skip-symlink --gtagslabel native-pygments

3.    ls -l G*

4.     git checkout -b tmp v2012.10

5.     global -u

6.     ls -l G*

 

7.     git checkout master

8.     global -u

             

       P.S.  Step 6 I noted that the size of GTAGS increased abnormally, if I generate the database in this branch(tmp) directly instead of updating it by “global -u”,  the size of gtags won’t be that large, see below

 

 

What I expect:

       The size of database should maintain the same when I switch back to the original branch and try to update database by inputing `global -u`, and `Segmentation fault ` should not happen.

 

What occurred:

       `Segmentation fault `  happened as mentioned before.

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]