Summary: | Plamsa is crashed after KDE started. | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Jan <liquidsky89> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, aseigo |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan
2009-06-08 18:23:58 UTC
it looks like KLocale/KCatalog are not thread safe; it appears that the catalog collection was being accessed from one thread (where the host look up was happening) while another had modified it. ugly, but fixable. :) SVN commit 978957 by aseigo: be more careful with handling of the catalogs collection so we don't end up with invalid iterators or other monkey business due to two threads translating and modifying the catalog collection at the same time. worst case is that we get something improperly translated (e.g. to the wrong language) when that happenswhich should be preferable to crashing. BUG:195692 M +6 -4 klocale.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=978957 Bug 191122 is also related... Regards |