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

--- Comment #29 from Jiri Palecek <jpale...@web.de> ---
Well the patch does actually help, because while the KConfig instances are not
thread-safe, KSharedConfig::openConfig _is_ (see
https://api.kde.org/frameworks/kconfig/html/classKSharedConfig.html). Access to
the file is locked on the file level. Dreaming about making KConfig thread-safe
(or almost any other Qt or KDE classes for that matter) is an utopia, and
totally unnecessary in this case.

As for the freezes in OpenGL, I don't deny them. However, the current method of
detecting them gives an awful lot of false detections, and maybe something
could be done about that.

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

Reply via email to