Git commit c936b8a489a5139ed36fb8ec56a5bd07ff542bba by Alvin Wong.
Committed on 22/06/2021 at 09:58.
Pushed by alvinwong into branch 'master'.
Disable PyKrita cleanup again to prevent crash
Cleaning up on qApp::aboutToQuit still causes crashes for some, see:
https://invent.kde.org/graphics/krita/
Git commit a0c29913114164ff3f2ba4e255ccee1c52cb3e86 by Alvin Wong.
Committed on 19/06/2021 at 08:32.
Pushed by alvinwong into branch 'master'.
Fix PyKrita cleanup using qApp::aboutToQuit to prevent crash
Suspecting that we can't have Python clean up its QObject's inside
QCoreApplication's destruc
In my understanding, it is not so much of the random destruction order
or QObject's, but that all QObject's in Python has to be destructed
before QCoreApplication. PyQt already solved it if the QCoreApplication
is created from the Python side, by ensuring all QObject's destruction
before QCoreAppli
Could there be a more proper way to fix this? Perhaps we should
explicitly unload the KritaPyQtPlugin before destructing KisApplication?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1874096
Title: