unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Juri Linkov <juri@linkov.net>
Cc: 48019@debbugs.gnu.org
Subject: bug#48019: 28.0.50; Error signaled by documentation function
Date: Wed, 28 Apr 2021 01:59:23 +0200	[thread overview]
Message-ID: <87v987e0tg.fsf@gnus.org> (raw)
In-Reply-To: <87mttjz4sj.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 28 Apr 2021 01:27:56 +0200")

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Could it be when compiling regenerates the etc/DOC file, perhaps?

Yup.  Running under gdb with a breakpoint I get:

#2  0x00005555557a7cbe in xsignal
    (error_symbol=XIL(0xfd50), data=XIL(0x555556f7eca3)) at lisp.h:4136
#3  0x00005555557ab6ac in xsignal2
    (error_symbol=XIL(0xfd50), arg1=XIL(0x9990), arg2=XIL(0x30)) at eval.c:1941
#4  0x000055555578bfbd in wrong_type_argument
    (predicate=XIL(0x9990), value=XIL(0x30)) at data.c:143
#5  0x00005555557b3c49 in CHECK_LIST_END (x=XIL(0x30), y=XIL(0x30))
    at lisp.h:2933
#6  0x00005555557b8a58 in Fmemq (elt=XIL(0x2aaa9be2fb48), list=XIL(0x30))
    at fns.c:1690
#7  0x0000555555796f02 in Fsnarf_documentation (filename=XIL(0x7ffff1e5e7dc))
    at doc.c:639
#8  0x0000555555796161 in reread_doc_file (file=XIL(0)) at doc.c:297
#9  0x0000555555796635 in Fdocumentation
    (function=XIL(0x2aaa9bd99738), raw=XIL(0)) at doc.c:403
#10 0x00005555557acdff in eval_sub (form=XIL(0x555556f7eeb3)) at eval.c:2520
#11 0x00005555557ac4ff in Feval (form=XIL(0x555556f7eeb3), lexical=XIL(0x30))
    at eval.c:2346
#12 0x00005555557ae7fc in funcall_subr

So...

                  if ((!NILP (Fboundp (sym))
                      || !NILP (Fmemq (sym, delayed_init)))

which is from

  Lisp_Object delayed_init =
    find_symbol_value (intern ("custom-delayed-init-variables"));

which is...  t?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





  reply	other threads:[~2021-04-27 23:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-25 17:13 bug#48019: 28.0.50; Error signaled by documentation function Juri Linkov
2021-04-26 23:50 ` Lars Ingebrigtsen
2021-04-27 17:07   ` Juri Linkov
2021-04-27 23:27     ` Lars Ingebrigtsen
2021-04-27 23:59       ` Lars Ingebrigtsen [this message]
2021-04-28  0:02       ` Lars Ingebrigtsen
2021-04-29 22:13         ` Stefan Monnier
2021-05-02  8:51           ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v987e0tg.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=48019@debbugs.gnu.org \
    --cc=juri@linkov.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).