[PyQt] Qt 5.13: Segfault on exit with Windows + QtWebEngine

Florian Bruhin me at the-compiler.org
Sat Jul 13 16:43:19 BST 2019


With a quite minimal QtWebEngine example like this:

    from PyQt5.QtWebEngineWidgets import QWebEngineProfile
    from PyQt5.QtWidgets import QApplication
    from PyQt5.QtCore import QTimer

    qapp = QApplication([])
    p = QWebEngineProfile()
    QTimer.singleShot(500, qapp.quit)
    qapp.exec_()

I get a segfault on exit with Python 3.7.4 and PyQt5/PyQtWebEngine 5.13.0
on Windows 10.

When I downgrade to PyQt5 5.12.3 and PyQtWebEngine 5.12.1 things work fine.

Unfortunately I haven't been able to get a reliable stacktrace. Here are some
examples of the stacks I got: https://paste.the-compiler.org/view/5774da86
I don't think they really make sense though.

Florian

-- 
https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
         I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190713/ec0ed5c2/attachment.sig>


More information about the PyQt mailing list