Summary: | Crash KGPG on cancel generating key | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | sainthyoga2003 |
Component: | general | Assignee: | Rolf Eike Beer <kde> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | embakunin |
Priority: | NOR | Keywords: | drkonqi |
Version First Reported In: | 2.11 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
sainthyoga2003
2014-04-19 00:50:07 UTC
*** This bug has been marked as a duplicate of bug 294399 *** Created attachment 89838 [details]
New crash information added by DrKonqi
kgpg (2.13.1) on KDE Platform 4.14.3 using Qt 4.8.6
- What I was doing when the application crashed:
Launch kgpg for the first time on a fresh installation of Fedora 21.
Let it generate a new keypair, 4096 bits in length, RSA/RSA.
Observe spinning cursor forever, until break:
Break by entering notifications panel to see that gpg itself is still waiting for input of passphrase.
Suspect kgpg of not passing data to gpg correctly.
Press "stop" button in notifications UI; kgpg exits with error.
Upon repeated attempts, the same results are produced.
-- Backtrace (Reduced):
#5 0x00007f1a45fa9d31 in QCoreApplication::postEvent(QObject*, QEvent*, int) () from /lib64/libQtCore.so.4
#6 0x00007f1a466c8bf8 in KJob::kill(KJob::KillVerbosity) () from /lib64/libkdecore.so.5
[...]
#9 0x00007f1a482bcfb3 in OrgKdeJobViewV2Interface::qt_metacall(QMetaObject::Call, int, void**) () from /lib64/libkdeui.so.5
#10 0x00007f1a463336c6 in QDBusConnectionPrivate::deliverCall(QObject*, int, QDBusMessage const&, QList<int> const&, int) () from /lib64/libQtDBus.so.4
#11 0x00007f1a45fbf5f1 in QObject::event(QEvent*) () from /lib64/libQtCore.so.4
|