GNU bug report logs - #24764
25.1.50; Another crash in automatic gc

Previous Next

Package: emacs;

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


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: michael_heerdegen <at> web.de
Cc: 24764 <at> debbugs.gnu.org, schwab <at> linux-m68k.org
Subject: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 15:21:53 +0300
> Date: Sat, 22 Oct 2016 15:01:25 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: michael_heerdegen <at> web.de, 24764 <at> debbugs.gnu.org
> 
> For starters, I'd try to see whether 'tail' and 'prev' always have
> these values when GC crashes.

Another question: is the buffer 'b' here:

> 0x000000000058aae0 in unchain_marker (marker=0x88e9968) at marker.c:605
> 605	      for (tail = BUF_MARKERS (b); tail; prev = &tail->next, tail = *prev)

a live buffer, or is it a buffer that was killed?  A buffer is live
if its name is a string, not nil.  Try this:

  (gdb) p b->name_
  (gdb) xpr

(The "xpr" command will only work if you "source .gdbinit" from the
Emacs src directory.)




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.