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

Méven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/kio/-/commit/dd40b4c
                   |                            |0902dbcb470872d878d3387ab70
                   |                            |b4bf62
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED

--- Comment #16 from Méven <[email protected]> ---
Git commit dd40b4c0902dbcb470872d878d3387ab70b4bf62 by Méven Car, on behalf of
Shouvik Kar.
Committed on 18/07/2026 at 09:22.
Pushed by meven into branch 'master'.

WidgetsAskUserActionHandler: show the SSL error dialog on the GUI thread

askIgnoreSslErrors() can be called from a non-GUI thread (e.g. the weather
ion runs its KIO jobs on a worker thread), where it constructed the
KMessageDialog off the GUI thread and crashed while painting it.

Marshal the dialog onto the GUI thread with QMetaObject::invokeMethod(qGuiApp,
...), like every other handler in this class already does.

M  +22   -20   src/widgets/widgetsaskuseractionhandler.cpp

https://invent.kde.org/frameworks/kio/-/commit/dd40b4c0902dbcb470872d878d3387ab70b4bf62

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

Reply via email to