From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Hang after toolbar use - easy to reproduce Date: Tue, 28 Oct 2014 15:06:48 -0400 Message-ID: <15ED6C18-692A-4AB5-BECA-1D0A1070CC00@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.0 \(1990.1\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1414523242 31649 80.91.229.3 (28 Oct 2014 19:07:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2014 19:07:22 +0000 (UTC) To: "emacs-devel@gnu.org developers" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 28 20:07:17 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XjC6t-0000bO-G4 for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2014 20:07:15 +0100 Original-Received: from localhost ([::1]:41073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjC6t-000421-20 for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2014 15:07:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjC6b-00041t-Vq for emacs-devel@gnu.org; Tue, 28 Oct 2014 15:07:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjC6W-0008NW-I3 for emacs-devel@gnu.org; Tue, 28 Oct 2014 15:06:57 -0400 Original-Received: from mail-qa0-x232.google.com ([2607:f8b0:400d:c00::232]:43376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjC6W-0008NP-DZ for emacs-devel@gnu.org; Tue, 28 Oct 2014 15:06:52 -0400 Original-Received: by mail-qa0-f50.google.com with SMTP id cs9so953694qab.37 for ; Tue, 28 Oct 2014 12:06:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=mj7RSYTcud6LM8GIg06arX0FwDrKN8ROQxMNCnCplf8=; b=RmDEi1ZqMv9/X0ZQYJxOFTI+ljrjo70aQr2gtkrkcpuic8Ku+4raHyM8TYQ6BAAtRK ltTBtM7ygUYWV+uhh8MBc/gqn4hOUDpYLHsjYAN6Joqf/1MxcHKg7uhllE8OEnIHDLXF cLKBL8ypyo/9tqs/zwiitrRSwL4BQ2nwCTHYMGo659DJzhym9ACUOXZk6XKde/bSxXBO VK7IoFimSFM2GjfEZiRLWW8YinR8IXe7n0NHPnZxXjTvtYm1TPPepHLjg5WLI7K9FpGQ svL3//FRm4Vf36ynWdzM1kKKwij6slSd4ojnuy6wCCHJouY+50v1qzoJgODeyb2ZcE9h 43Ew== X-Received: by 10.224.11.135 with SMTP id t7mr8172202qat.94.1414523210051; Tue, 28 Oct 2014 12:06:50 -0700 (PDT) Original-Received: from [130.203.154.138] ([130.203.154.138]) by mx.google.com with ESMTPSA id o2sm2069012qay.7.2014.10.28.12.06.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Oct 2014 12:06:49 -0700 (PDT) X-Mailer: Apple Mail (2.1990.1) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175939 Archived-At: Hi, I have this hang that a bunch of users are complaining to me about. = I=E2=80=99m trying to diagnose this, but I=E2=80=99m not sure where else = to look. It=E2=80=99s easy to reproduce (on a Mac, anyway): Emacs -Q, then = double-click any available icon in the toolbar. The bug occurs for = individual clicks as well, just not as reliably for me - but the hang is = a major issue for some users, as it seems. Emacs stops reacting to = input or redrawing the screen. http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D18848 Any pointers would be appreciated. D=