[kompare] [Bug 313813] New: Crash when viewing a diff when clicking on next after a viewing deleted file
Richard Comblen
rcomblen at gmail.com
Thu Jan 24 09:17:24 UTC 2013
https://bugs.kde.org/show_bug.cgi?id=313813
Bug ID: 313813
Summary: Crash when viewing a diff when clicking on next after
a viewing deleted file
Classification: Unclassified
Product: kompare
Version: 4.1.2
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: grave
Priority: NOR
Component: parser
Assignee: kompare-devel at kde.org
Reporter: rcomblen at gmail.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kompare-devel
mailing list