bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24764: 25.1.50; Another crash in automatic gc


From: Michael Heerdegen
Subject: bug#24764: 25.1.50; Another crash in automatic gc
Date: Sat, 22 Oct 2016 16:05:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

> 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

says "No symbol "b" in current context" and "The history is empty".  Am
I'm doing something wrong?


Michael.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]