emacs-devel
[Top][All Lists]
Advanced

[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 21:12:46 +0200

On Sat, Apr 17, 2010 at 18:37, Eli Zaretskii <address@hidden> wrote:

> Could please you go up one more level, and show what is the argument
> of mark_object in this frame:
>
>  #9  0x01049f48 in mark_object (arg=49840133) at alloc.c:5560

(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[].

    Juanma




reply via email to

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