unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: CHENG Gao <chenggao@gmail.com>
Subject: Re: emacs crash
Date: Wed, 03 Nov 2004 22:09:49 +0800	[thread overview]
Message-ID: <k6t3t45u.fsf@gmail.com> (raw)
In-Reply-To: 68c73b1a04110303066eac8188@mail.gmail.com

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

,----
| CVSROOT:	/cvsroot/emacs
| Module name:	emacs
| Branch: 	
| Changes by:	Richard M. Stallman <rms@gnu.org>	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	other threads:[~2004-11-03 14:09 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-03  9:55 emacs crash B. Anyos
2004-11-03 10:28 ` Jason Rumney
2004-11-03 10:50   ` B. Anyos
2004-11-03 11:21     ` Jason Rumney
2004-11-03 11:29       ` Dhruva Krishnamurthy
2004-11-03 12:02       ` B. Anyos
2004-11-03 11:06   ` Dhruva Krishnamurthy
2004-11-03 14:09     ` CHENG Gao [this message]
2004-11-03 15:02       ` B. Anyos
2004-11-04  9:51         ` Richard Stallman
2004-11-04 10:31           ` Jason Rumney
2004-11-04 12:52             ` B. Anyos
2004-11-04 13:08               ` Dhruva Krishnamurthy
2004-11-05  8:38                 ` Cheng Gao
2004-11-04 15:48             ` B. Anyos
2004-11-05  0:15               ` Richard Stallman
2004-11-04 17:05             ` Jan D.
2004-11-05  8:03               ` Stefan
2004-11-04  9:51       ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2003-10-08 12:42 Werner LEMBERG
2003-08-16 13:56 Werner LEMBERG
2003-08-18  4:52 ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=k6t3t45u.fsf@gmail.com \
    --to=chenggao@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).