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: Stefan Monnier
Subject: Re: Ediff frequently crashes emacs.
Date: Tue, 02 Nov 2004 16:44:49 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

> The latest build, after make extraclean, etc. also exhibits the freezing
> while using ediff. It hasn't crashed but that has always been much rarer
> than freezing.

I suspect it might be due to interaction with the window-manager.
You'll probably have to use a gdb to see where in the code Emacs is looping.
Note that if it indeed has to do with the window-manager, you'll need to be
extra careful when debugging: ideally, run the debugger on another screen.

Back in Emacs-21 pretesting, I remember seeing something that sounds very
similar where ediff would freeze and the code was looping around some
set-frame-parameter stuff (something like: set-frame-parameter caused
a message to be sent to the window-manager which was replying with another
message which in turn cause a new call to set-frame-parameter, ...).

Of course, your problem might be completely different.


        Stefan




reply via email to

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