Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-34806

Windows/Quick2: Autotest tst_examples frequently crashes in CI

    XMLWordPrintable

Details

    • e1b51ed1dbe88a21dadc1680e75e3a4fe229277d (qtdeclarative/release, 18.11.2013, 5.2..0 RC)

    Description

      http://testresults.qt-project.org/qtmetrics/autoteststatus/index.html of 12.11.2013 and previous shows that the test frequently crashes on Windows (various builds, MSVC2010/32 as well as MSVC2012/64). The last successful example is apparently qml-i18n.qml

      So far, this neither locally reproduceable nor by logging into the CI machines, so the assumption is that something fails under load.
      I am wondering about the below code:

        QScopedPointer<QObject> object(component.beginCreate(engine.rootContext()));
          QQuickItem *root = qobject_cast<QQuickItem *>(object.data());
          if (!root)
              component.completeCreate();
          QVERIFY(root);
      

      If root is 0, is there any point in still calling component.completeCreate() ? - Why is it not simply calling create()?

      Attachments

        Issue Links

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

          Activity

            People

              sletta Gunnar Sletta
              kleint Friedemann Kleint
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes