GNU bug report logs -
#41465
28.0.50 (but also earlier versions); etags asserion error (with too many files?)
Previous Next
Reported by: Gregor Zattler <telegraph <at> gmx.net>
Date: Fri, 22 May 2020 19:33:01 UTC
Severity: normal
Found in version 28.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Dear emacs developers,
I get an assertion error when executing the following line
(from a cron job of mine):
grfz <at> no:~/src$ find ~/src -type f -print0 | egrep -zZ '(\.el|\.c|\.h)(\.gz)?$' | xargs -0r etags
etags: etags.c:1987: pfnote: Assertion `name == NULL || name[0] != '\0'' failed.
xargs: etags: terminated by signal 6
125 (master *) grfz <at> no:~/src$
This happens with etags from debian buster, as with etags
build from emacs-27 branch of emacs git repo, as with etags build
from feature/native-comp branch.
Under ~/src there is also the linux kernel git repo. There
is no assertion error if I filter it out:
$ find . -type f -print0 | egrep -vzZ linux | egrep -zZ '(\.el|\.c|\.h)(\.gz)?$' | xargs -0r etags
0 (master *) grfz <at> no:~/src$
There is also no assertion error if I filter for .el files
only:
125 (master *) grfz <at> no:~/src$ find ~/src -type f -print0 | egrep -zZ '(\.el)(\.gz)?$' | xargs -0r etags
0 (master *) grfz <at> no:~/src$
Therefore I assume this somehow is related to the number of files.
Ciao; Gregor
--
-... --- .-. . -.. ..--.. ...-.-
This bug report was last modified 4 years and 359 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.