From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#21745: 25.0.50; emacs infloops after call to vc-annotate Date: Fri, 23 Oct 2015 23:08:18 +0300 Message-ID: <83si51xs99.fsf@gnu.org> References: <562A872A.4030200@cornell.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1445630971 20932 80.91.229.3 (23 Oct 2015 20:09:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Oct 2015 20:09:31 +0000 (UTC) Cc: 21745@debbugs.gnu.org To: Ken Brown Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 23 22:09:20 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 1ZpieH-00050x-EP for geb-bug-gnu-emacs@m.gmane.org; Fri, 23 Oct 2015 22:09:13 +0200 Original-Received: from localhost ([::1]:41309 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpieG-0000zA-U3 for geb-bug-gnu-emacs@m.gmane.org; Fri, 23 Oct 2015 16:09:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpieB-0000vo-KA for bug-gnu-emacs@gnu.org; Fri, 23 Oct 2015 16:09:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zpie6-0004Qi-LA for bug-gnu-emacs@gnu.org; Fri, 23 Oct 2015 16:09:07 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:44456) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpie6-0004Qc-Ig for bug-gnu-emacs@gnu.org; Fri, 23 Oct 2015 16:09:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Zpie6-00069D-29 for bug-gnu-emacs@gnu.org; Fri, 23 Oct 2015 16:09:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 23 Oct 2015 20:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21745 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21745-submit@debbugs.gnu.org id=B21745.144563089723574 (code B ref 21745); Fri, 23 Oct 2015 20:09:01 +0000 Original-Received: (at 21745) by debbugs.gnu.org; 23 Oct 2015 20:08:17 +0000 Original-Received: from localhost ([127.0.0.1]:35164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpidM-000689-U3 for submit@debbugs.gnu.org; Fri, 23 Oct 2015 16:08:17 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:34282) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZpidK-000680-Js for 21745@debbugs.gnu.org; Fri, 23 Oct 2015 16:08:15 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NWO00N00VPJ4B00@mtaout28.012.net.il> for 21745@debbugs.gnu.org; Fri, 23 Oct 2015 23:07:20 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWO00EX1VW86780@mtaout28.012.net.il>; Fri, 23 Oct 2015 23:07:20 +0300 (IDT) In-reply-to: <562A872A.4030200@cornell.edu> X-012-Sender: halo1@inter.net.il 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: 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:107943 Archived-At: > From: Ken Brown > Date: Fri, 23 Oct 2015 15:14:50 -0400 > > This bug does not occur in 'emacs -Q' or even 'emacs -q'. But it does > occur if I start emacs with no .emacs, no .emacs.d, and no default.el. > To reproduce: > > emacs > C-x d ~/src/emacs/master [This is my clone of the emacs repo.] > v [To view .dir-locals.el.] > C-x v g > > At this point the cursor is in the annotate buffer (but not blinking), > and emacs starts using a lot of CPU and is unresponsive. I assume it is > inflooping. If I send the emacs process a SIGUSR2, it is responsive > again. At this point I can do 'C-x v g' again with no problem. Thanks, I think I fixed this.