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

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

bug#6451: 23.2.50; reading from minibuffer in ~/.emacs causes assertion


From: YAMAMOTO Mitsuharu
Subject: bug#6451: 23.2.50; reading from minibuffer in ~/.emacs causes assertion failure
Date: Fri, 18 Jun 2010 13:00:41 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

Steps to Reproduce:

  1. Build Emacs with giving the --enable-checking option to configure.
  2. Create ~/.emacs containing (read-from-minibuffer "test: ").
  3. Start Emacs with no command-line option.

Result:

  src/xdisp.c:13219: Emacs fatal error: assertion failed: 
WINDOWP(echo_area_window)

The value of echo_area_window is 0 when the error occurs.  The trunk
also has the same problem.

                                     YAMAMOTO Mitsuharu
                                mituharu@math.s.chiba-u.ac.jp

In GNU Emacs 23.2.50.1 (x86_64-apple-darwin10.4.0, GTK+ Version 2.20.1)
 of 2010-06-18 on yamamoto-mitsuharu-no-iMac.local
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--enable-checking''





reply via email to

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