* BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair
@ 2024-09-20 9:22 Olaf Hering
2024-09-20 13:07 ` Jeff King
0 siblings, 1 reply; 4+ messages in thread
From: Olaf Hering @ 2024-09-20 9:22 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 443 bytes --]
The following issue left my terminal in a weird state.
Is this a bug in the repository, or a bug in git 2.43/46?
set -ex
pushd /dev/shm
test -d x.git || git clone https://github.com/intel/linux-sgx.git x.git
cd $_
git checkout -b $PPID.$$ a53adeaab7a8176fabb415bfcdf6d29fe4060678
d=external/ippcp_internal/inc
git log -p -b -B -w --stat --follow "$d" |& tail
cd $d
git log -p -b -B -w --stat --follow . |& tail
Thanks,
Olaf
[-- Attachment #2: Digitale Signatur von OpenPGP --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair
2024-09-20 9:22 BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair Olaf Hering
@ 2024-09-20 13:07 ` Jeff King
2025-03-14 6:08 ` Elijah Newren
0 siblings, 1 reply; 4+ messages in thread
From: Jeff King @ 2024-09-20 13:07 UTC (permalink / raw)
To: Olaf Hering; +Cc: Elijah Newren, git
On Fri, Sep 20, 2024 at 11:22:28AM +0200, Olaf Hering wrote:
> The following issue left my terminal in a weird state.
> Is this a bug in the repository, or a bug in git 2.43/46?
>
> set -ex
> pushd /dev/shm
> test -d x.git || git clone https://github.com/intel/linux-sgx.git x.git
> cd $_
> git checkout -b $PPID.$$ a53adeaab7a8176fabb415bfcdf6d29fe4060678
> d=external/ippcp_internal/inc
> git log -p -b -B -w --stat --follow "$d" |& tail
> cd $d
> git log -p -b -B -w --stat --follow . |& tail
Definitely a bug in Git, since we're hitting a BUG(). Looks like it
reproduces with just "-B --follow" on the path in question. Bisecting
leads to 9db2ac5616 (diffcore-rename: accelerate rename_dst setup,
2020-12-11). +cc Elijah.
-Peff
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair
2024-09-20 13:07 ` Jeff King
@ 2025-03-14 6:08 ` Elijah Newren
2025-03-14 17:24 ` Jeff King
0 siblings, 1 reply; 4+ messages in thread
From: Elijah Newren @ 2025-03-14 6:08 UTC (permalink / raw)
To: Jeff King; +Cc: Olaf Hering, git
On Fri, Sep 20, 2024 at 6:07 AM Jeff King <peff@peff.net> wrote:
>
> On Fri, Sep 20, 2024 at 11:22:28AM +0200, Olaf Hering wrote:
>
> > The following issue left my terminal in a weird state.
> > Is this a bug in the repository, or a bug in git 2.43/46?
> >
> > set -ex
> > pushd /dev/shm
> > test -d x.git || git clone https://github.com/intel/linux-sgx.git x.git
> > cd $_
> > git checkout -b $PPID.$$ a53adeaab7a8176fabb415bfcdf6d29fe4060678
> > d=external/ippcp_internal/inc
> > git log -p -b -B -w --stat --follow "$d" |& tail
> > cd $d
> > git log -p -b -B -w --stat --follow . |& tail
>
> Definitely a bug in Git, since we're hitting a BUG(). Looks like it
> reproduces with just "-B --follow" on the path in question. Bisecting
> leads to 9db2ac5616 (diffcore-rename: accelerate rename_dst setup,
> 2020-12-11). +cc Elijah.
>
> -Peff
Sorry for the lengthy delay; fix over here:
https://lore.kernel.org/git/pull.1876.git.1741395615315.gitgitgadget@gmail.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair
2025-03-14 6:08 ` Elijah Newren
@ 2025-03-14 17:24 ` Jeff King
0 siblings, 0 replies; 4+ messages in thread
From: Jeff King @ 2025-03-14 17:24 UTC (permalink / raw)
To: Elijah Newren; +Cc: Olaf Hering, git
On Thu, Mar 13, 2025 at 11:08:02PM -0700, Elijah Newren wrote:
> > Definitely a bug in Git, since we're hitting a BUG(). Looks like it
> > reproduces with just "-B --follow" on the path in question. Bisecting
> > leads to 9db2ac5616 (diffcore-rename: accelerate rename_dst setup,
> > 2020-12-11). +cc Elijah.
> >
> > -Peff
>
> Sorry for the lengthy delay; fix over here:
> https://lore.kernel.org/git/pull.1876.git.1741395615315.gitgitgadget@gmail.com/
Thanks, I left some comments there.
-Peff
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-14 17:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-20 9:22 BUG: diffcore-rename.c:1674: tracking failed somehow; failed to find associated dst for broken pair Olaf Hering
2024-09-20 13:07 ` Jeff King
2025-03-14 6:08 ` Elijah Newren
2025-03-14 17:24 ` Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).