I use git show to generate a patch git show | kompare - if one file is deleted, kompare crashes when trying to view the file just after Run the following bash script to reproduce: #!/bin/bash mkdir test cd test git init echo "first" > first echo "second" > second git add first second git commit -m "first commit" git rm first echo "New line" >> second git add second git commit -m "second commit" git show | kompare - crash happens when clicking on "Next File" Reproducible: Always
*** This bug has been marked as a duplicate of bug 202457 ***