From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: (no subject) Date: Mon, 17 Nov 2003 07:12:33 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200311170655.hAH6tM5p003721@stubby.bodenonline.com> References: <200311170205.hAH25xU21508@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1069049799 6826 80.91.224.253 (17 Nov 2003 06:16:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2003 06:16:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Nov 17 07:16:36 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALcge-0004Re-00 for ; Mon, 17 Nov 2003 07:16:36 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ALcge-0005xh-00 for ; Mon, 17 Nov 2003 07:16:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALdbx-0006Kx-V7 for emacs-devel@quimby.gnus.org; Mon, 17 Nov 2003 02:15:49 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1ALdbG-0006Iu-Jn for emacs-devel@gnu.org; Mon, 17 Nov 2003 02:15:06 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ALdak-00061P-Dz for emacs-devel@gnu.org; Mon, 17 Nov 2003 02:15:05 -0500 Original-Received: from [193.201.16.94] (helo=stubby.bodenonline.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ALdah-00060U-S5 for emacs-devel@gnu.org; Mon, 17 Nov 2003 02:14:32 -0500 Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id hAH6tM5p003721; Mon, 17 Nov 2003 07:55:23 +0100 In-Reply-To: <200311170205.hAH25xU21508@raven.dms.auburn.edu> "from Luc Teirlinck at Nov 16, 2003 08:05:59 pm" Original-To: Luc Teirlinck X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17856 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17856 > The changes in: > > 2003-11-16 Jan Djarv > > do not seem to take the native scrollbar into account. Configuring > without options works fine, but after: > > ./configure --without-toolkit-scroll-bars > > bootstrapping still works fine, but when trying to start Emacs, I get > an immediate segfault: > > [bash2.05b.0 ~ 3 1] gdb emacs-21.3.50 > (gdb) run > Starting program: /usr/local/bin/emacs-21.3.50 > > Program received signal SIGSEGV, Segmentation fault. > 0x080bc5ff in x_window_to_scroll_bar (display=0x85f5ab8, > window_id=60817438) > at xterm.c:3880 > 3880 if (FRAME_X_DISPLAY (XFRAME (frame)) != display) > (gdb) > This was trying to fix the very rare case where you get identical window id from two X displays. I have checked in a better fix. There are too many configurations to test. :-( Thanks, Jan D.