https://bugs.kde.org/show_bug.cgi?id=464624
Christoph Cullmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/knewstuff/commit/e9e | |0e3faa986757ba096dbe599468f | |395b3461d3 Status|ASSIGNED |RESOLVED --- Comment #11 from Christoph Cullmann <[email protected]> --- Git commit e9e0e3faa986757ba096dbe599468f395b3461d3 by Christoph Cullmann, on behalf of David Edmundson. Committed on 30/01/2023 at 18:42. Pushed by cullmann into branch 'master'. Fix crash in QQuickQuestionListener The code path is: - we create a Question object - we show a prompt - we start a nested event loop to get this into a syncronous API - we return the result to the question object The lifespan of the question object is not controlled by the listener, during the nested event loop anything could have happened including deletion. M +3 -2 src/qtquick/quickquestionlistener.cpp https://invent.kde.org/frameworks/knewstuff/commit/e9e0e3faa986757ba096dbe599468f395b3461d3 -- You are receiving this mail because: You are watching all bug changes.
