emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs crash


From: CHENG Gao
Subject: Re: emacs crash
Date: Wed, 03 Nov 2004 22:09:49 +0800
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt)

I think RMS' latest commit to eval.c caused this.

,----
| CVSROOT:      /cvsroot/emacs
| Module name:  emacs
| Branch:       
| Changes by:   Richard M. Stallman <address@hidden>    04/11/02 08:59:26
| 
| Modified files:
|       src            : eval.c 
| 
| Log message:
|       (Fcall_interactive_p): New function.
|       (interactive_p): Don't test INTERACTIVE here.
|       (Finteractive_p): Doc fix.
| 
|       (Feval): Abort if INPUT_BLOCKED_P.
| 
| CVSWeb URLs:
| 
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/eval.c.diff?tr1=1.221&tr2=1.222&r1=text&r2=text
`----

I have a temp solution:
open src/eval.c, go to line 1999, and change:

if (handling_signal || INPUT_BLOCKED_P)

to

if (handling_signal)

then rebuild Emacs.

Maybe it's only a workaround, not a real solution.

HTH,


-- 
花开花谢春不管,拂意事休对人言
水暖水寒鱼自知,会心处还期独赏






reply via email to

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