From xemacs-m  Thu Jun 26 23:53:18 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id XAA24085
	for <xemacs-beta@xemacs.org>; Thu, 26 Jun 1997 23:53:17 -0500 (CDT)
Received: from Corp.Sun.COM ([129.145.35.78]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id WAA06198 for <xemacs-beta@xemacs.org>; Thu, 26 Jun 1997 22:16:32 -0700
Received: from legba.Corp.Sun.COM by Corp.Sun.COM (SMI-8.6/SMI-5.3)
	id VAA00776; Thu, 26 Jun 1997 21:52:47 -0700
Received: by legba.Corp.Sun.COM (SMI-8.6/SMI-SVR4)
	id VAA10347; Thu, 26 Jun 1997 21:52:46 -0700
To: xemacs-beta@xemacs.org
Subject: quit bug back?
X-Attribution: GDF
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_Jun_26_21:52:45_1997-1"
Content-Transfer-Encoding: 7bit
From: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Date: 26 Jun 1997 21:52:45 -0700
Message-ID: <bcihgek3aw2.fsf@corp.Sun.COM>
Lines: 49
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta9) - "Sofia"

--Multipart_Thu_Jun_26_21:52:45_1997-1
Content-Type: text/plain; charset=US-ASCII

I _cannot_ duplicate this with -q -no-site-file yet... I'm trying to
trim down my .emacs to the bare minimum to determine where the
conflict lies.

In the meantime, in case someone can find it before I go crazy ripping 
things out, here's the bug.

Anytime I'm in the read-from-minibuffer function and typing *anything* 
in, C-g causes a coredump.

I can just simply do a "esc-:" followed by a "C-g" and wham... this
only happens in tty mode, as well, and I can't duplicate it in X,
although it's 100% duplicable in tty mode with my .emacs loaded.

backtrace attached.

*sigh* It's been a bad evening.

-- Gary F.


--Multipart_Thu_Jun_26_21:52:45_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="backtrace2"
Content-Transfer-Encoding: 8bit

Lisp backtrace follows:

  # (condition-case ... . error)
  # (unwind-protect ...)
  read-minibuffer-internal("Eval: ")
  byte-code("  V!*!" [recursion-depth minibuffer-depth t standard-input standard-output read-minibuffer-internal prompt] 2)
  # (catch exit ...)
  # bind (mouse-grabbed-buffer current-prefix-arg help-form minibuffer-history-variable minibuffer-history-position minibuffer-scroll-window)
  # (unwind-protect ...)
  # bind (_history_ oconfig mconfig frame buffer window oframe owindow dir abbrev-table history readp keymap initial-contents prompt)
  read-from-minibuffer("Eval: " nil #<keymap read-expression-map 2 entries 0x4e2> t read-expression-history)
  (list (read-from-minibuffer "Eval: " nil read-expression-map t (quote read-expression-history)))
)
  call-interactively(eval-expression)
  # (condition-case ... . error)
  # (catch top-level ...)

Segmentation Fault (core dumped)

--Multipart_Thu_Jun_26_21:52:45_1997-1--

