Summary: | Nepomuck crashed every time | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | olevanosoldier |
Component: | general | Assignee: | Sebastian Trueg <trueg> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | eriklauc, kde, kde, kelley.castleberry, mail, me, rautrr, rizzitello, scott, xypron.glpk |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.3 | |
Sentry Crash Report: | |||
Attachments: | Patch against kde-runtime |
Description
olevanosoldier
2011-06-17 09:21:09 UTC
Created attachment 63896 [details]
Patch against kde-runtime
Please apply this patch to kde-runtime 4.7 and see if it fixes the crash.
*** Bug 282124 has been marked as a duplicate of this bug. *** *** Bug 281302 has been marked as a duplicate of this bug. *** *** Bug 279682 has been marked as a duplicate of this bug. *** *** Bug 279059 has been marked as a duplicate of this bug. *** *** Bug 278371 has been marked as a duplicate of this bug. *** Git commit 69eb3f4274da3be99a68dd8a265776dc46820d77 by Sebastian Trueg. Committed on 23/09/2011 at 21:07. Pushed by trueg into branch 'master'. Do not use K_GLOBAL_STATIC for a QObject-based class. This fixes two things: 1. One should never create global static QObjects 2. global static creation is not thread-safe for complex classes. BUG: 275880 M +4 -0 services/fileindexer/fileindexer.cpp M +8 -4 services/fileindexer/fileindexerconfig.cpp M +11 -2 services/fileindexer/fileindexerconfig.h M +4 -0 services/filewatch/nepomukfilewatch.cpp http://commits.kde.org/nepomuk-core/69eb3f4274da3be99a68dd8a265776dc46820d77 *** Bug 284091 has been marked as a duplicate of this bug. *** *** Bug 287221 has been marked as a duplicate of this bug. *** |