Summary: | kglobalaccel crash occured when logging out of kde 4.3 beta 1 | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Alexander Jenisch <nt> |
Component: | shortcuts | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexander Jenisch
2009-05-14 23:38:48 UTC
SVN commit 968114 by mjansen: Fix code that was dependent on deinitialization of global objects. If the application wass destroyed before the registry everything was fine because the app disabled global shortcuts in it's destructor. If not ... crash because GlobalShortcutsRegistry destructor would call code that tried to access the GlobalShortcutsRegistry object. Which was unaccessible at that time. See KGLOBAL_STATIC BUG: 192718 M +8 -1 globalshortcutsregistry.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=968114 |