https://bugs.kde.org/show_bug.cgi?id=468708
--- Comment #6 from pawel.vese...@gmail.com --- I can reproduce this without `git mergetool`, as long as I run the command as specified in the description. So it's '--auto' to blame. Removing that option avoids the crash. Sadly, fixing this for 'git' is not trivial: https://stackoverflow.com/q/15321472/622266 (i.e., I'd rather not set up an alternative differ for just this). I've tried "ignoring" "--auto" option (as suggested in https://stackoverflow.com/a/61415346/622266), but I couldn't. I tried adding "-auto", "--auto", but all this got me was a message `QCommandLineParser: already having an option named "auto"`, and kdiff3 still tried exiting right away (and crashing). -- You are receiving this mail because: You are watching all bug changes.