GNU bug report logs - #41465
28.0.50 (but also earlier versions); etags asserion error (with too many files?)

Previous Next

Package: emacs;

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

From: Gregor Zattler <telegraph <at> gmx.net>
To: Dmitry Gutov <dgutov <at> yandex.ru>, 41465 <at> debbugs.gnu.org
Subject: bug#41465: 28.0.50 (but also earlier versions); etags asserion error (with too many files?)
Date: Sat, 23 May 2020 10:34:15 +0200
[Message part 1 (text/plain, inline)]
Hi Dmitry,
* Dmitry Gutov <dgutov <at> yandex.ru> [2020-05-23; 00:38]:
> On 22.05.2020 22:31, Gregor Zattler wrote:
>> etags: etags.c:1987: pfnote: Assertion `name == NULL || name[0] != '\0'' failed.
>> xargs: etags: terminated by signal 6
>> 125 (master *) grfz <at> no:~/src$
>
> Looking at the code, it seems more likely the problem is because we're
> failing to parse some particular piece of code.
>
> So if you can determine which file fails to parse, and send us an
> example, that should help fix it.

OK, your right, I did:

0 (master=) grfz <at> no:~/src/linux$ find . -type f -print0 | egrep -zZ -- '(\.el|\.c|\.h)(\.gz)?$' | xargs -0IXXXXX sh -c "etags XXXXX || echo XXXXX"
etags: etags.c:1987: pfnote: Assertion `name == NULL || name[0] != '\0'' failed.
Aborted
./sound/soc/codecs/cs43130.c
etags: etags.c:1987: pfnote: Assertion `name == NULL || name[0] != '\0'' failed.
Aborted
./include/net/mac80211.h
0 (master=) grfz <at> no:~/src/linux$

I attach these two files.


Thanks for looking into this; Gregor
--
 -... --- .-. . -.. ..--.. ...-.-
[cs43130.c (application/octet-stream, attachment)]
[mac80211.h (application/octet-stream, attachment)]

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.