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: Locks on the Bzr repository Date: Sat, 21 Aug 2010 11:37:02 +0200 Message-ID: References: <4C6D6A14.1060805@gnu.org> <83zkwhpsa8.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282383453 11618 80.91.229.12 (21 Aug 2010 09:37:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Aug 2010 09:37:33 +0000 (UTC) Cc: emacs-devel@gnu.org, jasonr@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 21 11:37:31 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 1OmkW1-0006Zr-Ph for ged-emacs-devel@m.gmane.org; Sat, 21 Aug 2010 11:37:30 +0200 Original-Received: from localhost ([127.0.0.1]:39650 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmkW1-0003J5-4A for ged-emacs-devel@m.gmane.org; Sat, 21 Aug 2010 05:37:29 -0400 Original-Received: from [140.186.70.92] (port=44745 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmkVr-0003It-TN for emacs-devel@gnu.org; Sat, 21 Aug 2010 05:37:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmkVp-0000qq-JR for emacs-devel@gnu.org; Sat, 21 Aug 2010 05:37:19 -0400 Original-Received: from impaqm3.telefonica.net ([213.4.138.3]:18281) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmkVp-0000qS-DP for emacs-devel@gnu.org; Sat, 21 Aug 2010 05:37:17 -0400 Original-Received: from IMPmailhost6.adm.correo ([10.20.102.127]) by IMPaqm3.telefonica.net with bizsmtp id wwk21e01C2kvMAa3Pxd3cD; Sat, 21 Aug 2010 11:37:03 +0200 Original-Received: from ceviche.home ([83.61.35.93]) by IMPmailhost6.adm.correo with BIZ IMP id wxd21e00520aCvn1mxd309; Sat, 21 Aug 2010 11:37:03 +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 91F64660E9; Sat, 21 Aug 2010 11:37:02 +0200 (CEST) In-Reply-To: <83zkwhpsa8.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 20 Aug 2010 12:06:23 +0300") 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:128947 Archived-At: >> So, IIUC the problem is that Bzr failed for some unknown reason and it >> didn't bother to release the locks it had. Sounds like a bug (indeed, >> Bzr also fails to release locks when you interrupt it via C-c, which is >> also a bug in my book). > How about submitting a bug report to Bazaar developers? It was already reported two years ago by someone else https://bugs.launchpad.net/bzr/+bug/257217 Stefan