[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: |
Eli Zaretskii |
Subject: |
Re: emacs from head segfaults when run with -nw |
Date: |
Sat, 17 Apr 2010 22:18:40 +0300 |
> From: Juanma Barranquero <address@hidden>
> Date: Sat, 17 Apr 2010 21:12:46 +0200
> Cc: address@hidden, address@hidden
>
> (gdb) frame 9
> #9 0x01049f48 in mark_object (arg=49840133) at alloc.c:5560
> 5560 mark_vectorlike (XVECTOR (obj));
> (gdb) p obj
> $1 = 49840133
> (gdb) xtype
> Lisp_Vectorlike
> 1511
> (gdb) up
> #10 0x0104892f in Fgarbage_collect () at alloc.c:5083
> 5083 mark_object (*staticvec[i]);
> (gdb) p i
> $2 = 0
> (gdb) p *staticvec[i]
> $3 = 49840133
>
> so it is the first object in staticvec[].
Ah, that's obarray. Thanks.
- Re: emacs from head segfaults when run with -nw, (continued)
- 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, 2010/04/16
- 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 <=
- 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
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/16
- Re: emacs from head segfaults when run with -nw, Sascha Wilde, 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/17
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/19
- Re: emacs from head segfaults when run with -nw, Sascha Wilde, 2010/04/20
- Re: emacs from head segfaults when run with -nw, Eli Zaretskii, 2010/04/20