Benjamin Pierce <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> http://www.cua.dk



_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to