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: Eli Zaretskii
Subject: Re: emacs from head segfaults when run with -nw
Date: Sat, 17 Apr 2010 19:37:36 +0300

> From: Juanma Barranquero <address@hidden>
> Date: Sat, 17 Apr 2010 18:19:16 +0200
> Cc: address@hidden, address@hidden
> 
> On Sat, Apr 17, 2010 at 09:55, Eli Zaretskii <address@hidden> wrote:
> 
> > You go up the call stack printing the objects that are being marked,
> > until you find one that is a symbol with a meaningful name.
> 
> See attached log.

Thanks.

> #8  0x010496e0 in mark_vectorlike (ptr=0x2f88000) at alloc.c:5368
> 5368        mark_object (ptr->contents[i]);
> (gdb) p ptr
> $6 = (struct Lisp_Vector *) 0x2f88000
> (gdb) p ptr->contents[i]
> $7 = 54030674
> (gdb) xtype
> Lisp_Symbol
> (gdb) xsymbol
> $8 = (struct Lisp_Symbol *) 0x3387150
> "fill-nospace-between-words-table"

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





reply via email to

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