From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x231.google.com (mail-oi1-x231.google.com [IPv6:2607:f8b0:4864:20::231]) by sourceware.org (Postfix) with ESMTPS id B5F983942021; Fri, 2 Oct 2020 22:25:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B5F983942021 Received: by mail-oi1-x231.google.com with SMTP id x14so2771969oic.9; Fri, 02 Oct 2020 15:25:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ahjY3E5G/676uE6/UB6aJyCL9oycoEQJXgKCg/d/jYs=; b=nwcCpAzU4/lqenYyBh+8nKfEo673quiHmVuAddB2T2Ya4q/ApaBL6ze+UMKfoY0GcP 8A80qnbinCnHjP40ye/gxvrsWijAdZ2sx3pb4IZ2mj6l2nbDAYngst5PYNVQBowBxaqo RPEZCb68WvJuCZ9ye0cD0qOFWIMp93ph3XFN17w9guEtycKhZPG1uRDq8oXK7TnEZPeh DzRP0LQ9nv31RiYM49bu+DUVWpbbVaSClRhoKXMP/s8E5w/5A+6ttGjlXF2eaW2NxI1T drb83RdeLk5paUlU+L+hE0ak7Vfl2UmMX5JVw3AJ39foU/sEa1DF9XA6MqKDxaCYadfz y2mg== X-Gm-Message-State: AOAM531HwVIuVmb/UUaqng477y0Ye067FhPrWYI8yFeV3UUlR8w9Mz2j irA0wXTD6lulO6WnU5qEn/bcQYDBNDpPfmNnCFDhfmITLkk= X-Google-Smtp-Source: ABdhPJzTpvn17kxTr7mEmU5nNGVor+P4DdRi0xJohh5XU6jkdoK2fCTjIwQV5PUBMl5AYYt0XzL1zHpm4Di2yzUOrY4= X-Received: by 2002:aca:5605:: with SMTP id k5mr2383143oib.25.1601677550765; Fri, 02 Oct 2020 15:25:50 -0700 (PDT) MIME-Version: 1.0 From: "H.J. Lu" Date: Fri, 2 Oct 2020 15:25:14 -0700 Message-ID: Subject: Does "git bisect" work for anyone? To: Binutils , GDB Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3032.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2020 22:25:52 -0000 On master branch, I got $ git checkout d0e70c4189d5d6a6e63b85c1d3c10c74852173b4 Previous HEAD position was 5a805384b83 asan: readelf buffer overflow and abort HEAD is now at d0e70c4189d Automatic date update in version.in $ git bisect good $ git checkout fe07b5721a64a84e36ec63e15638b87655faf1bf Previous HEAD position was d0e70c4189d Automatic date update in version.in HEAD is now at fe07b5721a6 gdb/testsuite: Update test pattern in ptype-on-functions.exp $ git bisect bad Some good revs are not ancestors of the bad rev. git bisect cannot work properly in this case. Maybe you mistook good and bad revs? -- H.J.