https://bugs.kde.org/show_bug.cgi?id=464624
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |eworks/knewstuff/commit/e9e |eworks/knewstuff/commit/c8e |0e3faa986757ba096dbe599468f |5b36e190f8b71ac14e3afd403de |395b3461d3 |bdbe3cf9a8 --- Comment #12 from Christoph Cullmann <cullm...@kde.org> --- Git commit c8e5b36e190f8b71ac14e3afd403debdbe3cf9a8 by Christoph Cullmann, on behalf of David Edmundson. Committed on 30/01/2023 at 19:39. Pushed by cullmann into branch 'kf5'. 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. (cherry picked from commit e9e0e3faa986757ba096dbe599468f395b3461d3) M +3 -2 src/qtquick/quickquestionlistener.cpp https://invent.kde.org/frameworks/knewstuff/commit/c8e5b36e190f8b71ac14e3afd403debdbe3cf9a8 -- You are receiving this mail because: You are watching all bug changes.