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

Dmitry Kazakov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Dmitry Kazakov <[email protected]> ---
Hi, pdf!

During startup phase, Krita creates a dozen of QApplication objects to probe
all supported openGL modes and then discards them. That is usually not favored
by the themes code, because they expect QApplication to be created only once
(they tend to use static data that they don't dispose on destruction). That is
the problem we had to patch/workaround in our version of Qt/KF5. Most probably,
this crash has the same nature.

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

Reply via email to