From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#18102: 24.3; emacs stops responding to keyboard after closing frame Date: Sat, 26 Dec 2015 16:48:27 +0100 Message-ID: <87lh8htdmc.fsf@gnus.org> References: <87mwbstkvw.fsf@capuchin.co.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1451144963 28902 80.91.229.3 (26 Dec 2015 15:49:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Dec 2015 15:49:23 +0000 (UTC) Cc: Robert Marshall , 18102@debbugs.gnu.org, "David J. Biesack" To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Dec 26 16:49:11 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1aCr5i-0006Ig-FN for geb-bug-gnu-emacs@m.gmane.org; Sat, 26 Dec 2015 16:49:10 +0100 Original-Received: from localhost ([::1]:38975 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCr5h-0001Gr-SI for geb-bug-gnu-emacs@m.gmane.org; Sat, 26 Dec 2015 10:49:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCr5d-0001EP-Gx for bug-gnu-emacs@gnu.org; Sat, 26 Dec 2015 10:49:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCr5a-0000B8-Ay for bug-gnu-emacs@gnu.org; Sat, 26 Dec 2015 10:49:05 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:33913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCr5a-0000B4-7E for bug-gnu-emacs@gnu.org; Sat, 26 Dec 2015 10:49:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aCr5a-0000Of-2r for bug-gnu-emacs@gnu.org; Sat, 26 Dec 2015 10:49:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 26 Dec 2015 15:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18102 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 18102-submit@debbugs.gnu.org id=B18102.14511449361514 (code B ref 18102); Sat, 26 Dec 2015 15:49:02 +0000 Original-Received: (at 18102) by debbugs.gnu.org; 26 Dec 2015 15:48:56 +0000 Original-Received: from localhost ([127.0.0.1]:41515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCr5U-0000OM-IK for submit@debbugs.gnu.org; Sat, 26 Dec 2015 10:48:56 -0500 Original-Received: from hermes.netfonds.no ([80.91.224.195]:42878) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCr5T-0000OD-2L for 18102@debbugs.gnu.org; Sat, 26 Dec 2015 10:48:55 -0500 Original-Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCr52-000181-Lq; Sat, 26 Dec 2015 16:48:28 +0100 In-Reply-To: (Stefan Monnier's message of "Mon, 08 Sep 2014 10:21:40 -0400") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) X-MailScanner-ID: 1aCr52-000181-Lq MailScanner-NULL-Check: 1451749709.19734@/6pNslEagWALaq6NVJoFWw X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:110664 Archived-At: Stefan Monnier writes: >>> Sometimes after closing a frame, emacs ignores all key events in >>> remaining open frames after explicitly clicking in them to set >>> point. Ctrl-g does nothing. I can't type anything in those frames. > > Could you run Emacs under GDB (see .../etc/DEBUG for some instructions) > to see what it's doing while it's not responsive? > > You can also try (setq debug-on-event 'sigusr2) and then do a > "kill -USR2 " from the shell, to see if it gets you > a Lisp-level backtrace. More information was requested, but no response was given within a few months, so I'm closing this bug report. If the problem still exists, please reopen this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no