<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div><blockquote type="cite" class=""><div class="">On 8 Jul 2017, at 22:59, Damon Lynch <<a href="mailto:damonlynch@gmail.com" class="">damonlynch@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class=""><div class=""><div class="">Hi,<br class=""><br class=""></div>Is anyone else having their python3 / PyQt5 application crash on exit every time when run with Fedora 25 and 26's version of PyQt5? (All updates are installed; Fedora 24 is fine). Installing PyQt5 from PyPi resolves the problem. If others also note the problem I'm inclined to file a bug report.<br class=""></div></div></div></div></blockquote><div><br class=""></div><div><br class=""></div>I see this issue on Fedora and Mac OS X, probable Windows as well but its as good at reporting the problem.</div><div><br class=""></div><div>From what I have found out the problem is that when you delete a python object it will clean up related objects in any old order.</div><div>But the C++ Qt Objects must be deleted in a specific order.</div><div><br class=""></div><div>I have on my todo list to write the delete code for one of my larger Qt Windows to attempt to avoid this</div><div>for SCM Workbench. I see that it is only after certain UI elements are create that the crash happens on exit.</div><div><br class=""></div><div>Barry</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class=""><div class=""><br class=""></div>Thanks<br class=""></div>Damon<br clear="all" class=""><div class=""><div class=""><div class=""><div class=""><div class=""><br class="">-- <br class=""><div class="gmail_signature" data-smartmail="gmail_signature"><a href="http://www.damonlynch.net/" target="_blank" class="">http://www.damonlynch.net</a><div class=""></div><div class=""></div><div class=""></div></div>
</div></div></div></div></div></div>
_______________________________________________<br class="">PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" class="">PyQt@riverbankcomputing.com</a><br class=""><a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" class="">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></div></blockquote></div><br class=""></body></html>