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

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

Re: Ediff frequently crashes emacs.


From: Kim F. Storm
Subject: Re: Ediff frequently crashes emacs.
Date: Mon, 29 Nov 2004 01:48:24 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Peter Seibel <address@hidden> writes:

> #0  Fcons (car=137325333, cdr=163656285) at alloc.c:2374

I'm suspecting a stray buffer overrun somewhere ...  it's just
so hard to find.  Do you still have the crashed emacs in gdb ?


What does the following yield?

p car
xtype

p cdr 
xtype

> #1  0x0805b161 in store_in_alist (alistptr=0xbfffddbc, prop=137433329, 
>     val=158828941) at frame.c:1934

up 1

p prop
xtype
xsymbol

p val
xtype

p *alistptr
pr



Could you try to change this line in lisp.h to possibly trigger the
bug faster:


#if 0
/* Define this temporarily to hunt a bug.  If defined, the size of

to

#if 1
/* Define this temporarily to hunt a bug.  If defined, the size of

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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