Summary: | kwin crash when adding applets into the main amarok window | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Simon Andric <simonandric5> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | Flags: | thomas.luebking:
ReviewRequest+
|
Priority: | NOR | ||
Version: | 4.8.97 | ||
Target Milestone: | 4.9.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/e3edcbcf66b324febcc2014ca4c1fbfa383d8972 | Version Fixed In: | |
Sentry Crash Report: |
Description
Simon Andric
2012-07-18 03:17:01 UTC
I've seen similar but on XRender (where it occurs more likely due to more X11 invocation) -> https://git.reviewboard.kde.org/r/105608/ Git commit 7cf7681f1bd45e599b7bd489b7bf5944e7e54140 by Thomas Lübking. Committed on 20/07/2012 at 22:01. Pushed by luebking into branch 'KDE/4.9'. move KServiceTypeTrader::query() to main thread KConfigGroup is not the least thread safe and unfortunately the KServiceTypeTrader::self()->query() will in doubt create one if the sycoca database was damaged. REVIEW: 105608 (cherry picked from commit e3edcbcf66b324febcc2014ca4c1fbfa383d8972) M +3 -3 kwin/scripting/scripting.cpp M +2 -1 kwin/scripting/scripting.h http://commits.kde.org/kde-workspace/7cf7681f1bd45e599b7bd489b7bf5944e7e54140 Git commit e3edcbcf66b324febcc2014ca4c1fbfa383d8972 by Thomas Lübking. Committed on 20/07/2012 at 22:01. Pushed by luebking into branch 'master'. move KServiceTypeTrader::query() to main thread KConfigGroup is not the least thread safe and unfortunately the KServiceTypeTrader::self()->query() will in doubt create one if the sycoca database was damaged. REVIEW: 105608 M +3 -3 kwin/scripting/scripting.cpp M +2 -1 kwin/scripting/scripting.h http://commits.kde.org/kde-workspace/e3edcbcf66b324febcc2014ca4c1fbfa383d8972 |