GNU bug report logs -
#36290
intern-soft C code: Empty *Summary* buffer, wrong argument type
Previous Next
Reported by: Spenser Truex <me <at> spensertruex.com>
Date: Wed, 19 Jun 2019 13:27:01 UTC
Severity: minor
Tags: moreinfo
Found in version 5.13
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 36290 <at> debbugs.gnu.org (full text, mbox):
Spenser Truex <me <at> spensertruex.com> writes:
> After trying to open a group:
> ---------------------------------------------------------------------------- in
> the *Messages* Buffer gnus-request-group: Wrong type argument: vectorp,
> #s(hash-table size 9 test equal ...) Gnus v5.13 GNU Emacs 27.0.50 (build 4,
> x86_64-pc-linux-gnu, GTK+ Version 3.24.1) of 2019-06-18
>
> *Backtrace*
> Debugger entered--Lisp error: (wrong-type-argument vectorp #<hash-table equal 9/9
> 0x158914f9a041>)
> intern-soft("nntp+news.gnus.org:gnu.emacs.gnews"
> #<hash-table equal 9/9 0x158914f9a041>)
> gnus-request-group("nntp+news.gnus.org:gnu.emacs.gnews" t nil
> ("nntp+news.gnus.org:gnu.emacs.gnews" 3 nil nil "news.gnus.org"))
A grep for intern-soft in master returns only 3 hits, and none of them
seem to be in gnus-request-group. If you did 'git pull', perhaps some
of the elc files weren't recompiled following a change in macros/inline
functions. Could you try again after doing
rm lisp/gnus/*.elc; make
This bug report was last modified 5 years and 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.