From xemacs-m  Sun Jan 26 16:12:37 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 QAA12658 for <xemacs-beta@xemacs.org>; Sun, 26 Jan 1997 16:12:36 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id OAA04605;
	Sun, 26 Jan 1997 14:23:37 -0800
To: xemacs-beta@xemacs.org
Subject: Re: 20.0b92 builds fine, dies young
References: <199701262158.QAA22870@loiosh.kei.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: Christopher Davis's message of Sun, 26 Jan 1997 16:58:35 -0500 (EST)
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 26 Jan 1997 14:23:36 -0800
Message-ID: <m2afpwaxef.fsf@altair.xemacs.org>
Lines: 38
X-Mailer: Gnus v5.4.3/XEmacs 20.0

Christopher Davis writes:

> xemacs -q; hit C-x.  WHAM.

> Lisp backtrace follows:

>   # (condition-case ... . error)
>   # (catch top-level ...)
> Segmentation fault (core dumped)

Try this patch and see if it cures the problem.

Index: scrollbar-x.c
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/src/scrollbar-x.c,v
retrieving revision 1.3
diff -u -r1.3 scrollbar-x.c
--- scrollbar-x.c	1997/01/26 00:21:49	1.3
+++ scrollbar-x.c	1997/01/26 22:21:38
@@ -46,7 +46,7 @@
    scrollbar is incredibly stupid about updating the thumb and causes
    lots of flicker if it is done too often.  */
 static int inhibit_thumb_size_change;
-int stupid_vertical_scrollbar_drag_hack = 1;
+int stupid_vertical_scrollbar_drag_hack;
 
 /* Doesn't work with athena */
 #if defined (LWLIB_SCROLLBARS_MOTIF) || defined (LWLIB_SCROLLBARS_LUCID)
@@ -858,4 +858,5 @@
 #elif defined (LWLIB_SCROLLBARS_ATHENA)
   Fprovide (intern ("athena-scrollbars"));
 #endif
+  stupid_vertical_scrollbar_drag_hack = 1;
 }

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

