[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs from head segfaults when run with -nw
From: |
Juanma Barranquero |
Subject: |
Re: emacs from head segfaults when run with -nw |
Date: |
Sat, 17 Apr 2010 01:18:16 +0200 |
On Fri, Apr 16, 2010 at 23:06, Eli Zaretskii <address@hidden> wrote:
> What is ptr->xname in frame #2?
(gdb) frame 2
#2 0x01049fed in mark_object (arg=49829890) at alloc.c:5576
5576 if (!PURE_POINTER_P (XSTRING (ptr->xname)))
(gdb) p *ptr
$1 = {
gcmarkbit = 1,
indirect_variable = 0,
constant = 0,
interned = 0,
xname = 0,
value = 0,
function = 0,
plist = 0,
next = 0x0
}
> Can you find out which char-table is being marked here?
How can I do that?
Juanma
- Re: emacs from head segfaults when run with -nw, (continued)
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/06
- Re: emacs from head segfaults when run with -nw, Stefan Monnier, 2010/04/06
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/07
- Re: emacs from head segfaults when run with -nw, Juanma Barranquero, 2010/04/07
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/09
- Re: emacs from head segfaults when run with -nw, Stefan Monnier, 2010/04/09
Re: emacs from head segfaults when run with -nw, Chong Yidong, 2010/04/05
Re: emacs from head segfaults when run with -nw, Juanma Barranquero, 2010/04/16
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/16
- Re: emacs from head segfaults when run with -nw,
Juanma Barranquero <=
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/17
- Re: emacs from head segfaults when run with -nw, Juanma Barranquero, 2010/04/17
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/17
- Re: emacs from head segfaults when run with -nw, Juanma Barranquero, 2010/04/17
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/17
- Re: emacs from head segfaults when run with -nw, Juanma Barranquero, 2010/04/17
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/17
Re: emacs from head segfaults when run with -nw, Sascha Wilde, 2010/04/16