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

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

Re: SIGSEGV while reading vm mail


From: Kim F. Storm
Subject: Re: SIGSEGV while reading vm mail
Date: 23 Jul 2004 15:15:42 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Robert Mecklenburg <address@hidden> writes:

> I did a fresh cvs checkout and build on 7/22/04 8:00am MDT.  Later
> that afternoon I was resizing a frame by dragging the top border
> (decreasing the size).  When I let go of the mouse button I got a
> segmentation fault.

It trapped in Fcons (called from Fmapcar), so it could look like a
garbage collector bug, but it's hard to tell (and even harder to
debug).

You reported another trap on July 6, also in Fcons (called via
Fmapatoms).  Could be related...

BTW, if emacs traps, please also use the "xbacktrace" command
in gdb to show the lisp call stack.

> 
> Mandrake 10
> AMD XP 3200+
> KDE 3.2
> 
> Program received signal SIGSEGV, Segmentation fault.
> Fcons (car=172569645, cdr=138493973) at alloc.c:2371
> 2371          cons_free_list = *(struct Lisp_Cons **)&cons_free_list->cdr;
> (gdb) where
> #0  Fcons (car=172569645, cdr=138493973) at alloc.c:2371
> #1  0x081720f1 in Flist (nargs=17, args=0xbfffd680) at alloc.c:2448
> #2  0x0819275b in Fmapcar (function=143730905, sequence=172570437) at 
> fns.c:3051
..

-- 
Kim F. Storm  http://www.cua.dk





reply via email to

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