Bug 346101 - When opening a file that is in a directory and part of a git cloned to the local harddrive kate crashes as both a normal user and as root, does not occur if file is outside a directory with a git clone (probably because of libgit2).
Summary: When opening a file that is in a directory and part of a git cloned to the lo...
Status: RESOLVED DUPLICATE of bug 352627
Alias: None
Product: kate
Classification: Applications
Component: application (show other bugs)
Version: Git
Platform: Other Linux
: NOR crash
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-12 11:45 UTC by John
Modified: 2015-09-13 08:31 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 John 2015-04-12 11:45:38 UTC
If kate is built with libgit2 and one goes to open a file that is part of a git in the cloned directory kate crashes, does not occur when opening a file elsewhere.

Reproducible: Always

Steps to Reproduce:
1. Build kate with libgit2(v0.22.2)
2. Go to a base directory of a git clone
3. Open a plain text file

Actual Results:  
When kate is opened by command line such as 'kate README.md' in a cloned directory and libgit2 is installed kate crashes and produces a stacktrace in the console.

Expected Results:  
Opened the file and used the features of libgit2?

This linux distro is linux from scratch so everything is built from source, not sure if that makes a difference.
Comment 1 Dominik Haumann 2015-09-13 08:31:24 UTC

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