From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Blocking call to accept-process-output with quit inhibited!! [11 times] Date: Thu, 09 Sep 2010 00:54:40 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1283986499 22900 80.91.229.12 (8 Sep 2010 22:54:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Sep 2010 22:54:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 09 00:54:58 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.69) (envelope-from ) id 1OtTXb-0001WZ-TH for ged-emacs-devel@m.gmane.org; Thu, 09 Sep 2010 00:54:56 +0200 Original-Received: from localhost ([127.0.0.1]:44343 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtTXb-0006zW-Dx for ged-emacs-devel@m.gmane.org; Wed, 08 Sep 2010 18:54:55 -0400 Original-Received: from [140.186.70.92] (port=60248 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtTXP-0006w5-D4 for emacs-devel@gnu.org; Wed, 08 Sep 2010 18:54:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtTXO-0002OF-At for emacs-devel@gnu.org; Wed, 08 Sep 2010 18:54:43 -0400 Original-Received: from impaqm1.telefonica.net ([213.4.138.1]:38160) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtTXO-0002Nz-0P for emacs-devel@gnu.org; Wed, 08 Sep 2010 18:54:42 -0400 Original-Received: from IMPmailhost3.adm.correo ([10.20.102.124]) by IMPaqm1.telefonica.net with bizsmtp id 4L2U1f00N2h2L9m01NuhTx; Thu, 09 Sep 2010 00:54:41 +0200 Original-Received: from ceviche.home ([83.61.36.43]) by IMPmailhost3.adm.correo with BIZ IMP id 4Nug1f0040vquEj1jNugz4; Thu, 09 Sep 2010 00:54:41 +0200 X-Brightmail-Tracker: AAAAAA== X-TE-authinfo: authemail="monnier$movistar.es" |auth_email="monnier@movistar.es" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" Original-Received: by ceviche.home (Postfix, from userid 20848) id 3D32C660D2; Thu, 9 Sep 2010 00:54:40 +0200 (CEST) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 08 Sep 2010 20:56:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:129805 Archived-At: >>> Well... `error' is a Lisp function, so I can't really call it from >>> there? >> error is also a C function, see eval.c. > Right. I'm still not getting any backtraces, though. Sometimes the debugger is disabled because we're in the middle of a special situation (e.g. during redisplay). So maybe that's the problem. You may want to place a C breakpoint on the `message' (aka `error') call and use xbacktrace from GDB when you hit it. It's not as convenient, tho. Stefan