From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Current emacs blows up on OSX if any control key is pressed Date: Mon, 11 Jan 2010 09:55:30 -0500 Message-ID: <87vdf8d731.fsf@stupidchicken.com> References: <1tpr5hwwjx.fsf@fencepost.gnu.org> <87my0lh7uy.fsf@bnikolic.co.uk> <86k4vpmq08.fsf_-_@blue.stonehenge.com> <86fx6dmmj8.fsf@blue.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263223776 20782 80.91.229.12 (11 Jan 2010 15:29:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jan 2010 15:29:36 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org, "Randal L. Schwartz" To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 11 16:29:20 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUMCl-0007hy-R7 for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2010 16:29:20 +0100 Original-Received: from localhost ([127.0.0.1]:58436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUMCm-0000CV-CN for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2010 10:29:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUMAt-0007pu-AR for emacs-devel@gnu.org; Mon, 11 Jan 2010 10:27:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUMAo-0007nB-VZ for emacs-devel@gnu.org; Mon, 11 Jan 2010 10:27:23 -0500 Original-Received: from [199.232.76.173] (port=50726 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUMAo-0007n4-LG for emacs-devel@gnu.org; Mon, 11 Jan 2010 10:27:18 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:10795) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NUMAo-0006QH-3x for emacs-devel@gnu.org; Mon, 11 Jan 2010 10:27:18 -0500 Original-Received: from pantheon-po19.its.yale.edu ([130.132.50.75]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NULg6-0006ZT-I4 for emacs-devel@gnu.org; Mon, 11 Jan 2010 09:55:34 -0500 Original-Received: from furry (adsl-99-90-240-52.dsl.wlfrct.sbcglobal.net [99.90.240.52]) (authenticated bits=0) by pantheon-po19.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o0BEtUfW019537 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 11 Jan 2010 09:55:31 -0500 Original-Received: by furry (Postfix, from userid 1000) id 45A71C05D; Mon, 11 Jan 2010 07:55:30 -0700 (MST) In-Reply-To: (chad's message of "Mon, 11 Jan 2010 02:00:30 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.4-2.6 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119822 Archived-At: chad writes: > I saw the same thing, poked at it a little while, and got as far as > verifying that reverting Chong Yidong's change to src/nsterm.m fixes > the problem but not so far as to figure out why. This is the first > time I've been back to email since, and I don't expect to have time to > dig for several days, sadly. I'm building on Snow Leopard (configure > --with-ns), in case it matters. > > The actual crash is in keyboard.c, in a call to > parse_solitary_modifer(). It gets called a few times successfully on > startup, and then after all the init is done it tries to pass a zero > to SREF() for the switch; I presume because of the init changes in > nsterm.m. Thanks, I've checked in a fix. Could you try again?