GNU bug report logs -
#24764
25.1.50; Another crash in automatic gc
Previous Next
Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>
Date: Sat, 22 Oct 2016 09:40:02 UTC
Severity: normal
Found in version 25.1.50
Done: Michael Heerdegen <michael_heerdegen <at> web.de>
Bug is archived. No further changes may be made.
Full log
Message #38 received at submit <at> debbugs.gnu.org (full text, mbox):
> From: Michael Heerdegen <michael_heerdegen <at> web.de>
> Cc: bug-gnu-emacs <at> gnu.org
> Date: Sat, 22 Oct 2016 16:12:01 +0200
>
> Michael Heerdegen <michael_heerdegen <at> web.de> writes:
>
> > That's one commit above emacs-25's current HEAD: the WIP commit for
> > making sort-line accepting a predicate arg. I can revert it just to
> > be sure. But I'm not even convinced that the stuff I suspect is
> > really the culprit.
>
> FWIW, I already tried to compile (make bootstrap) with different
> versions of gcc (I downgraded all that stuff in Debian from testing to
> stable), and I checked out the emacs-25 branch from different points -
> but the crashs happened with every build.
Good to know.
Let's start with figuring out whether each crash shows the buffer's
marker chain overwritten by the same (or similar) text string.
In the session you have now, try this command, in frame #0:
(gdb) p (char *)&b->markers
What does this print? If it doesn't print any human-readable text,
try this:
(gdb) p (char *)tail
This bug report was last modified 8 years and 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.