From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Subject: http push Lock Date: Fri, 27 Apr 2007 11:07:23 +0200 Message-ID: <4631BD4B.8040507@beronet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Apr 27 11:08:25 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1HhMRF-0001rR-8P for gcvg-git@gmane.org; Fri, 27 Apr 2007 11:08:25 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755505AbXD0JIW (ORCPT ); Fri, 27 Apr 2007 05:08:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755503AbXD0JIW (ORCPT ); Fri, 27 Apr 2007 05:08:22 -0400 Received: from beronet.com ([80.244.243.34]:1496 "EHLO mail.beronet.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755505AbXD0JIV (ORCPT ); Fri, 27 Apr 2007 05:08:21 -0400 Received: from mail.beronet.com (localhost [127.0.0.1]) by mail.beronet.com (Postfix) with ESMTP id 7A5FF510C2C for ; Fri, 27 Apr 2007 11:17:20 +0200 (CEST) Received: from [172.20.5.5] (pd956852e.dip0.t-ipconnect.de [217.86.133.46]) by mail.beronet.com (Postfix) with ESMTP id 43507510C29 for ; Fri, 27 Apr 2007 11:17:20 +0200 (CEST) User-Agent: Icedove 1.5.0.7 (X11/20061013) X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on m24s12.beronet.com X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.0.3 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hi , after another git-http-push segfault i have a funny lock in the central repository left, that was not released unfortunately, my apache error log says something like: [Fri Apr 27 11:11:08 2007] [error] [client 217.86.133.46] Could not LOCK /git/mISDN.git/info/refs due to a failed precondition (e.g. other locks). [423, #0] [Fri Apr 27 11:11:08 2007] [error] [client 217.86.133.46] Existing lock(s) on the requested resource prevent an exclusive lock. [423, #0] [Fri Apr 27 11:11:17 2007] [error] [client 217.86.133.46] Could not LOCK /git/mISDN.git/refs/heads/master due to a failed precondition (e.g. other locks). [423, #0] [Fri Apr 27 11:11:17 2007] [error] [client 217.86.133.46] Existing lock(s) on the requested resource prevent an exclusive lock. [423, #0] how can i resolve this locked situation? pushes are currently not possible anymore... The segfault is the same like last time i think: Loaded symbols for /lib/tls/libnss_dns.so.2 #0 decode_tree_entry (desc=0xbfaed7bc, buf=0x0, size=503) at tree-walk.c:10 10 while ((c = *str++) != ' ') { (gdb) bt #0 decode_tree_entry (desc=0xbfaed7bc, buf=0x0, size=503) at tree-walk.c:10 #1 0x0804b9a8 in mark_tree_uninteresting (tree=0x80d0240) at revision.c:65 #2 0x080534cd in main (argc=2, argv=Cannot access memory at address 0x1fb ) at http-push.c:1998 (gdb)