From xemacs-m  Fri Jan 24 05:08:41 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id FAA20280 for <xemacs-beta@xemacs.org>; Fri, 24 Jan 1997 05:08:40 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id DAA04853;
	Fri, 24 Jan 1997 03:19:51 -0800
To: xemacs-beta@xemacs.org
Subject: Re: 20.0b91: croaks every time
References: <QQbzvf05787.199701240459@crystal.WonderWorks.COM>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Kyle Jones's message of Thu, 23 Jan 1997 23:59:37 -0500 (EST)
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 24 Jan 1997 03:19:51 -0800
Message-ID: <m2afpzmiaw.fsf@altair.xemacs.org>
Lines: 39
X-Mailer: Red Gnus v0.82/XEmacs 20.0

Kyle Jones writes:

> I moved my .vm file aside and typed
> xemacs.20 -q -f vm

> At this point all I have to do is wait.  XEmacs crashes every
> time.  This is with VM 5.97, but 6.07 kills it also.

> In fact, running xemacs.20 followed by just typing in the
> *scratch* buffer kills it on the second keystroke.  Something is
> really rotten here.

How strange.  If you haven't applied David Moore's patch to
scrollbar-x.c do so and see if that makes things any better.

Repeated:
Index: scrollbar-x.c
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/src/scrollbar-x.c,v
retrieving revision 1.2
diff -u -r1.2 scrollbar-x.c
--- scrollbar-x.c	1997/01/23 05:30:14	1.2
+++ scrollbar-x.c	1997/01/23 21:24:22
@@ -597,8 +597,9 @@
       SCROLLBAR_X_VDRAG_ORIG_VALUE (instance) = data->slider_value;
       SCROLLBAR_X_VDRAG_ORIG_WINDOW_START (instance) =
 	XINT (Fwindow_start (win));
-#endif
+#else
       stupid_vertical_scrollbar_drag_hack = 0;
+#endif
       break;
 
     case SCROLLBAR_DRAG:

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.
Real men aren't afraid to use chains on icy roads.

