Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-1349

QQmlAbstractUrlInterceptor causes deadlock

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.15.1
    • 5.14.1, 5.14.2, 5.15.0, 5.14.2.1, 5.14.2.2
    • PySide
    • 5f7b909e597c9dddbc4f9979910c2b0f026755fb (pyside/pyside-setup/5.15)

    Description

      Setting a QQmlAbstractUrlInterceptor causes the Python interpreter to deadlock.

       

      Steps to reproduce:

      bash
      $ pip install PySide2==5.14.1
      $ python repro.py sample.qml
      Done! <PySide2.QtQml.QQmlComponent(0x559ab3a57b50) at 0x7fcb194b1608>
      $ pip install PySide2==5.14.2
      $ python repro.py sample.qml
      [hangs until killed]
      $ pip install PySide2==5.15.0
      $ python repro.py sample.qml
      [hangs until killed]
      

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            crmaurei Cristian Maureira-Fredes
            brian_atakama Brian Cefali
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes