From xemacs-m  Sun Apr 20 18:13:29 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA10789
	for <xemacs-beta@xemacs.org>; Sun, 20 Apr 1997 18:13:27 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcmdo26168; Sun, 20 Apr 1997 19:13:28 -0400 (EDT)
Date: Sun, 20 Apr 1997 19:13:28 -0400 (EDT)
Message-Id: <QQcmdo26168.199704202313@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: Build Success - 20.2b1 - Linux2.0.28, but...
In-Reply-To: <m2iv1hsdau.fsf@sauna.ton.tut.fi>
References: <m2iv1hg0w7.fsf@sauna.ton.tut.fi>
	<m2hgh1obrn.fsf@altair.xemacs.org>
	<QQcmcx22856.199704201851@crystal.WonderWorks.COM>
	<m2iv1hsdau.fsf@sauna.ton.tut.fi>
X-Mailer: VM 6.28 under 19.15 XEmacs Lucid
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Markus Linnala writes:
 > Kyle Jones <kyle_jones@wonderworks.com> writes:
 > 
 > > Steven L Baur writes:
 > >  > Markus Linnala <maage@cs.tut.fi> writes:
 > >  > > But the Menu | Options | Customize | Emacs | Programming | Languages |
 > >  > > SGML bug still exists.
 > > Someone please give me a set of steps to reproduce this crash.
 > > If I'm reading it right, the frame-icon/baloon-help crash, the
 > > live/icon/balloon-help crashand this one along with one other one
 > > might all be related.
 > 
 > Select menu Options | Customize | Emacs | Programming | Languages | SGML
 > 
 > You should get 'Your mail address? foo@far.com' at minibuffer. Press
 > C-g.

Pretty grisly.  Reading from the minibuffer at this point is
essentially calling Frecursive_edit from within a menubar
callback.  The new command loop is eating the events the old
command loop was expecting to get.  When Frecursive_edit
returns the menubar code has invalid state information and
abort()s.

