From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Weird X11 input-related hang Date: Tue, 13 May 2008 10:14:20 +0200 Message-ID: <48294DDC.9070308@swipnet.se> References: <20080512153450.C03AA16BF55@vena> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210666549 7574 80.91.229.12 (13 May 2008 08:15:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 May 2008 08:15:49 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: corbet@lwn.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 13 10:16:25 2008 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 1JvpgH-0006YM-81 for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 10:16:17 +0200 Original-Received: from localhost ([127.0.0.1]:60514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvpfY-0000PQ-89 for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 04:15:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvpfT-0000PD-BH for emacs-devel@gnu.org; Tue, 13 May 2008 04:15:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvpfQ-0000OY-IM for emacs-devel@gnu.org; Tue, 13 May 2008 04:15:26 -0400 Original-Received: from [199.232.76.173] (port=51859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvpfQ-0000OV-Dx for emacs-devel@gnu.org; Tue, 13 May 2008 04:15:24 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39438) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvpfQ-0002wJ-9b for emacs-devel@gnu.org; Tue, 13 May 2008 04:15:24 -0400 Original-Received: from mail.gnu.org ([199.232.76.166]:51104 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JvpeV-0002Ex-Ct for emacs-pretest-bug@gnu.org; Tue, 13 May 2008 04:14:27 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JvpfM-0002vM-Jw for emacs-pretest-bug@gnu.org; Tue, 13 May 2008 04:15:23 -0400 Original-Received: from av11-1-sn2.hy.skanova.net ([81.228.8.183]:52117) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvpfM-0002v2-9S for emacs-pretest-bug@gnu.org; Tue, 13 May 2008 04:15:20 -0400 Original-Received: by av11-1-sn2.hy.skanova.net (Postfix, from userid 502) id 2AEA538441; Tue, 13 May 2008 10:15:19 +0200 (CEST) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av11-1-sn2.hy.skanova.net (Postfix) with ESMTP id EB8C838437; Tue, 13 May 2008 10:15:18 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id A456B37E4C; Tue, 13 May 2008 10:15:18 +0200 (CEST) User-Agent: Thunderbird 2.0.0.14 (X11/20080421) In-Reply-To: <20080512153450.C03AA16BF55@vena> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: 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:97071 gmane.emacs.pretest.bugs:22296 Archived-At: corbet@lwn.net skrev: > For quite some time I have seen a strange bug where emacs (running under > X11) would occasionally stop responding to keyboard and mouse events. The > editor is still alive, and will change the cursor block in response to > focus events, but mouse clicks and keystrokes have no effect. The only way > I've found to recover is to kill the emacs process and start over. > > Today I figured out how to reproduce it: move the pointer to the menubar at > the top of the window, then move the scroll wheel for a click or two. > Works every time. Does not appear to be dependent on major mode. > Good catch. I checked in a fix. Jan D.