Summary: | Kontact crashed while reading articles in Akregator (KCatalogPrivate::resetSystemLanguage, KCatalog::translateStrict, KLocalePrivate::translate_priv) | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Dominik Steenken <dominik> |
Component: | klocale | Assignee: | Chusslove Illich <caslav.ilic> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, bugs.kde, christophe, franz.georg, gdarecki, jensmh |
Priority: | NOR | ||
Version: | 4.3.1 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dominik Steenken
2009-09-22 13:58:57 UTC
I wonder if this could be related to bug 191122 / bug 204979. Thanks SVN commit 1029870 by dfaure: Fix race shown by r1029862: protect access to the list of catalogs (and other KLocalePrivate members) using a mutex. The copy ctor makes it impossible to have it as plain member, had to use new/delete instead. BUG: 208178 M +28 -15 klocale.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1029870 *** Bug 208350 has been marked as a duplicate of this bug. *** *** Bug 207830 has been marked as a duplicate of this bug. *** *** Bug 208859 has been marked as a duplicate of this bug. *** SVN commit 1029879 by dfaure: Backport 1029862+1029870+1029871: protect access to the list of catalogs (and other KLocalePrivate members) using a mutex. Fix will be in KDE-4.3.2. CCBUG: 208178 M +23 -10 localization/klocale.cpp M +1 -0 tests/klocalizedstringtest.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1029879 *** Bug 211953 has been marked as a duplicate of this bug. *** |