From xemacs-m  Wed Jan 22 19:37:46 1997
Received: from UCSD.EDU (mailbox2.ucsd.edu [132.239.1.54])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id TAA12442 for <xemacs-beta@xemacs.org>; Wed, 22 Jan 1997 19:37:46 -0600 (CST)
Received: from sdnp5.ucsd.edu (sdnp5.ucsd.edu [132.239.79.10]) by UCSD.EDU (8.8.3/8.6.9) with SMTP id RAA15298 for <xemacs-beta@xemacs.org>; Wed, 22 Jan 1997 17:37:47 -0800 (PST)
Received: by sdnp5.ucsd.edu (SMI-8.6/SMI-SVR4)
	id RAA28834; Wed, 22 Jan 1997 17:35:19 -0800
Sender: dmoore@sdnp5.ucsd.edu
To: xemacs-beta@xemacs.org
Subject: Re: 19.15b90: another crash in Fkill_emacs
References: <QQbzqz18666.199701230119@crystal.WonderWorks.COM>
X-Face: "oX;zS#-JU$-,WKSzG.1gGE]x^cIg!hW.dq>.f6pzS^A+(k!T|M:}5{_%>Io<>L&{hO7W4cicOQ|>/lZ1G(m%7iaCf,6Qgk0%%Bz7b2-W3jd0m_UG\Y;?]}4s0O-U)uox>P3JN)9cm]O\@,vy2e{`3pb!"pqmRy3peB90*2L
Mail-Copies-To: never
From: David Moore <dmoore@UCSD.EDU>
Date: 22 Jan 1997 17:35:19 -0800
In-Reply-To: Kyle Jones's message of Wed, 22 Jan 1997 20:19:52 -0500 (EST)
Message-ID: <rvenfdjhrc.fsf@sdnp5.ucsd.edu>
Lines: 28
X-Mailer: Red Gnus v0.80/XEmacs 19.15

Kyle Jones <kyle_jones@wonderworks.com> writes:

> #6  0x90dd5 in delete_frame_internal (f=0x966000, force=271941636, called_from_delete_device=1, from_io_error=0) at frame.c:1437
> #7  0x30ed6 in delete_device_internal (d=0x3dd100, force=1, called_from_delete_console=1, from_io_error=0) at device.c:774

	I note that delete_device_internal calls delete_frame_internal
with force = 1, so something seems to be messing with the stack.

	Looking in delete_device_internal, I wonder if you have frames
w/o minibuffers?  Hmm, the particular case that is failing is related to
frames with the popup property set.  Are you still running with
balloon-help enabled?

The popup code in question has this comment:

    /* #### This should probably be a device method but it is time for
       19.14 to go out the door. */


I'm thinking it might be related a popup frame having a non-minibuffer
frame as it's parent.


-- 
David Moore <dmoore@ucsd.edu>       | Computer Systems Lab      __o
UCSD Dept. Computer Science - 0114  | Work: (619) 534-8604    _ \<,_
La Jolla, CA 92093-0114             | Fax:  (619) 534-1445   (_)/ (_)
<URL:http://oj.egbt.org/dmoore/>    | In a cloud bones of steel.

