| Summary: | Crash in Plasma::Theme::findInCache() in Plasma theme loading in QtQuick | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-ksvg | Reporter: | hoseventura <yegorovandr> |
| Component: | General | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | crash | CC: | kde, nate, nicolas.fella, notmart, pzvg |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
hoseventura
2022-12-29 12:41:19 UTC
Looks like libplasma uses similar caching code compared to ksvg. I suspect that the cache is not thread safe and lacks proper synchronization. See the bug 505926. |