Summary: | KGPG crashes at startup in KDE 4.3 (KShortcut::operator=,KGpgApp::newInstance) | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | Jan Ziehm <janziehm> |
Component: | general | Assignee: | Rolf Eike Beer <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | jdkaye10, tim-solomko |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan Ziehm
2009-08-12 01:12:41 UTC
*** Bug 211785 has been marked as a duplicate of this bug. *** SVN commit 1040127 by dakon: workaround for NULL-deref BUG:203497 M +3 -2 kgpg.cpp M +0 -2 kgpg.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1040127 *** Bug 230670 has been marked as a duplicate of this bug. *** SVN commit 1110495 by dakon: Do not copy the shortcut for jumping to the default key at application startup around It looks like this is sort of a race condition when multiple instances start up at the same time. Looks like this goes bang if the first one is not initialized completely and the second one is already trying to access those values. At the end this copying isn't really necessary at all: that shortcut can be queried when the function that needs this is really called. CCBUG:203497 M +0 -4 kgpg.cpp M +9 -3 kgpgexternalactions.cpp M +3 -2 kgpgexternalactions.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1110495 This change will be part of KDE SC 4.5. If you keep getting these errors please bug your distributor if he would create a new KGpg package for you. In this case I will backport this to 4.3 and they can pick up the most recent version from that branch. |