GNU bug report logs -
#66743
30.0.50; Crash when dumping reftex
Previous Next
Reported by: Ihor Radchenko <yantar92 <at> posteo.net>
Date: Wed, 25 Oct 2023 09:46:01 UTC
Severity: wishlist
Found in version 30.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #22 received at 66743 <at> debbugs.gnu.org (full text, mbox):
> From: Gerd Möllmann <gerd.moellmann <at> gmail.com>
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 66743 <at> debbugs.gnu.org
> Date: Wed, 25 Oct 2023 18:15:44 +0200
>
> Ihor Radchenko <yantar92 <at> posteo.net> writes:
>
> > Eli Zaretskii <eliz <at> gnu.org> writes:
> >
> >> The code which aborts:
> >>
> >> if (!itree_empty_p (buffer->overlays))
> >> /* We haven't implemented the code to dump overlays. */ <<<<<<<<<<
> >> emacs_abort ();
> >>
> >> Any questions?
> >
> > What is the difficulty dumping overlays?
>
> If you are not trying to dump buffers, I think you won't need overlays.
> So, the question is why dump buffers?
Emacs is always dumped with a few buffers, because temacs needs them
to do the dumping. See this comment text from buffer.c:
Implementation notes: the buffers we carry from temacs are:
" prin1", "*scratch*", " *Minibuf-0*", "*Messages*", and
" *code-conversion-work*". They are created by
init_buffer_once and init_window_once (which are not called
in the dumped Emacs), and by the first call to coding.c
routines.
This bug report was last modified 1 year and 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.