Summary: | kgpg crashed when viewing key details | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | Dennis Schridde <heri+kde> |
Component: | general | Assignee: | Rolf Eike Beer <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.1 | |
Sentry Crash Report: | |||
Attachments: | Try to fix crash by not accessing empty list |
Description
Dennis Schridde
2011-02-03 21:45:18 UTC
Which gpg version are you using (gpg --version will tell you). I thought I had this debug-level stuff fixed already. 1.4.10 (gpg) and 2.0.14 (gpg2) For the moments things might get better if you go into the KGpg configuration and configure it to use gpg2. Created attachment 57179 [details]
Try to fix crash by not accessing empty list
Please try the attached patch and report if that fixes the issue.
SVN commit 1220544 by dakon: do not crash if searching for signatures gives no results CCBUG:265339 M +3 -0 kgpginterface.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1220544 SVN commit 1222286 by dakon: do not crash if searching for signatures gives no results BUG:265339 backport of r1220544 M +3 -0 kgpginterface.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1222286 |