git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Hostetler <git@jeffhostetler.com>
To: Sebastian Schuberth <sschuberth@gmail.com>,
	Git Mailing List <git@vger.kernel.org>
Subject: Re: How to debug "fatal: external diff died, stopping at ..."?
Date: Mon, 9 Jan 2023 15:07:46 -0500	[thread overview]
Message-ID: <18a11fc5-ab72-a66a-6bef-7e460c762a9c@jeffhostetler.com> (raw)
In-Reply-To: <CAHGBnuOcNb0niPThM9gtmoJui+bz1mmhKXjUn71P3Q53aM-HLA@mail.gmail.com>



On 1/9/23 8:35 AM, Sebastian Schuberth wrote:
> Hi,
> 
> similar to this [1] question on StackOverflow, ever since a
> distribution upgrade of my Fedora Linux box (KDE spin, now on release
> 37), my configured diff / merge tool (Beyond Compare 4) crashes with
> "fatal: external diff died, stopping at ..." after displaying the diff
> for the first file, for every operation I've tried so far (including
> resolving merge conflicts). I've also posted to the Beyond Compare
> forums [2], but the people from Scooter Software seem to be clueless
> as well.
> 
> Would anyone have an idea how to debug this?
> 
> PS: I also tried to use an X11 instead of a Wayland session with KDE /
> Plasma, but that did not help.
> 
> [1]: https://askubuntu.com/questions/1437667/git-difftool-with-meld-broken-after-update-to-22-04-fatal-external-diff-died
> [2]: https://forum.scootersoftware.com/forum/beyond-compare-4-discussion/linux-aa/88824-bc4-as-a-git-merge-tool-says-fatal-external-diff-died
> 

You might try turning on Trace2 in Git and see if there is
any extra info there on the child processes.

$ GIT_TRACE2_PERF=1 git difftool ...

or

$ export GIT_TRACE2_PERF=/absolute/path/to/logfile
$ git difftool ...

There you'll be able to see all of the "child_start" and
"child_exit" events for each process that Git starts (at
the "d1" level (and grandchildren at the "d2" level)).

Maybe that'll reveal something.

https://devblogs.microsoft.com/devops/a-deep-dive-into-git-performance-using-trace2/


Hope this helps,
Jeff

  reply	other threads:[~2023-01-09 20:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09 13:35 How to debug "fatal: external diff died, stopping at ..."? Sebastian Schuberth
2023-01-09 20:07 ` Jeff Hostetler [this message]
2023-01-09 20:21   ` Sebastian Schuberth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18a11fc5-ab72-a66a-6bef-7e460c762a9c@jeffhostetler.com \
    --to=git@jeffhostetler.com \
    --cc=git@vger.kernel.org \
    --cc=sschuberth@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).