Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-19079

Crash when editing code in Qt Quick Designer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • Qt Creator 4.5.0-rc1
    • Qt Creator 4.3.1, Qt Creator 4.4.1, Qt Creator 4.6.0-beta1
    • Quick Designer
    • None

    Description

      Open the attached project (todo-list.zip) and follow the steps in the attached video (2017-10-11 15-56-04.flv).

      short backtrace
      1  RaiseException                                                                                                                           KERNELBASE                          0x7ffd94ee9e08 
      2  CxxThrowException                                                                                                                        VCRUNTIME140D                       0x7ffd7aca7d20 
      3  QmlDesigner::Internal::ModelPrivate::selectedNodes                                                                                       model.cpp                      1480 0x7ffd4d484dc9 
      4  QmlDesigner::AbstractView::hasSingleSelectedModelNode                                                                                    abstractview.cpp               420  0x7ffd4d43bdaa 
      5  QmlDesigner::SelectionContext::singleNodeIsSelected                                                                                      selectioncontext.cpp           53   0x7ffd4d53ee3b 
      6  QmlDesigner::SourceToolAction::isVisible                                                                                                 sourcetool.cpp                 105  0x7ffd4d644274 
      7  QmlDesigner::SourceToolAction::isEnabled                                                                                                 sourcetool.cpp                 113  0x7ffd4d644243 
      8  QmlDesigner::AbstractAction::updateContext                                                                                               abstractaction.cpp             61   0x7ffd4d53df07 
      9  QmlDesigner::AbstractAction::currentContextChanged                                                                                       abstractaction.cpp             55   0x7ffd4d53de84 
      10 QmlDesigner::DesignerActionManagerView::setupContext                                                                                     designeractionmanagerview.cpp  174  0x7ffd4d53d94f 
      11 QmlDesigner::DesignerActionManagerView::propertiesRemoved                                                                                designeractionmanagerview.cpp  77   0x7ffd4d53d528 
      12 QmlDesigner::Internal::ModelPrivate::notifyPropertiesRemoved                                                                             model.cpp                      816  0x7ffd4d47f255 
      13 QmlDesigner::Internal::ModelPrivate::removeProperty                                                                                      model.cpp                      1536 0x7ffd4d4858e8 
      14 QmlDesigner::VariantProperty::setValue                                                                                                   variantproperty.cpp            74   0x7ffd4d4af636 
      15 QmlDesigner::Internal::ModelAmender::shouldBeVariantProperty                                                                             texttomodelmerger.cpp          1789 0x7ffd4d4cdd7f 
      16 QmlDesigner::Internal::TextToModelMerger::syncVariantProperty                                                                            texttomodelmerger.cpp          1463 0x7ffd4d4ca6a8 
      17 QmlDesigner::Internal::TextToModelMerger::syncScriptBinding                                                                              texttomodelmerger.cpp          1289 0x7ffd4d4c941d 
      18 QmlDesigner::Internal::TextToModelMerger::syncNode                                                                                       texttomodelmerger.cpp          1126 0x7ffd4d4c7ff6 
      19 QmlDesigner::Internal::TextToModelMerger::syncNodeListProperty                                                                           texttomodelmerger.cpp          1474 0x7ffd4d4ca785 
      20 QmlDesigner::Internal::TextToModelMerger::syncNode                                                                                       texttomodelmerger.cpp          1175 0x7ffd4d4c889f 
      21 QmlDesigner::Internal::TextToModelMerger::load                                                                                           texttomodelmerger.cpp          981  0x7ffd4d4c6956 
      22 QmlDesigner::RewriterView::amendQmlText                                                                                                  rewriterview.cpp               432  0x7ffd4d446436 
      23 QtPrivate::FunctorCall<QtPrivate::IndexesList<>,QtPrivate::List<>,void,void (__cdecl QmlDesigner::RewriterView:: *)(void) __ptr64>::call qobjectdefs_impl.h             136  0x7ffd4d449dcc 
      24 QtPrivate::FunctionPointer<void (__cdecl QmlDesigner::RewriterView:: *)(void) __ptr64>::call<QtPrivate::List<>,void>                     qobjectdefs_impl.h             170  0x7ffd4d446a77 
      25 QtPrivate::QSlotObject<void (__cdecl QmlDesigner::RewriterView:: *)(void) __ptr64,QtPrivate::List<>,void>::impl                          qobject_impl.h                 121  0x7ffd4d44b50e 
      26 QtPrivate::QSlotObjectBase::call                                                                                                         qobject_impl.h                 101  0x72532428     
      27 QMetaObject::activate                                                                                                                    qobject.cpp                    3754 0x72520ee0     
      28 QMetaObject::activate                                                                                                                    qobject.cpp                    3629 0x725207a8     
      29 QTimer::timeout                                                                                                                          moc_qtimer.cpp                 202  0x7253f739     
      30 QTimer::timerEvent                                                                                                                       qtimer.cpp                     257  0x7253f79a     
      31 QObject::event                                                                                                                           qobject.cpp                    1228 0x72522b73     
      32 QApplicationPrivate::notify_helper                                                                                                       qapplication.cpp               3722 0x7301b8ee     
      33 QApplication::notify                                                                                                                     qapplication.cpp               3094 0x73016323     
      34 QCoreApplication::notifyInternal2                                                                                                        qcoreapplication.cpp           1018 0x724cb0c6     
      35 QCoreApplication::sendEvent                                                                                                              qcoreapplication.h             233  0x724d6062     
      36 QEventDispatcherWin32Private::sendTimerEvent                                                                                             qeventdispatcher_win.cpp       448  0x725898cd     
      37 qt_internal_proc                                                                                                                         qeventdispatcher_win.cpp       241  0x72586bac     
      38 CallWindowProcW                                                                                                                          USER32                              0x7ffd9552bc50 
      39 DispatchMessageW                                                                                                                         USER32                              0x7ffd9552b5cf 
      40 QEventDispatcherWin32::processEvents                                                                                                     qeventdispatcher_win.cpp       628  0x7258755b     
      41 QWindowsGuiEventDispatcher::processEvents                                                                                                qwindowsguieventdispatcher.cpp 74   0x7ffd6eb8a504 
      42 QEventLoop::processEvents                                                                                                                qeventloop.cpp                 135  0x724c5498     
      43 QEventLoop::exec                                                                                                                         qeventloop.cpp                 212  0x724c56de     
      44 QCoreApplication::exec                                                                                                                   qcoreapplication.cpp           1291 0x724c8d6f     
      45 QGuiApplication::exec                                                                                                                    qguiapplication.cpp            1680 0x7ffd67932008 
      46 QApplication::exec                                                                                                                       qapplication.cpp               2911 0x73015e2a     
      47 main                                                                                                                                     main.cpp                       535  0x7ff68dfcab9d 
      48 WinMain                                                                                                                                  qtmain_win.cpp                 104  0x7ff68dfd393d 
      49 invoke_main                                                                                                                              exe_common.inl                 107  0x7ff68dfd1b2d 
      50 __scrt_common_main_seh                                                                                                                   exe_common.inl                 283  0x7ff68dfd1a57 
      51 __scrt_common_main                                                                                                                       exe_common.inl                 326  0x7ff68dfd191e 
      52 WinMainCRTStartup                                                                                                                        exe_winmain.cpp                17   0x7ff68dfd1ba9 
      53 BaseThreadInitThunk                                                                                                                      KERNEL32                            0x7ffd95682774 
      54 RtlUserThreadStart                                                                                                                       ntdll                               0x7ffd98030d51 
      

      Attachments

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

        Activity

          People

            thohartm Thomas Hartmann
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes