https://bugs.kde.org/show_bug.cgi?id=359539

David Rosca <now...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |now...@gmail.com

--- Comment #1 from David Rosca <now...@gmail.com> ---
I can't reproduce it, but I think I can see how this can happen.

The issue is that KSharedConfig is created and removed on different thread,
which it can't handle (it holds raw pointers in per-thread storage). It gets
created on scene graph thread (as seen from backtrace), but then may be removed
from main thread (from ThemePrivate::notifyOfChanged slot).

So is plasma-framework using it incorrectly, or should KSharedConfig handle
this case?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to