Bug 313813 - Crash when viewing a diff when clicking on next after a viewing deleted file
Summary: Crash when viewing a diff when clicking on next after a viewing deleted file
Status: RESOLVED DUPLICATE of bug 202457
Alias: None
Product: kompare
Classification: Applications
Component: parser (show other bugs)
Version: 4.1.2
Platform: Ubuntu Linux
: NOR grave
Target Milestone: ---
Assignee: Kompare developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 09:17 UTC by Richard Comblen
Modified: 2013-01-25 09:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Comblen 2013-01-24 09:17:24 UTC
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
Comment 1 Christoph Feck 2013-01-25 09:47:08 UTC

*** This bug has been marked as a duplicate of bug 202457 ***