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

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

Re: Emacs crashes when visiting folders with mh-e


From: Kim F. Storm
Subject: Re: Emacs crashes when visiting folders with mh-e
Date: Tue, 29 Mar 2005 16:53:35 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Benjamin Pierce <address@hidden> writes:

>> > I am seeing frequent (one per day or so), but not reliably repeatable emacs
>> > crashes when I visit a new folder in mh-e.  

> OK, I can now confirm that the same crash is also present in the CVS version
> of emacs from earlier this week.  A gdb backtrace follows the configuration
> information.

Ok, thanks.
The backtrace looks a bit odd, probably because of optimization.

If you still has the crashed session, pls. issue these commands
in gdb:

xbacktrace
p *it
p *it->w
ppt
pit


If not, can you try rebuilding the emacs binary without optimization
(i.e. add -g and -O0 to CFLAGS) before repeating the test.

When the crash happens, issue the following commands:

bt
xbacktrace
p *it
p *it->w
ppt
pit

Then maybe I can guess what's going on...


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





reply via email to

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