From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15358 invoked by alias); 30 Mar 2018 23:45:47 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14652 invoked by uid 89); 30 Mar 2018 23:45:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=confirms, limitation X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Mar 2018 23:45:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 29E35116A47; Fri, 30 Mar 2018 19:45:37 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id q5liuHQOdrUY; Fri, 30 Mar 2018 19:45:37 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id ED514116A42; Fri, 30 Mar 2018 19:45:36 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4A1298330A; Fri, 30 Mar 2018 16:45:35 -0700 (PDT) Date: Fri, 30 Mar 2018 23:45:00 -0000 From: Joel Brobecker To: Weimin Pan Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH5 PR gdb/16959] gdb hangs in infinite recursion Message-ID: <20180330234535.pd2byddajqbezkpr@adacore.com> References: <1522269884-129860-1-git-send-email-weimin.pan@oracle.com> <20cf4b23322670e4dc513183ef2dda45@polymtl.ca> <96ab9fda-2c03-a9c6-1da9-70e807e69e5c@oracle.com> <3505af0b-d303-b556-0a4c-c416ac88a064@polymtl.ca> <337f2b1f-6fe8-07f3-f4cd-a9b5a3d5456d@oracle.com> <20180330225218.fqhgvt7pzaqewic3@adacore.com> <46f00b2c-cf52-c50d-1948-4cdfb3b598bd@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46f00b2c-cf52-c50d-1948-4cdfb3b598bd@oracle.com> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2018-03/txt/msg00631.txt.bz2 > > With your permission, I will start by fixing the mistake, which > > was to create the "fixes" branch on the upstream repository. > > Yes, please go ahead. Thanks. FTR, done. This is how I did it: $ git push origin :fixes remote: fatal: Invalid revision range c9cf7302418ad14b7f72949ba0421b9df3cd1127..0000000000000000000000000000000000000000 To ssh://sourceware.org/git/binutils-gdb.git - [deleted] fixes The error is a limitation of one the the scripts that get run when we create or delete a new branch or a new tag, but is not fatal. The output confirms the branch we deleted. -- Joel