From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id B53E01F5AD for ; Thu, 9 Apr 2020 22:57:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726793AbgDIW5F (ORCPT ); Thu, 9 Apr 2020 18:57:05 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:61257 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726725AbgDIW5E (ORCPT ); Thu, 9 Apr 2020 18:57:04 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 24485BD14D; Thu, 9 Apr 2020 18:57:05 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=k5sT7dITZ88DRoC22OKr3nF1mK8=; b=HB+zOK RU3XZMK63XYKwatRo85KzoRP8MzdqTrMu/SiuZ7K/T00TXi19Oi5VxdIREISWYUG fSjKnI6GxDLHDlp1Qey/lNpKK6vcu1ys7SEoU8xFYBSldFngY+1Hx/h0l1VrOE99 kFJTAChXpoO52BKOv5eJPNyT2bVDV8jr67ODM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=UUq8gwuTQrtasfGNG4MCchGY3QzoD8So b1EICLH+hmHa8OgIG15wtS2mp+vcN8v4ESBjnMzZFLx0JfewdOX/DTVAa/I0IqDw oOjG8wxhOhwyzgnGpf+nzCZVmJI0NITIQy6k91NVNdFzTD6f8uHXMTZPpF2JcmCL ww3OA9bFpEE= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 1C6BDBD14C; Thu, 9 Apr 2020 18:57:05 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 62265BD147; Thu, 9 Apr 2020 18:57:02 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: =?utf-8?Q?=C3=89rico?= Rolim Cc: git@vger.kernel.org Subject: Re: [BUG] segmentation fault in git-diff References: Date: Thu, 09 Apr 2020 15:57:00 -0700 In-Reply-To: (Junio C. Hamano's message of "Thu, 09 Apr 2020 15:47:19 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 6CF9562C-7AB5-11EA-9ED4-B0405B776F7B-77302942!pb-smtp20.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Junio C Hamano writes: > Junio C Hamano writes: > >> This is 'next' running for me: > > Scratch all that---sorry, but I did see the note about trailing > slash, but somehow managed to forget adding it when I tried it. $ git checkout v2.22.0 && make && ./git-rev-parse :/any/path/ segfaults, while $ git checkout v2.21.0 && make && ./git-rev-parse :/any/path/ is OK. We should be able to bisect this fairly straightforward between these two.