From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.bugs Subject: Re: Crash when using scroll bar in Carbon port (keyboard.c:3010) Date: Tue, 15 Jan 2008 10:54:37 +0000 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200394493 22619 80.91.229.12 (15 Jan 2008 10:54:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2008 10:54:53 +0000 (UTC) To: YAMAMOTO Mitsuharu , Hank Stevens , Bug-Gnu-Emacs Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jan 15 11:55:15 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JEjRq-0006PX-3P for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Jan 2008 11:55:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEjRR-0007Tm-R5 for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Jan 2008 05:54:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JEjRL-0007Tb-U8 for bug-gnu-emacs@gnu.org; Tue, 15 Jan 2008 05:54:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JEjRK-0007TB-Aq for bug-gnu-emacs@gnu.org; Tue, 15 Jan 2008 05:54:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JEjRK-0007T8-5L for bug-gnu-emacs@gnu.org; Tue, 15 Jan 2008 05:54:42 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JEjRJ-00045W-OV for bug-gnu-emacs@gnu.org; Tue, 15 Jan 2008 05:54:41 -0500 Original-Received: by ug-out-1314.google.com with SMTP id a2so69274ugf.48 for ; Tue, 15 Jan 2008 02:54:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; bh=wVkhG/DB1g2XMdfRgy+Aw6+jAcEg7bDzVGIeqrNf1c4=; b=faFTaNS9YtWiggV8x3AHqG9vjioSst2VJ+MS738s1o4WxPKEg7C3KZ1GtwGIZZMnU93VfYl93ehTA0Ms9nc5L+Z8zn//JkwqHkGMeLwjexNi6qHxRk3O4KyT0vGRg9b28c/wmgdW1372pxoXJKoOv1Lurn+VJspSknL60PXacqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; b=XMOn8DqInNaUBNbN0ILuSSYe22FvNIsoSy8c3aSv1806sDkLUi1R6b5FKsgGw8AESKKw5UFwdQs8vyyFS0WrGg+PLEdijPYQHXfgfPO3mM/4jnbyXUxldb7alBnDEWS5CeNLZorHXXT6nV8BzNZXGgzUycaHhzXH/Ir+rd6y29s= Original-Received: by 10.66.239.2 with SMTP id m2mr683188ugh.26.1200394480494; Tue, 15 Jan 2008 02:54:40 -0800 (PST) Original-Received: from scarlett.inf.ed.ac.uk ( [129.215.174.113]) by mx.google.com with ESMTPS id i39sm1425010ugd.32.2008.01.15.02.54.38 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Jan 2008 02:54:39 -0800 (PST) X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17341 Archived-At: > This is just a random guess, but could you try the following patch and > see if the situation changes? Your random guess was good, thanks. I can't reproduce the problem with the patch applied. Note, however, that I wasn't explicitly turning off scroll-bar-mode after the mode change (unless the particular major modes did something like that). Did perhaps something in XTcondemn_scroll_bars or XTjudge_scroll_bars cause the crash? And the stack trace doesn't point to that at all... Hank, can you please try the latest Aquamacs build from http://aquamacs.org/nightlies.shtml and tell us whether the problem is fixed for you?