Uploaded image for project: 'Qt 3D Studio'
  1. Qt 3D Studio
  2. QT3DS-3077

crash while read properties at a DataInput object

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • Qt 3D Studio 2.3 BETA2
    • Qt 3D Studio 2.3
    • Runtime 2.x
    • None
    • Windows
    • ab2cae99ef09d386eecbb3e6183d909738621a28 , 2f03c5efb074aeec6f2ee45ed6583234d0f62e95

    Description

      A crash happens if you use DataInput inside a Presentation object inside the Qt Design Studio

      Studio3D {
        id: studio3D
        anchors.fill: parent
      
        ViewerSettings {
          scaleMode: ViewerSettings.ScaleModeFit
        }
      
        Presentation {
          id: scene
          source: "./RobotArm3D/RobotArm3D.uia"
          DataInput {
            name: "arm1Rot"
            value: scene.arm1RotVal
          }
        }
      }
      
      

       

      Trace:

      [Inline Frame] Qt53DStudioRuntime2.dll!QScopedPointer<QObjectData,QScopedPointerDeleter<QObjectData> >::operator->() Line 118 C++
      [Inline Frame] Qt53DStudioRuntime2.dll!qGetPtrHelper(const QScopedPointer<QObjectData,QScopedPointerDeleter<QObjectData> > &) Line 1038 C++
      [Inline Frame] Qt53DStudioRuntime2.dll!Q3DSPresentation::d_func() Line 138 C++
      [Inline Frame] Qt53DStudioRuntime2.dll!Q3DSPresentationPrivate::get(Q3DSPresentation *) Line 121 C++
      Qt53DStudioRuntime2.dll!Q3DSDataInput::max() Line 240 C++
      Qt53DStudioRuntime2.dll!Q3DSDataInput::qt_static_metacall(QObject * _o, QMetaObject::Call _c, int _id, void * * _a) Line 163 C++
      Qt5Qml.dll!QQmlPropertyData::readPropertyWithArgs(QObject * target, void * * args) Line 338 C++
      Qt5Qml.dll!QQmlPropertyPrivate::readValueProperty() Line 1075 C++
      Qt5Qml.dll!QQmlProperty::read() Line 987 C++
      Qt5Quick.dll!QQuickDesignerCustomObjectData::populateResetHashes() Line 171 C++
      Qt5Quick.dll!QQuickDesignerCustomObjectData::QQuickDesignerCustomObjectData(QObject * object) Line 66 C++
      Qt5Quick.dll!QQuickDesignerCustomObjectData::registerData(QObject * object) Line 77 C++
      

      Qt Design Studio used nightly build 3d runtime from 12-Feb-2019 (packages/jenkins/qt3d-runtime/2.3.0/latest/qt3d-runtime)

      Attachments

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

        Activity

          People

            jakangas Janne Kangas
            tjenssen Tim Jenssen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes