Summary: | Crash in dolphin gitview plugin. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | michael <reeves.87> |
Component: | plugins: git | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | frank78ac, reeves.87, sebastian |
Priority: | NOR | ||
Version: | 1.7 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.3 | |
Sentry Crash Report: |
Description
michael
2011-08-17 02:42:22 UTC
I cannot reproduce this problem and I'm unsure what causes the segfault. Can you reproduce this reliably? It would also be useful to know your git --version and the command line output of git branch -a in the repository where the bug occurs. Thanks. I'll try however I just realized I left out an important detail the original was converted from svn to git using git-svn. I have since rebuilt the repository using git only so the commits all have the correct e-mail/name associated. This was the result of an unrelated configuration issue on my part. I still have the original svn repository and try to recreate the issue using that. My current git version is 1.7.5.4. I don't know if this is the same as the one I had when I reported the issue. Related issue: #295400 (different loc, but same thing in principle). SVN commit 1291054 by doerner: Git pull dialog: Don't segfault on git-svn's pseudo branches, disable ok if no valid branch selected M +3 -1 pulldialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1291054 SVN commit 1291055 by doerner: Backport commit 1291054: Git pull dialog: Don't segfault on git-svn's pseudo branches, disable ok if no valid branch selected FIXED-IN: 4.8.3 M +3 -1 pulldialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1291055 |