From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.bugs Subject: bug#17170: 24.3.50; debug: Terminal 3 is locked, cannot read from it Date: Wed, 02 Apr 2014 19:57:24 +0200 Message-ID: <874n2bsjpj.fsf@yahoo.fr> References: <87vbusouwu.fsf@yahoo.fr> <83r45fbsur.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396521479 12186 80.91.229.3 (3 Apr 2014 10:37:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Apr 2014 10:37:59 +0000 (UTC) Cc: Nicolas Richard , 17170@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Apr 03 12:37:52 2014 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 1WVeJm-00075K-1y for geb-bug-gnu-emacs@m.gmane.org; Thu, 03 Apr 2014 11:52:18 +0200 Original-Received: from localhost ([::1]:39992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVPQW-0004rY-PR for geb-bug-gnu-emacs@m.gmane.org; Wed, 02 Apr 2014 13:58:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVPQO-0004rQ-Cz for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2014 13:58:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVPQI-0008Tl-GC for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2014 13:58:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVPQI-0008Tg-Ct for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2014 13:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WVPQH-0001Oe-Ph for bug-gnu-emacs@gnu.org; Wed, 02 Apr 2014 13:58:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 02 Apr 2014 17:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17170 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 17170-submit@debbugs.gnu.org id=B17170.13964614505318 (code B ref 17170); Wed, 02 Apr 2014 17:58:01 +0000 Original-Received: (at 17170) by debbugs.gnu.org; 2 Apr 2014 17:57:30 +0000 Original-Received: from localhost ([127.0.0.1]:33233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WVPPl-0001Nf-4k for submit@debbugs.gnu.org; Wed, 02 Apr 2014 13:57:29 -0400 Original-Received: from mailrelay012.isp.belgacom.be ([195.238.6.179]:16768) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WVPPi-0001NV-BT for 17170@debbugs.gnu.org; Wed, 02 Apr 2014 13:57:27 -0400 X-Belgacom-Dynamic: yes Original-Received: from 55.22-200-80.adsl-dyn.isp.belgacom.be (HELO LDLC-portable) ([80.200.22.55]) by relay.skynet.be with ESMTP; 02 Apr 2014 19:57:25 +0200 In-Reply-To: <83r45fbsur.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 02 Apr 2014 19:26:20 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.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:87632 Archived-At: Eli Zaretskii writes: > This comes from keyboard.c, see the commentary there for details. Ok, will do. > Please try "C-h l" next time, and report the commands that cause this. The lossage in the bug report is pretty close to the problem. It happend while doing C-c C-e ; which calls LaTeX-environment. I must say however that that command often triggers an error on my system due to my setup described in bug#17132, and so my guess is that it is the error which causes emacs to try to enter the debugger, and only then the "Terminal locked" error appears. > Do you have debug-on-error set non-nil or something? It is set to t. -- Nico.