[Interest] Bug?

Etienne Sandré-Chardonnal etienne.sandre at m4x.org
Wed Apr 29 15:56:04 CEST 2015


Hi,

The following code works:
for(QMap<int, SceneData>::const_iterator it=scenes.begin(); it!=scenes.end
();++it)

{

	ui->sceneListbox->addItem(it->codeName, it.key());

}


While this one crashes on addItem (begin() => cbegin() and end() => cend() )
for(QMap<int, SceneData>::const_iterator it=scenes.cbegin(); it!=scenes.cend
();++it)

{

	ui->sceneListbox->addItem(it->codeName, it.key());

}



The SceneData class is a struct without any methods:
struct SceneData

{

	QString prettyName;

	QString codeName;

	QString path;

	QString material;

	int spp;

	QByteArray thumb;


	bool deleteFlag;

	bool updateFlag;


	//mapped by database id

	QMap<int, ViewpointData> viewpoints;

	QMap<int, EnvironmentData> environments;

};



The ViewpointData and EnvironmentData being simple structs with QString,
QByteArray and float members, without any methods.

Could this be a Qt bug? I'm using Qt 5.4.1 with MinGW x64 4.9.1

The backtrace is attached

Thanks!

Etienne
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20150429/d84e79eb/attachment.html>
-------------- next part --------------

Thread 9 (Thread 5904.0x23d0):
#0  0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x000007fefbfea8af in timeEndPeriod () from C:\Windows\system32\winmm.dll
No symbol table info available.
#2  0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
No symbol table info available.
#3  0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 8 (Thread 5904.0x208c):
#0  0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x000007fefcf81430 in KERNELBASE!GetCurrentProcess () from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2  0x0000000000000001 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 7 (Thread 5904.0x1978):
#0  0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x000007fefcf81430 in KERNELBASE!GetCurrentProcess () from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2  0x0000000000000001 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 6 (Thread 5904.0x1510):
#0  0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x000007fefcf81430 in KERNELBASE!GetCurrentProcess () from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2  0x0000000000000001 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 5 (Thread 5904.0x1558):
#0  0x00000000770e15fa in ntdll!ZwDelayExecution () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x000007fefcf81203 in SleepEx () from C:\Windows\system32\KernelBase.dll
No symbol table info available.
#2  0x000007fefd5301d0 in ole32!ObjectStublessClient24 () from C:\Windows\system32\ole32.dll
No symbol table info available.
#3  0x000007fefd530106 in ole32!ObjectStublessClient24 () from C:\Windows\system32\ole32.dll
No symbol table info available.
#4  0x000007fefd530182 in ole32!ObjectStublessClient24 () from C:\Windows\system32\ole32.dll
No symbol table info available.
#5  0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
No symbol table info available.
#6  0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#7  0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 4 (Thread 5904.0xb30):
#0  0x00000000770e2bba in ntdll!ZwWaitForWorkViaWorkerFactory () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x00000000770afe3b in ntdll!RtlValidateHeap () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#2  0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
No symbol table info available.
#3  0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 3 (Thread 5904.0x1988):
#0  0x00000000770e2bba in ntdll!ZwWaitForWorkViaWorkerFactory () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x00000000770afe3b in ntdll!RtlValidateHeap () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#2  0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
No symbol table info available.
#3  0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 2 (Thread 5904.0x1dc0):
#0  0x00000000770e186a in ntdll!ZwWaitForMultipleObjects () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#1  0x00000000770ab037 in ntdll!TpIsTimerSet () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#2  0x0000000076f859ed in KERNEL32!BaseThreadInitThunk () from C:\Windows\system32\kernel32.dll
No symbol table info available.
#3  0x00000000770bc541 in ntdll!RtlUserThreadStart () from C:\Windows\SYSTEM32\ntdll.dll
No symbol table info available.
#4  0x0000000000000000 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 1 (Thread 5904.0xe1c):
#0  0x000000006bafb408 in load<int> (_q_value=@0xabababababababab: <error reading variable>) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/thread/qgenericatomic.h:90
No locals.
#1  QBasicAtomicInteger<int>::load (this=0xabababababababab) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/thread/qbasicatomic.h:110
No locals.
#2  0x000000006baef2f8 in QtPrivate::RefCount::ref (this=0xabababababababab) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/tools/qrefcount.h:49
        count = 0
#3  0x000000006babd9e5 in QString::QString (this=0x223df0, other=...) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/tools/qstring.h:812
No locals.
#4  0x000000006ba3f742 in v_construct<QString> (x=0x223df0, t=...) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/5.4.1/QtCore/private/../../../../../src/corelib/kernel/qvariant_p.h:137
No locals.
#5  0x000000006b9c9c31 in QVariant::QVariant (this=0x223df0, val=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qvariant.cpp:1545
No locals.
#6  0x0000000000e98d48 in QStandardItem::setText (this=0x16d3bfa0, atext=...) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/src/gui/itemmodels/qstandarditemmodel.h:243
No locals.
#7  0x0000000000e0e1f7 in QStandardItem::QStandardItem (this=0x16d3bfa0, text=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\itemmodels\qstandarditemmodel.cpp:713
        d = 0x184d3190
#8  0x0000000009942303 in QComboBox::insertItem (this=0x16d362a0, index=3, icon=..., text=..., userData=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qcombobox.cpp:2194
        item = 0xe11bb0 <QStandardItemModel::rowCount(QModelIndex const&) const+68>
        m = 0x16d36b20
        d = 0x16d36300
        itemCount = 3
#9  0x0000000000439776 in QComboBox::insertItem (this=0x16d362a0, aindex=3, atext=..., auserData=...) at ../../../Qt/Desktop/Qt/5.4.1/include/QtWidgets/qcombobox.h:268
No locals.
#10 0x00000000004397ec in QComboBox::addItem (this=0x16d362a0, atext=..., auserData=...) at ../../../Qt/Desktop/Qt/5.4.1/include/QtWidgets/qcombobox.h:261
No locals.
#11 0x0000000000418f9e in AdminDialog::reloadScenes (this=0x14740a50) at ..\agc-ms\admindialog.cpp:120
        it = {i = 0x1839f6a8}
#12 0x000000000041b016 in AdminDialog::showEvent (this=0x14740a50) at ..\agc-ms\admindialog.cpp:348
No locals.
#13 0x000000000985a8be in QWidget::event (this=0x14740a50, event=0x224bc0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:8871
        d = 0x14740eb0
#14 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x14740a50, e=0x224bc0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720
        consumed = false
#15 0x0000000009820c00 in QApplication::notify (this=0x22fd50, receiver=0x14740a50, e=0x224bc0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3685
        d = 0x3f7620
        __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
        res = false
#16 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x14740a50, event=0x224bc0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935
        threadData = 0x3f77d0
        loopLevelCounter = {threadData = 0x3f77d0}
        result = false
        cbdata = {0x14740a50, 0x224bc0, 0x224b1f}
        d = 0x14740eb0
#17 0x0000000009bc7e15 in QCoreApplication::sendEvent (receiver=0x14740a50, event=0x224bc0) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:228
No locals.
#18 0x0000000009857b17 in QWidgetPrivate::show_helper (this=0x14740eb0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:7785
        q = 0x14740a50
        isEmbedded = false
        showEvent = {<QEvent> = {_vptr.QEvent = 0x1091610 <vtable for QShowEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 17, posted = 0, spont = 0, m_accept = 1, reserved = 4}, <No data fields>}
#19 0x0000000009858b28 in QWidget::setVisible (this=0x14740a50, visible=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:8086
        d = 0x14740eb0
        pw = 0x22fcc0
        wasResized = true
        initialWindowState = {i = 0}
        needUpdateGeometry = false
        showToParentEvent = {_vptr.QEvent = 0x2b, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 4064, posted = 0, spont = 0, m_accept = 1, reserved = 654}
#20 0x0000000009a2c620 in QDialog::setVisible (this=0x14740a50, visible=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\dialogs\qdialog.cpp:727
        fw = 0x1
        event = {_vptr.QAccessibleEvent = 0x224e30, m_type = 343150080, m_object = 0x224dd0, {m_child = 16454757, m_uniqueId = 16454757}}
        d = 0x14740eb0
        theme = 0x1
#21 0x0000000009857491 in QWidget::show (this=0x14740a50) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:7638
        defaultState = Qt::WindowNoState
#22 0x0000000009a2bc5b in QDialog::exec (this=0x14740a50) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\dialogs\qdialog.cpp:533
        __PRETTY_FUNCTION__ = "virtual int QDialog::exec()"
        guard = {wp = {d = 0x1, value = 0x224f68}}
        d = 0x14740eb0
        deleteOnClose = false
        wasShowModal = true
        res = 1809471752
#23 0x0000000000404267 in MainWindow::openAdmin (this=0x22fcc0) at ..\agc-ms\mainwindow.cpp:249
No locals.
#24 0x000000000041d283 in MainWindow::qt_static_metacall (_o=0x22fcc0, _c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x225160) at debug\moc_mainwindow.cpp:94
        _t = 0x22fcc0
#25 0x000000006b9befb0 in QMetaObject::activate (sender=0x16d74ee0, signalOffset=3, local_signal_index=1, argv=0x225160) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qobject.cpp:3716
        receiverInSameThread = true
        sw = {receiver = 0x22fcc0, previousSender = 0x0, currentSender = {sender = 0x16d74ee0, signal = 4, ref = 1}, switched = true}
        callFunction = 0x41d1d0 <MainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>
        receiver = 0x22fcc0
        method_relative = 4
        c = 0x16d753c0
        last = 0x16c9cfc0
        locker = {val = 1809471752}
        connectionLists = {connectionLists = 0x16d75440}
        list = 0x183c1bf8
        signal_index = 4
        empty_argv = {0x0}
        currentThreadId = 0xe1c
        __PRETTY_FUNCTION__ = "static void QMetaObject::activate(QObject*, int, int, void**)"
#26 0x000000006b9be76a in QMetaObject::activate (sender=0x16d74ee0, m=0x9cef000 <__data_start__>, local_signal_index=1, argv=0x225160) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qobject.cpp:3582
No locals.
#27 0x0000000009814ae7 in QAction::triggered (this=0x16d74ee0, _t1=false) at .moc/debug/moc_qaction.cpp:360
        _a = {0x0, 0x225188}
#28 0x0000000009813fcc in QAction::activate (this=0x16d74ee0, event=QAction::Trigger) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qaction.cpp:1167
        guard = {wp = {d = 0x14676560, value = 0x16d74ee0}}
        d = 0x16d750a0
#29 0x00000000099a8892 in QMenuPrivate::activateCausedStack (this=0x18413190, causedStack=..., action=0x16d74ee0, action_e=QAction::Trigger, self=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:1003
        guard = {block = @0x18413371, reset = false}
#30 0x00000000099a8c2e in QMenuPrivate::activateAction (this=0x18413190, action=0x16d74ee0, action_e=QAction::Trigger, self=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:1080
        q = 0x22a8c0
        inWhatsThisMode = false
        causedStack = {<QListSpecialMethods<QPointer<QWidget> >> = {<No data fields>}, {p = {static shared_null = {ref = {atomic = {_q_value = -1}}, alloc = 0, begin = 0, end = 0, array = {0x0}}, d = 0x6bb48fb0 <QListData::shared_null>}, d = 0x6bb48fb0 <QListData::shared_null>}}
#31 0x00000000099ad0dd in QMenu::mouseReleaseEvent (this=0x22a8c0, e=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:2403
        d = 0x18413190
        action = 0x16d74ee0
#32 0x0000000009859d52 in QWidget::event (this=0x22a8c0, event=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:8656
        d = 0x18413190
#33 0x00000000099ad855 in QMenu::event (this=0x22a8c0, e=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:2516
        d = 0x18413190
#34 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x22a8c0, e=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720
        consumed = false
#35 0x000000000981ed24 in QApplication::notify (this=0x22fd50, receiver=0x22a8c0, e=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3280
        me = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1091c70 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 7}, modState = {i = 0}, ts = 5836}, l = {xp = 66, yp = 117}, w = {xp = 66, yp = 117}, s = {xp = 2947, yp = 655}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}}
        w = 0x22a8c0
        mouse = 0x2260f0
        eventAccepted = true
        relpos = {xp = 66, yp = 117}
        pw = {wp = {d = 0x14686300, value = 0x22a8c0}}
        d = 0x3f7620
        __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
        res = false
#36 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x22a8c0, event=0x2260f0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935
        threadData = 0x3f77d0
        loopLevelCounter = {threadData = 0x3f77d0}
        result = false
        cbdata = {0x22a8c0, 0x2260f0, 0x225f2f}
        d = 0x18413190
#37 0x0000000009bc7d95 in QCoreApplication::sendSpontaneousEvent (receiver=0x22a8c0, event=0x2260f0) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
No locals.
#38 0x000000000981d562 in QApplicationPrivate::sendMouseEvent (receiver=0x22a8c0, event=0x2260f0, alienWidget=0x0, nativeWidget=0x22a8c0, buttonDown=0x9ebd250 <qt_button_down>, lastMouseReceiver=..., spontaneous=true) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:2751
        alienGuard = {wp = {d = 0x0, value = 0x0}}
        receiverGuard = {wp = {d = 0x14686300, value = 0x22a8c0}}
        nativeGuard = {wp = {d = 0x14686300, value = 0x22a8c0}}
        activePopupWidget = {wp = {d = 0x14686300, value = 0x22a8c0}}
        graphicsWidget = false
        widgetUnderMouse = true
        wasLeaveAfterRelease = false
        result = false
#39 0x00000000098700ec in QWidgetWindow::handleMouseEvent (this=0x18412450, event=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidgetwindow.cpp:442
        receiver = 0x22a8c0
        widgetPos = {xp = 66, yp = 117}
        alien = 0x0
        e = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1091c70 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 0}, modState = {i = 0}, ts = 5836}, l = {xp = 66, yp = 117}, w = {xp = 66, yp = 117}, s = {xp = 2947, yp = 655}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}}
        popupChild = 0x0
        activePopupWidget = 0x22a8c0
        popup = 0x22a8c0
        mapped = {xp = 66, yp = 117}
        releaseAfter = true
        oldOpenPopupCount = 1
        contextMenuTrigger = QEvent::MouseButtonRelease
        widget = 0x0
        mapped = {xp = 0, yp = 0}
        receiver = 0x22a8c0
#40 0x000000000986f6c7 in QWidgetWindow::event (this=0x18412450, event=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidgetwindow.cpp:210
No locals.
#41 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x18412450, e=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720
        consumed = false
#42 0x000000000981e4e8 in QApplication::notify (this=0x22fd50, receiver=0x18412450, e=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3164
        d = 0x3f7620
        __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
        res = false
#43 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x18412450, event=0x226cf0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935
        threadData = 0x3f77d0
        loopLevelCounter = {threadData = 0x3f77d0}
        result = false
        cbdata = {0x18412450, 0x226cf0, 0x226bdf}
        d = 0x183c2270
#44 0x0000000000eba695 in QCoreApplication::sendSpontaneousEvent (receiver=0x18412450, event=0x226cf0) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
No locals.
#45 0x0000000000b4941f in QGuiApplicationPrivate::processMouseEvent (e=0x183c9380) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1771
        type = QEvent::MouseButtonRelease
        stateChange = {i = 1}
        window = 0x18412450
        globalPoint = {xp = 2947, yp = 655}
        button = Qt::LeftButton
        doubleClick = false
        localPoint = {xp = 66, yp = 117}
        frameStrut = false
        ev = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1091c70 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 4}, modState = {i = 0}, ts = 5836}, l = {xp = 66, yp = 117}, w = {xp = 66, yp = 117}, s = {xp = 2947, yp = 655}, b = Qt::LeftButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}}
#46 0x0000000000b48a54 in QGuiApplicationPrivate::processWindowSystemEvent (e=0x183c9380) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1573
        __PRETTY_FUNCTION__ = "static void QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)"
#47 0x0000000000b3b4ae in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qwindowsysteminterface.cpp:572
        event = 0x183c9380
        nevents = 1
#48 0x00000000628616a7 in QWindowsGuiEventDispatcher::sendPostedEvents (this=0x3f7a60) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\plugins\platforms\windows\qwindowsguieventdispatcher.cpp:82
No locals.
#49 0x000000006b9e70e4 in qt_internal_proc (hwnd=0x2c05dc, message=1025, wp=0, lp=0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventdispatcher_win.cpp:412
        localSerialNumber = 916
        msg = {hwnd = 0x2c05dc, message = 1025, wParam = 0, lParam = 0, time = 1025, pt = {x = 0, y = -139264}}
        q = 0x3f7a60
        dispatcher = 0x3f7a60
        result = 0
        d = 0x146739a0
#50 0x0000000076e89bd1 in USER32!TranslateMessageEx () from C:\Windows\system32\user32.dll
No symbol table info available.
#51 0x0000000076e898da in USER32!TranslateMessage () from C:\Windows\system32\user32.dll
No symbol table info available.
#52 0x000000006b9e8a31 in QEventDispatcherWin32::processEvents (this=0x3f7a60, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventdispatcher_win.cpp:806
        nCount = 0
        msg = {hwnd = 0x2c05dc, message = 1025, wParam = 0, lParam = 0, time = 75587679, pt = {x = 2947, y = 655}}
        haveMessage = true
        waitRet = 0
        pHandles = {0x183c2710, 0xc0fd37 <QTextEngine::LayoutData::~LayoutData()+83>, 0x227530, 0x0, 0x0, 0x1, 0x2273e0, 0xbfd312 <QFontMetricsF::~QFontMetricsF()+24>, 0x229e30, 0x100000012, 0x0, 0x1, 0x227470, 0xd1b8fc <qt_format_text(QFont const&, QRectF const&, int, QTextOption const*, QString const&, QRectF*, int, int*, int, QPainter*)+6136>, 0x229e30, 0x0, 0x0, 0x405c400000000000, 0x4030000000000000, 0x600000005, 0x0, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x405c400000000000, 0x4030000000000000, 0x183c2fc0, 0x0, 0x0, 0xffffffffffffffff, 0xffffffff, 0x16d74e70, 0x183c2710, 0x1ffff, 0x16d9f700, 0x0, 0x0, 0x101, 0x0, 0xbff0000000000000, 0x0, 0x1c4000001340, 0x0, 0x0, 0x7, 0x227530, 0x6bb48fb0 <QListData::shared_null>, 0x6bb48fb0 <QListData::shared_null>, 0x6bb48fb0 <QListData::shared_null>, 0x0, 0x183c27a0, 0x1e400000500, 0x0, 0x2275a8, 0x2275d0, 0x2277d0, 0x2278d0, 0x2279d0, 0x227ad0}
        processedTimers = {a = 256, s = 0, ptr = 0x227590, {array = "�\005,\000\000\000\000\000\023\001\000\000\000\000\000\000����", '\000' <repeats 12 times>, "_`\201\004?\v\000\000\217\002\000\000\000\000\000\000�\005,\000\000\000\000\000\023\001\000\000\000\000\000\000����", '\000' <repeats 12 times>, "�_\201\004?\v\000\000\217\002", '\000' <repeats 486 times>, "$\000\000\000G\000\000\000P\000\000\000L\000\000\000Q\000\000\000L\000\000\000V\000\000\000W\000\000\000U\000\000\000D\000\000\000W\000\000\000R\000\000\000U\000\000\000\003\000\000\000P\000\000\000H\000\000\000Q\000\000\000X", '\000' <repeats 188 times>, "\002\000\000�\001\000\000�\002\000\000�\000\000\000�\001\000\000�\000\000\000\200\001\000\000\000\001\000\000@\001\000\000�\001\000\000\000\001\000\000�\001\000\000@\001\000\000\000\001\000\000�\002\000\000�\001\000\000�\001\000\000�\001", '\000' <repeats 442 times>, '\t' <repeats 13 times>, "\021\t\t\t\t", '\000' <repeats 103 times>, "\002\000\000\000\001\000\000@\001\000\000�\000\000\000\000\002\000\000\000\002", '\000' <repeats 19 times>, "\065<\030\000\000\000\000G�\rw", '\000' <repeats 76 times>, "\005\004\000\000\000\000\000\000\000\065<\030\000\000\000\000\020\065<\030", '\000' <repeats 24 times>, "\002\000\000\000\005\002\004\004\000\000\002\000\000\000\000\000\001\000\000\000\000\000\000\000\000\000\005\002\004\004", '\000' <repeats 30 times>, "@y<\030\000\000\000\000\000\065<\030", '\000' <repeats 12 times>, "\020\065<\030\000\000\000\000\000\000\000\000\177", '\000' <repeats 15 times>, "\036\000\000\000X\001?\000\000\000\000\000\000\065<\030\000\000\000\000G�\rw\000\000\000\000\a\000\000\000\000\000\000\000l\002?", '\000' <repeats 13 times>, "\177\000\000\000\000\000\000\000\001\000?\000\000\000\000\000\027\000\000\000\000\000\000\000\000\000\000@\000\000\000\000\003\000\000\005", '\000' <repeats 12 times>, "(\004\000\000\000\000\000\000\000\065<\030\000\000\000\000\020\065<\030\000\000\000\000T\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\020\000\004\004\000\000\002\000\027", '\000' <repeats 13 times>, "\017\000\220�K\030\000\000\000\000\060\002?\000\000\000\000\000\004\004\004\004\000\000\000\000\220�K\030", '\000' <repeats 13 times>, "\065<\030", '\000' <repeats 12 times>, "\020\065<\030\000\000\000\000\027\000\000\000\000\000\000\000G�\rw\000\000\000\000\060\002?\000\a\000\000\000�-�\026\000\000\000\000@�q\024\000\000\000\000X\001?\000\000\000\000\000\a\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\000\000?\000\000\000\000\000\177", '\000' <repeats 17 times>, "\070\030\000\000\000\000\000\065<\030\000\000\000\000\020\065<\030\000\000\000\000\000\004\004\004\000\000\000\000\003\000\000\005\000\000\000\000\000\000\000\000\002\000\000\000\220\065<\030\000\000\000\000�]�\026\001\000\000\000\060\002?\000\000\000\000\000\004\004\"\000\000\000\000\000\020", '\000' <repeats 23 times>, "@y<\030\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\220�K\030\000\000\000\000\002\000\000\000\177\000\000\000\060", '\000' <repeats 11 times>, "\036\000\000\000h\002?\000\000\000\000\000\000\065<\030\000\000\000\000G�\rw\000\000\000\000\a\000\000\000\000\000\000\000 at y<\030\000\000\000\000\020\065<\030\000\000\000\000X\001?\000\000\000\000\000`5<\030\000\000\000\000\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000\003\000\000\005", '\000' <repeats 12 times>, "\177\004\000\000\000\000\000\000\004\004\004\004\000\000\000\000\020\065<\030\000\000\000\000\002\000\004\006", '\000' <repeats 12 times>, "\004\004\004\004\000\000\000\000\020\000\004\004\000\000\002\000\027", '\000' <repeats 13 times>, "\020\000\220�K\030\000\000\000\000p\000\000\000\000\000\000\000\005\002\004\003\000\000\000\000\a", '\000' <repeats 15 times>, "P\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000\020\065<\030\000\000\000\000\027\000\000\000\000\000\000\000\220�K\030\000\000\000\000\060\002?\000\a\000\000\000h\002?\000\000\000\000\000\000\000?\000\000\000\000\000X\001?\000\000\000\000\000\a\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\020\065<\030\000\000\000\000\177\000\000\000\000\000\000\000`5<\030\000\000\000\000\000\000\070\030\000\000\000\000\060\002?\000\000\000\000\000\060\004?\000\000\000\000\000���\026\000\000\000\000���\026\000\000\000\000\005\002\004\003\000\000\000\000\220\065<\030", '\000' <repeats 12 times>, "\060\002?\000\000\000\000\000\004\004\004\004\000\000\000\000\020", '\000' <repeats 25 times>, "?\000\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\220�K\030\000\000\000\000\000\000?\000\000\000\000\000\060\000\000\000\000\000\000\000@\000\000\000\000\000\000\000h\002?\000\000\000\000\000\002\000\004\006\005\000\000\000 \201\"\000\000\000\000\000\000eg\024\000\000\000\000G�\rw\000\000\000\000\020\065<\030\000\000\000\000X\001?\000\000\000\000\000`5<\030\000\000\000\000\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000\215s\026w\000\000\000\000\000]�\026\000\000\000\000\003\000\000\005\000\000\000\000\027\000\000\000\000\000\000\000\000����\a\000\000\000eg\024\000\000\000\000\020eg\024\000\000\000\000\017\000\004\v\000\000\000\000\000\000\000\000\005\000\000\000���\026\000\000\000\000G�\rw", '\000' <repeats 12 times>, "p\000\000\000\000\000\005\000\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000?\000\000\000\000\000\003\000\000\005", '\000' <repeats 12 times>, "�\004\016w\000\000\000\000���\026\000\000\000\000���\026\000\000\000\000\002\000\004\006\000\000\000\000p", '\000' <repeats 15 times>, "\060?\004\004\000\000\002\000\020\065<\030\000\000\000\000\060\002?\000\000\000\004\000`5<\030\000\000\000\000\177\000\000\000\000\000\000\000\060\002?\000\000\000\000\000G�\rw\000\000\000\000\005\000\000\000\000\000\000\000���\026\000\000\000\000\000\000?\000\000\000\000\000���\026\000\000\000\000\000\000?\000\000\000\000\000\000\000\000P\000\000\000\000�4<\030\000\000\000\000G�\rw\000\000\000\000\006\000\004\004\002\000\000\000G�\rw\006\000\000\000\004", '\000' <repeats 15 times>, "\060T\032w\000\000\000\000\177", '\000' <repeats 31 times>, "\005\004\000\000\000\000\000\000�4<\030\000\000\000\000�4<\030\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000@\000\000\000\002\000\000\000\005\002\004\004\000\000\002\000\000\000\000\000\001\000\000\000\004\000\000\000\000\000\005\002\004\004", '\000' <repeats 14 times>, "�]�\026\000\000\000\000\060\002?\000\000\000\000\000 at y<\030\000\000\000\000�4<\030\000\000\000\000\020\060A\030\000\000\000\000�4<\030\000\000\000\000\000\000?\000\177\000\000\000�?\025w\000\000\000\000\000\000?\000 \000\000\000\000\000\000P\000\000\000\000\031\000\000\000\000\000\000\000\006\000\000\000\000\000\000\000\a\000\000\000\000\000\000\000X\001?", '\000' <repeats 13 times>, "\177\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\031", '\000' <repeats 15 times>, "\004", '\000' <repeats 11 times>, "\006\000\000\000\004\000\000\000\000\000\000\000\006\000\000\000\000\000\000\000c\001\000P\000\000\000\000\\\000\000\000\000\000\000\000\070r\026w\000\000\000\000\060\002?\000\000\000\000\000\020\000\000\000\000\000\000\000\031", '\000' <repeats 15 times>, "\220�K\030\000\000\000\000\060\002?\000\000\000\000\000�]�\026\000\000\000\000\220�K\030\000\000\000\000\060\002?\000\000\000\000\000\060\000\000\000\000\000\000\000\020\060A\030\000\000\000\000��\022w\000\000\000\000\031\000\000\000\000\000\000\000h\002?\000\000\000\000\000\060\002?\000\000\000\000\000\002\000\004\006\000\000\000\000\000\000?\000\005\000\000\000X\001?\000\000\000\000\000���\026\000\000\000\000\060\002?\000\000\000\000\000\000��\026\000\000\000\000p\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\000\000\070\030\000\000\000\000�]�\026\000\000\000\000���\026\000\000\000\000\000\000?\000\006\000\000\000c\001\000P\000\000\000\000\006\000\000\000\000\000\000\000p5<\030\000\000\000\000\004\004\004\004\000\000\000\000\060\002?\000\000\000\000\000\005\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\000����\a\000\000 ", '\000' <repeats 15 times>, "�\001", '\000' <repeats 14 times>, "\060\002?", '\000' <repeats 13 times>, "t\002?\000\000\000\000\000���\026\000\000\000\000l\002?\000\000\000\000\000\000\000?\000\000\000\000\000\006\000\004\002", '\000' <repeats 12 times>, "@y<\030\000\000\000\000�4<\030\000\000\000\000\060\002?\000\000\000\005\000 at 5<\030\000\000\000\000X\001?\000\000\000\000\000\060\002?\000\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\006\000\004\002\000\000\000\000\004\004\004\004\000\000\000\000���\026\000\000\000\000\002\000\004\006\000\000\000\000�]�\026\000\000\000\000\004\004\004\004", '\000' <repeats 20 times>, "\060\002?\000\000\000\000\000\005\000\000\000\000\000\000\000G�\rw\000\000\000\000\005\002\004\003�\a\000\000p\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\005\000\000\000\000\000\000\000P5<\030\000\000\000\000G�\rw\000\000\000\000\000]�\026\000\000\000\000c\001\000P\000\000\000\000\002\000\004\006\000\000\000\000�?\025w\000\000\000\000\000\000?\000\000\000\000\000�]�\026\000\000\000\000\000\000?", '\000' <repeats 21 times>, "\005\004�\026\000\000\000\000P5<\030\000\000\000\000`5<\030\000\000\000\000\000\000?\000\000\000\000\000/?\017w\000\000\000\000\000\000\000\000\002\000\000\000\005\002\004\004�\a\002\000\005\002\004\003\001\000\000\000c\001\000P\000\000\005\002\004\004?\000\000\000\000\000�]�\026\000\000\000\000c\001\000@\000\000\000\000\004?\025w\000\000\000\000 at y<\030\000\000\000\000P5<\030\000\000\000\000\060T\032w\000\000\000\000`5<\030\000\000\000\000\000\000\000\000\177\000\000\000\000\000?\000\000\000\000\000\000\000?\000\031\000\000\000\020\000\000\000\000\000\000\000\022\000\000\000\000\000\000\000�4\016w\000\000\000\000\a\000\000\000\000\000\000\000c\001\000P\000\000\000\000P�q\024\000\000\000\000\177", '\000' <repeats 15 times>, "\022\000\000\000\000\000\000\000\064\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\060\002?\000\000\000\000\000\005", '\000' <repeats 15 times>, "\003\000\000\005\000\000\000\000@\000\000\000\000\000\000\000\000\004���\a\000\000\000eg\024\000\000\000\000G�\rw\000\000\000\000\022", '\000' <repeats 15 times>, "\220�K\030\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\220�K\030\000\000\000\000\000T\032w\000\000\000\000\003\000\000\005", '\000' <repeats 13 times>, "\004?\000\000\000\000\000\000eg\024\000\000\000\000\020eg\024\000\000\000\000\060\002?\000\000\000\000\000`�q\024\000\000\000\000\000\000?\000\000\000\000\000X\001\004\004\000\000\002\000@\000\000\000\006\000\000\000\060\002?\000\000\000\005\000\000\000\000\000\000\000\000\000p\210\"\000\000\000\000\000\006\000\000\000\000\000\000\000\000\000\070\030\000\000\000\000\001\000?\000\000\000\000\000\000eg\024\000\000\000\000b\000\000@\000\000\000\000\020eg\024\000\000\000\000\004\000\000\000\000\000\000\000�5<\030\000\000\000\000\000\000?\000\005\000\000\000\060\002?\000\000\000\000\000\000\000?\000\000\000\000\000p\000\000\000\000\000\000\000\005\000\000\000\000\000\000\000\031", '\000' <repeats 15 times>, "\177", '\000' <repeats 25 times>, "?\000\000\000\000\000t\002?\000\000\000\000\000\060T\032w\000\000\000\000h\002?", '\000' <repeats 13 times>, "\060\000\000\000\000\000\000\000\000\000?\000\000\000\000\000 at y<\030\000\000\000\000`5<\030\000\000\000\000\006", '\000' <repeats 23 times>, "\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000\001\000\000\000\000\000\000\000\220�K\030\000\000\000\000\004\004\004\004\000\000\000\000\070\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000@\000\000\000\000\000\000\000\004\004\004\004\000\000\000\000��\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000X\001?\000\000\000\000\000\005\002\004\003\000\000\000\000\060\002?", '\000' <repeats 13 times>, "p", '\000' <repeats 15 times>, "\006", '\000' <repeats 15 times>, "@\000\000\000\000\000\000\000\000\000?\000\000\000\000\000c\001\000@\000\000\000\000@", '\000' <repeats 23 times>, "h\002?\000\000\000\000\000\000\000?\000\000\000\000\000p\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\005\000\000\000\000\000\000\000`�q\024\000\000\000\000\060\000\000\000\000\000\000\000 �q\024\000\000\000\000@\000\000\000\000\000\000\000\005\002\004\003\000\000\000\000\000\000?\000\000\000\000\000�]�\026\000\000\000\000h\002?\000\000\000\000\000\000\000?\000\000\000\000\000\001\000\000\000\000\000\000\000�]�\026\000\000\000\000�]�\026\000\000\000\000\020eg\024\000\000\000\000c\001\000P\000\000\000\000 at eg\024\000\000\000\000�?\"\000\000\000\000\000\060\002?\000\000\000\000\000\000\000?", '\000' <repeats 13 times>, "@\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000\000\000?", '\000' <repeats 13 times>, "�H\fw\000\000\000\000\004\004\004\004\000\000\000\000�]�\026\000\000\000\000\000\000?", '\000' <repeats 13 times>, "\a\000\000\000\000\000\000\000\005", '\000' <repeats 15 times>, "�\002?\000\005\000\000\000\022\000\000\000\000\000\000\000\000����\a\000\000p\000\000\000\000\000\000\000\"\000\000\000\000\000\000\000\005\000\000\000\000\000\000\000\020\065<\030\000\000\000\000\"\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000\006\000\004\002", '\000' <repeats 12 times>, "\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000?\000\000\000\000\000@", '\000' <repeats 15 times>, "�4\016w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\001\000\000\000\005\000\004\001\000\000\000\000p", '\000' <repeats 15 times>, " ?\"\000\000\000\000\000\002\000\004\006\000\000\000\000\020eg\024\000\000\000\000\220?\"\000\000\000\000\000�9�k\000\000\000\000\220?\"\000\000\000\000\000���k\000\000\000\000 mh\024\000\000\000\000\001\000\000\000\000\000\000\000\000\000?\000\000\000\000\000�?\025w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\002\000\004\006\000\000\000\000\000����\a\000\000�?\"\000\000\000\000\000�=�k\000\000\000\001\020?\"\000\000\000\000\000O��k\000\000\000\000\000\000?\000\000\000\000\000\001\000\000\000\000\000\000\000\060T\032w\000\000\000\000@", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\000����\a\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, "c\001\000P\000\000\000\000\001\000\000\000\000\000\000\000`5<\030\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000?\000\000\000\000\000\030", '\000' <repeats 15 times>, "�4\016w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P0\000\000\000\030\000\000\000\000\000\000\000P", '\000' <repeats 15 times>, " \215\"", '\000' <repeats 13 times>, "t\000r\000l\000+\000�5<\030", '\000' <repeats 12 times>, "\t\000\t\000\t\000\t\000\t\000\t\000\060\000\000\000\000\000?", '\000' <repeats 15 times>, "?\000\000\000\000\000�?\025w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\000\000?\000\000\000\000\000\060T\032w\000\000\000\000\030", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, " ?�\t\000\000\000\000\001\215\"\000\000\000\000\000\020eg\024\000\000\000\000b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000\030", '\000' <repeats 15 times>, "��\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000�\001M\005\000\000\000\001P?\"\000\000\000\000\000�=�k\000\000\000\001\000?\"\000\000\000\000\000���k", '\000' <repeats 12 times>, "\001\000\000\000\000\000\000\000\001", '\000' <repeats 15 times>, "�?\"", '\000' <repeats 13 times>, "\001\000\000\000\000\000\000\000\b�\023\001\000\000\000\000�?\"\000\000\000\000\000D\215�k\000\000\000\000\b�\023\001\000\000\000\000\001", '\000' <repeats 15 times>, "�?\"\000\000\000\000\000�?\"\000\000\000\000\000\fdyk\000\000\000\000\b�\023\001\000\000\000\000�?\"\000\000\000\000\000\000\217\"\000\000\000\000\000�=�k\000\000\000\000<:g\024\000\000\000\000\001\000\000\000\000\000\000\000 \217\"\000\000\000\000\000\235�?k\000\000\000\000P|�\000\000\000\000\000G�\rw\000\000\000\000<:g\024", '\000' <repeats 11 times>, "\001\001", '\000' <repeats 15 times>, "P|�\000\000\000\000\000G�\rw", '\000' <repeats 29 times>, "\004?k\000\000\000\000P|�\000\000\000\000\000`|�", '\000' <repeats 30 times>, "\004\067r\000\000\002\000P|�\000\001\000\000\000`|�\000\000\000\000\000\004\000?", '\000' <repeats 22 times>, "\004\067r\000\000\002\000X\001�\000\000\000\000\000P|�\000\000\000\000\000\004\000\"\000\000\000\000\000`|�\000\000\000\000\000 \220\"\000\000\000\000\000�\201�q\000\000\000\000X\001�\000\177\000\000\000P|�\000\000\000\000\000\177\000\000\000\000\000\000\000`|�\000\000\000\000\000\006\000\000\000\000\000\000\000\000\004<\030\000\000\000\000X\001�\000\177\000\000\000\177\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000\061r\000\000\000\000\000\000\a\000\000\000\000\000\000\000\003\000\067r\000\000\000\000\000\000\000\000\177\000\000\000\177\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000\060r\000\000\000\000\000\000��\001\000\000\000\000\000H\f\000\000?\002\000\000\060\002�\000\000\000\000\000\n\000\000\000\000\000\000\000\061r", '\000' <repeats 14 times>, "Po�\000\000\000\000\000\060\002�\000\000\000\000\000\060\002�\000\000\000\000\000`|�\000\000\000\000\000\060r\000\000\000\000\000\000\070\000\000\000\000\000\000\000Po�\000\000\000\000\000\060\002�\000\000\000\000\000\177\000\000\000\000\000\000\000`|�\000\000\000\000\000\060\002�\000\000\000\000\000\064\000\000\000\000\000\000\000Po�\000\000\000\000\000X\001�\000\000\000\000\000\177\000\000\000\000\000\000\000\060\002�\000\000\000\000\000\060\002�\000\000\000\000\000\062\000\000\000\000\000\000\000��\001\000\000\000\000\000\000\000�\000\000\000\000\000\177\000\000\000\000\000\000\000\060\002�\000\000\000\000\000\060\002�", '\000' <repeats 13 times>, "Po�\000\000\000\000\000�|�\000\000\000\000\000P$A\030\000\000\000\000\060\002�\000\000\000\000\000p�?\000\000\000\000\000p", '\000' <repeats 15 times>, "\177\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000P#\a\000\000\000\000\000\060\002�\000\000\000\000\000p\000\000\000\000\000\000\000\060y<\030\000\000\000\000\177\000\000\000\000\000\000\000@/A\030\000\000\000\000t\002�\000\000\000\000\000\060T\032w\000\000\000\000p\000\000\000\000\000\022\000\000\000\000\000\000\000\000\000X\001�\000\000\000\000\000`|�\000\000\000\000\000t\002�\000\000\000\000\000 |�\000\000\000\000\000\005\004?\000\000\000\000\000\060\002�\000\000\000\000\000X\001�\000\000\000\000\000`|�\000\000\000\000\000t\002�\000\000\000\000\000\004\000\004\000\000\000\000\000p\000\000\000\000\000\002\000\060\002�\000\000\000\000\000X\001�\000\000\000\000\000\067r\004A\000\000\000\000P#\a\000\000\000\000\000\004\000\004\000\000\000\000\000\177\000\000\000\000\000\000\000\060\002�\000\000\000\000\000\060y<\030\000\000\000\000\067r\004A\000\000\000\000 at y<\030\000\000\000\000\004\000\004\000\000\000\000\000G�\rw\000\000\000\000\001\000\000\000\177\000\000\000X\001�\000\000\000\000\000�q\004�\000\000\000\000�\030�k\000\000\000\000@?�\000\000\000\000\000h\002?\000\000\000\000\000\060\002�\000\000\000\000\000\177", '\000' <repeats 15 times>, "�\001\000\000\000\000\000\000\004\000\004\000\000\000\000\000�J�\026\000\000\000\000�J�\026\000\000\000\000?\000\000\000\000\000\000\000\067r\004A\000\000\000\000�\016\004\004\000\000\002\000�\a\000\000\000\000\000\000??�k\000\000\005\000\067r\004A\000\000\000\000\036\000\000\000\000\000\000\000�\001", '\000' <repeats 14 times>, "\220�K\030\000\000\000\000\060\002?\000\000\000\000\000�w?\000\000\000\000\000\220�K\030\000\000\000\000\001\000\000\000\000\000\000\000\070\000\000\000\000\000\000\000\000?\"\000\000\000\000\000\003\000\000\005\000\000\000\000\177\000\000\000\000\000\000\000G\004\rw\000\000\000\000\060\002?\000\000\000\000\000@*�\026\000\000\000\000\002\000\004\006\000\000\000\000X\001?\000\000\000\000\000<:g\024\000\000\000\000\031~\016w", '\000' <repeats 18 times>, "\005\000\002\000\004\006\000\000\000\000\000\000\070\030\000\000\000\000�5<\030\000\000\000\000�5<\030\000\000\000\000\000 ���\a\000\000\002\000\000\000\000\000\000\000\061r\000\000\000\000\000\000\000����\a\000\000\000\000#\000\000\000\000\000����\000\000\000\000d0", '\000' <repeats 14 times>, "�z\016w\000\000\000\000\000����\a\000\000\060��\026\000\000\000\000G�\rw\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "�\000\000\000\000\000\000\000�\000\000\000\000\000(", '\000' <repeats 15 times>, "\003\000\000\005", '\000' <repeats 12 times>, "c\004\000P\000\000\000\000 J�\026\000\000\000\000G�\rw", '\000' <repeats 12 times>, "�?\"\000\000\000\000\000\000\000�\000\000\000\000\000P|\004\004\000\000\002\000P|�\000\000\000\000\000\000[\vw\000\000\005\000\000r\000\000\000\000\000\000\003\000\000\005", '\000' <repeats 12 times>, "\067\004�\000\000\000\000\000 J�\026\000\000\000\000�J�\026\000\000\000\000\000\000�\000\000\000\000\000@��\026\000\000\000\000\200?\"\000\000\000\000\000??\004\004\000\000\002\000\001\000\000\000\005\000\000\000P|�\000\000\000\005\000\003\000\000\000�\004\000\000\220\027#\000\000\000\000\000\005", '\000' <repeats 15 times>, "\060T\032w\000\000\000\000 J�\026", '\000' <repeats 12 times>, "�J�\026\000\000\000\000\000\000�\000\000\000\000\000c\001\000P\000\000\000\000\000\000�\000\005\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P\000\000\000\000\005\000\000\000\000\000\000\000P|�\000\000\000\000\000\001r\000\000\000\000\000\000\177", '\000' <repeats 23 times>, "\004\000\000\000\000\000\000\000\060\002?", '\000' <repeats 13 times>, "\220�K\030\000\000\000\000\000\000�\000\000\000\000\000\070\000\000\000\000\000\000\000 at 6<\030\000\000\000\000G�\rw\000\000\000\000\200\000\000\000\000\000\000\000\b", '\000' <repeats 31 times>, "\060\002?", '\000' <repeats 13 times>, "\220�K\030", '\000' <repeats 12 times>, "\060\000\000\000\000\000\000\000 at 6<\030\000\000\000\000P6<\030", '\000' <repeats 24 times>, "\002\000\000\000\004\000\004\004\000\000\002\000\000\000\002\000\001\000\000\000X\001?\000\000\000\000\000\004\004�\000\004\000\000\000\060\002?\000\000\000\000\000\002\000\000\000\000\000\000\000p\000\000\000\000\000\000\000pp�\026\000\000\000\000 at 6<\030\000\000\000\000\000\000\"\000\000\000\000\000P6<\030\000\000\000\000\000\n�s\004", '\000' <repeats 11 times>, "\200\000\000\000\n\000\000\000\060\002�\000\000\000\000\000\004\000\000\000\000\000\000\000h\002?\000\000\000\000\000\006\000\000\000\000\000\000\000p", '\000' <repeats 15 times>, "\005\000\000\000\000\000\000\000@��\026\000\000\000\000\060\000\000\000\000\000\000\000p��\026\000\000\000\000�\"\a\000\000\000\000\000\060\002?\000\000\000\000\000�", '\000' <repeats 15 times>, "h\002?\000\000\000\000\000\b", '\000' <repeats 15 times>, "\060\002?\000\000\000\000\000\f\000\000\000\000\000\000\000�J�\026", '\000' <repeats 12 times>, "�J�\026\000\000\000\000\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000\220�K\030\000\000\000\000\030w\032w\000\000\000\000\060\000\000\000\000\000\000\000\000\000?", '\000' <repeats 13 times>, "\004\000\000\000\000\000\000\000h\002?\000\000\000\000\000\004\004\004\004", '\000' <repeats 20 times>, "X\001?", '\000' <repeats 13 times>, "\060\002?", '\000' <repeats 31 times>, "\070\030", '\000' <repeats 28 times>, "c\001\000P\000\000\000\000\000\000 \000�\a\000\000�6<\030\000\000\000\000\005\000\004\001\000\000\000\000\060\002?\000\000\000\000\000\000����\a\000\000p\000\000\000\000\000\000\000\000|�\000\000\000\000\000\n", '\000' <repeats 15 times>, "\200\000\000\000\000\000\000\000\000|�\000\000\000\000\000c\000\000P\000\000\000\000\000\000�\000\000\000\000\000h\002?\000\000\000\000\000\005\000\004\001\000\000\000\000h\002?\000\000\000\000\000\000\000�\000\000\000\000\000\001\000s\000t\000e\000\002\000\004\006\000\000\000\000pp�\026\000\000\000\000P6<\030\000\000\000\000\a\000\a\000\000\000\000\000\220\066<\030\000\000\000\000/?\017w\000\000\000\000\060\002?\000\000\000\000\000`|�\000\000\000\000\000\001|�\000\000\000\000\000c\000\000P\000\000\000\000\004\004\004\004\000\000\000\000P|�\000\000\000\000\000\002\000\004\006\000\000\000\000\000����\a\000\000\004\004\004\004", '\000' <repeats 20 times>, "�?\"\000\000\000\000\000\001\001\000\000\000\000\000\000\022\b\024\b\000\000\000\000\004\000\004\000\000\000\000\000`|�\000\000\000\000\000\060T\032w", '\000' <repeats 12 times>, "\004\000\004\000\000\000\000\000\000����\a\000\000\000\000?\000\000\000\000\000\030", '\000' <repeats 15 times>, "�4\016w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\030\000\000\000\000\000\000\000P\000\000\000\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000?\000\000\000\000\000 ", '\000' <repeats 15 times>, "�4\016w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000 \000\000\000\000\000\000\000P", '\000' <repeats 15 times>, "\200?\"\000\000\000\000\000�?\"\000\000\000\000\000H\000\000\000\000\000\000\000\000\000\001\000\000\000\000\000\060 �\000\000\000\000\000�?\"", '\000' <repeats 15 times>, "?\000\000\000\000\000:\000<\000\000\000\000\000\000\000?\000\000\000\000\000�?\025w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P\000\000\000\000\000\000?\000\000\000\000\000�?\025w\000\000\000\000\060T\032w\000\000\000\000 ", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 14 times>, "�\000\000\000\000\000\001T\032w\000\000\000\000�J�\026\000\000\000\000b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000 ", '\000' <repeats 15 times>, "��\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000`", '\000' <repeats 15 times>, "�?\"", '\000' <repeats 14 times>, "\235\"", '\000' <repeats 13 times>, "b\000\000@\000\000\000\000\220\005�s", '\000' <repeats 12 times>, "�\005,", '\000' <repeats 15 times>, "?\000\000\000\000\000�?\025w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P", '\000' <repeats 12 times>, "^{\vw", '\000' <repeats 20 times>, "\020P\031w\000\000\000\000,\001\000\000\000\000\000\000\000\000"..., q_for_alignment_1 = 2885084, q_for_alignment_2 = 1.4254208897662469e-317}}
        canWait = true
        retVal = true
        seenWM_QT_SENDPOSTEDEVENTS = true
        d = 0x146739a0
        needWM_QT_SENDPOSTEDEVENTS = false
#53 0x0000000062861579 in QWindowsGuiEventDispatcher::processEvents (this=0x3f7a60, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\plugins\platforms\windows\qwindowsguieventdispatcher.cpp:73
        __PRETTY_FUNCTION__ = "virtual bool QWindowsGuiEventDispatcher::processEvents(QEventLoop::ProcessEventsFlags)"
        __FUNCTION__ = "processEvents"
        rc = true
#54 0x000000006b98a7ee in QEventLoop::processEvents (this=0x22a860, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventloop.cpp:128
        d = 0x183c24e0
#55 0x000000006b98aab0 in QEventLoop::exec (this=0x22a860, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventloop.cpp:204
        locker = {val = 4159712}
        __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
        ref = {d = 0x183c24e0, locker = @0x22a7c0, exceptionCaught = true}
        app = 0x22fd50
        d = 0x183c24e0
#56 0x00000000099abdf4 in QMenu::exec (this=0x22a8c0, p=..., action=0x0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:2180
        d = 0x18413190
        eventLoop = {<QObject> = {_vptr.QObject = 0x6bd02e90 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x183c24e0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x6bcf0fc0 <qt_meta_stringdata_QEventLoop>, data = 0x6bcf1040 <qt_meta_data_QEventLoop>, static_metacall = 0x6ba278a0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        guard = {wp = {d = 0x14686300, value = 0x22a8c0}}
#57 0x00000000099abee3 in QMenu::exec (actions=..., pos=..., at=0x0, parent=0x16d6f160) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\widgets\qmenu.cpp:2216
        menu = {<QWidget> = {<QObject> = {_vptr.QObject = 0x9e15610 <vtable for QMenu+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x18413190}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, <QPaintDevice> = {_vptr.QPaintDevice = 0x9e157c0 <vtable for QMenu+448>, painters = 0, reserved = 0x0}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x9cfb740 <qt_meta_stringdata_QWidget>, data = 0x9cfc4c0 <qt_meta_data_QWidget>, static_metacall = 0x98628fc <QWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, data = 0x184132c0}, static staticMetaObject = {d = {superdata = 0x9cef140 <QWidget::staticMetaObject>, stringdata = 0x9d29b00 <qt_meta_stringdata_QMenu>, data = 0x9d29e00 <qt_meta_data_QMenu>, static_metacall = 0x99b0ea8 <QMenu::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
#58 0x000000000985a7d3 in QWidget::event (this=0x16d6f160, event=0x22ad50) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidget.cpp:8840
        d = 0x16d6f280
#59 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x16d6f160, e=0x22ad50) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720
        consumed = false
#60 0x000000000981f510 in QApplication::notify (this=0x22fd50, receiver=0x16d5e080, e=0x22b450) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3363
        ce = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1094750 <vtable for QContextMenuEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 82, posted = 0, spont = 0, m_accept = 1, reserved = 4}, modState = {i = 0}, ts = 0}, p = {xp = 961, yp = 516}, gp = {xp = 2881, yp = 538}, reas = 0}
        w = 0x16d6f160
        context = 0x22b450
        relpos = {xp = 961, yp = 516}
        eventAccepted = false
        d = 0x3f7620
        __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
        res = true
#61 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x16d5e080, event=0x22b450) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935
        threadData = 0x3f77d0
        loopLevelCounter = {threadData = 0x3f77d0}
        result = false
        cbdata = {0x16d5e080, 0x22b450, 0x22b3af}
        d = 0x16d70470
#62 0x0000000009bc7d95 in QCoreApplication::sendSpontaneousEvent (receiver=0x16d5e080, event=0x22b450) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
No locals.
#63 0x0000000009870a5d in QWidgetWindow::handleMouseEvent (this=0x14714520, event=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidgetwindow.cpp:548
        e = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1094750 <vtable for QContextMenuEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 82, posted = 0, spont = 0, m_accept = 0, reserved = 0}, modState = {i = 0}, ts = 0}, p = {xp = 100, yp = 14}, gp = {xp = 2881, yp = 538}, reas = 0}
        contextMenuTrigger = QEvent::MouseButtonRelease
        widget = 0x16d5e080
        mapped = {xp = 100, yp = 14}
        receiver = 0x16d5e080
#64 0x000000000986f6c7 in QWidgetWindow::event (this=0x14714520, event=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qwidgetwindow.cpp:210
No locals.
#65 0x0000000009820da4 in QApplicationPrivate::notify_helper (this=0x3f7620, receiver=0x14714520, e=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3720
        consumed = false
#66 0x000000000981e4e8 in QApplication::notify (this=0x22fd50, receiver=0x14714520, e=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:3164
        d = 0x3f7620
        __PRETTY_FUNCTION__ = "virtual bool QApplication::notify(QObject*, QEvent*)"
        res = false
#67 0x000000006b98cbe4 in QCoreApplication::notifyInternal (this=0x22fd50, receiver=0x14714520, event=0x22c050) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:935
        threadData = 0x3f77d0
        loopLevelCounter = {threadData = 0x3f77d0}
        result = false
        cbdata = {0x14714520, 0x22c050, 0x22bf3f}
        d = 0x147148e0
#68 0x0000000000eba695 in QCoreApplication::sendSpontaneousEvent (receiver=0x14714520, event=0x22c050) at E:/Qt64/qt-everywhere-opensource-src-5.4.1/qtbase/include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
No locals.
#69 0x0000000000b4941f in QGuiApplicationPrivate::processMouseEvent (e=0x16da3d20) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1771
        type = QEvent::MouseButtonRelease
        stateChange = {i = 2}
        window = 0x14714520
        globalPoint = {xp = 2881, yp = 538}
        button = Qt::RightButton
        doubleClick = false
        localPoint = {xp = 961, yp = 516}
        frameStrut = false
        ev = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x1091c70 <vtable for QMouseEvent+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcf15c0 <qt_meta_stringdata_QEvent>, data = 0x6bcf2fc0 <qt_meta_data_QEvent>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 4}, modState = {i = 0}, ts = 5154}, l = {xp = 961, yp = 516}, w = {xp = 961, yp = 516}, s = {xp = 2881, yp = 538}, b = Qt::RightButton, mouseState = {i = 0}, caps = 0, velocity = {xp = 0, yp = 0}}
#70 0x0000000000b48a54 in QGuiApplicationPrivate::processWindowSystemEvent (e=0x16da3d20) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1573
        __PRETTY_FUNCTION__ = "static void QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)"
#71 0x0000000000b3b4ae in QWindowSystemInterface::sendWindowSystemEvents (flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qwindowsysteminterface.cpp:572
        event = 0x16da3d20
        nevents = 1
#72 0x00000000628616a7 in QWindowsGuiEventDispatcher::sendPostedEvents (this=0x3f7a60) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\plugins\platforms\windows\qwindowsguieventdispatcher.cpp:82
No locals.
#73 0x000000006b9e70e4 in qt_internal_proc (hwnd=0x2c05dc, message=1025, wp=0, lp=0) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventdispatcher_win.cpp:412
        localSerialNumber = 638
        msg = {hwnd = 0x2c05dc, message = 1025, wParam = 0, lParam = 0, time = 1025, pt = {x = 0, y = -139264}}
        q = 0x3f7a60
        dispatcher = 0x3f7a60
        result = 0
        d = 0x146739a0
#74 0x0000000076e89bd1 in USER32!TranslateMessageEx () from C:\Windows\system32\user32.dll
No symbol table info available.
#75 0x0000000076e898da in USER32!TranslateMessage () from C:\Windows\system32\user32.dll
No symbol table info available.
#76 0x000000006b9e8a31 in QEventDispatcherWin32::processEvents (this=0x3f7a60, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventdispatcher_win.cpp:806
        nCount = 0
        msg = {hwnd = 0x2c05dc, message = 1025, wParam = 0, lParam = 0, time = 75587008, pt = {x = 2881, y = 538}}
        haveMessage = true
        waitRet = 0
        pHandles = {0x0, 0x0, 0x1e59c7d500000001, 0x300000020, 0x771a5430 <ntdll!RtlNtdllName+32>, 0xaa7970, 0x0, 0xa30230, 0xa30000, 0x70, 0x0, 0x7f, 0xa30000, 0x726a0, 0x3c, 0x70, 0x0, 0x22c850, 0x22c7c0, 0xa30274, 0xaa7770, 0x0, 0x6f0053005c0065, 0xa30158, 0x22d010, 0x0, 0xaa7940, 0x77158ed1 <ntdll!LdrGetFileNameFromLoadAsDataTable+3553>, 0xa30230, 0x50000163, 0x0, 0xa30230, 0x40004, 0x0, 0x0, 0x70, 0x1a04726c, 0x0, 0x771a5430 <ntdll!RtlNtdllName+32>, 0x3c, 0x0, 0x4, 0xa30000, 0x50000163, 0xa30000, 0x7716738d <ntdll!EtwEventWriteStartScenario+5357>, 0x0, 0x50000163, 0x0, 0x0, 0x220001, 0xaa75d0, 0x40000062, 0x0, 0x4, 0x22d010, 0x0, 0x7712b5aa <ntdll!MD5Final+40954>, 0xa30000, 0x50000163, 0xa30000, 0x770e920a <ntdll!RtlDosApplyFileIsolationRedirection_Ustr+986>, 0x2}
        processedTimers = {a = 256, s = 0, ptr = 0x22c8f0, {array = "�\005,\000\000\000\000\000\023\001\000\000\000\000\000\000����", '\000' <repeats 12 times>, "�]\201\004A\v\000\000\032\002\000\000\000\000\000\000�\005,\000\000\000\000\000\023\001\000\000\000\000\000\000����", '\000' <repeats 12 times>, "�X\201\004�\n\000\000B\002\000\000\000\000\000\000p�\"", '\000' <repeats 13 times>, "\002\000\004\006�\a\000\000�\002\000\000\000\000\000\000�\000.\001\000\000\000\000 �\"", '\000' <repeats 13 times>, "\200w�\000\000\000\000\000\000w�\000\000\000\000\000c\000\000P\000\000\000\000\000\000�\000\000\000\000\000�?\025w\000\000\000\000\000\000�\000\000\000\000\000pw�\000\000\000\000\000gr\000\000\000\000\000\000\000����\a\000\000\000\000\000\000\000\000\000\000\200w�", '\000' <repeats 13 times>, "\200\000\a?\000\000\000\000\000\000�\000\000\000\000\000/?\017w", '\000' <repeats 12 times>, "\200w�\000\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "�\000\000\000\000\000\000\000�\000\000\000\000\000\030", '\000' <repeats 15 times>, "�4\016w\000\000\000\000\000\000�\000\000\000\000\000k\001\024P\000\000\000\000\030\000\000\000\000\000\000\000P", '\000' <repeats 15 times>, "`�\"\000\000\000\000\000\000w�\000\000\000\000\000\200w�\000\000\000\000\000pw�\000\000\000\000\000P�\017w\000\000\000\000\000\000�\000\000\000\000\000c\000\000P\000\000\000\000\000\000�", '\000' <repeats 15 times>, "�\000\000\000\000\000�?\025w\000\000\000\000\000\000�\000\000\000\000\000k\001\024P", '\000' <repeats 21 times>, "W�s\000\000\000\000C\000F\000E\000D\000\000\000;��\a\000\000\210�\"\000\000\000\000\000\000\000�\000\000\000\000\000\060�\"\000\000\000\000\000\060T\032w\000\000\000\000\030", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000�\000\000\000\000\000k\001\024P\000\000\000\000\000\000�\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "k\001\024P", '\000' <repeats 20 times>, "\001\000\000\000\000\000\000\000\020y�\000\000\000\000\000j\000\024@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000\b", '\000' <repeats 15 times>, "��\022w\000\000\000\000\000\000�\000\000\000\000\000k\001\024P\000\000\000\000\000\000�\000\000\000\000\000�x\vw\000\000\000\000���\000\000\000\000\000 ��\000\000\000\000\000\000��", '\000' <repeats 21 times>, "!�\"\000\000\000\000\000 �\"", '\000' <repeats 15 times>, "\001\000\000\000\000\000 ��\000\000\000\000\000H�\"", '\000' <repeats 21 times>, ":\000<\000\000\000\000\000\020�\"\000\000\000\000\000`�\"", '\000' <repeats 17 times>, "\001\000\000\000\000\000�\000\000\000\000\000p&\034w\000\000\000\000�\a\000\000\000\000\000\000���", '\000' <repeats 13 times>, "\200�\"", '\000' <repeats 21 times>, "\022�\"", '\000' <repeats 13 times>, "��\"", '\000' <repeats 13 times>, "\001\000\000\000\000\000\000\000�pU��\a\000\000\020�\"\000\000\000\000\000\031\000\002\000\000\000\000\000\001", '\000' <repeats 15 times>, "\001\000\000\000\000\000\000\000\020�\"\000\000\000\000\000�\033\063��\a\000\000\000\000\000\000\000\000\000\000 ��\000\000\000\000\000E?\016w\000\000\000\000 ��", '\000' <repeats 14 times>, "��", '\000' <repeats 13 times>, "�\033\063��\a\000\000?\b\000\000�\a\000\000\000\a", '\000' <repeats 14 times>, "��\"\000\000\000\000\000\061\030���\a\000\000\000\000\000\000�\a\000\000\001&���\a\000\000�\033\063��\a\000\000?�*��\a\000\000?\b\000\000\000\000\000\000(�\"\000\000\000\000\000\020�\"\000\000\000\000\000�\000)��\a\000\000\020�\"\000\000\000\000\000 ��", '\000' <repeats 15 times>, ")��\a\000\000\000\000�\000\000\000\000\000(�\"\000\000\000\000\000 p�\000\000\000\000\000\200w�\000\000\000\000\000\200�\"\000\000\000\000\000-����\a\000\000\060T\032w", '\000' <repeats 22 times>, "�\000\000\000\000\000\020�\"\000\000\000\000\000<", '\000' <repeats 15 times>, "�4\016w\000\000\000\000\000\000�\000\000\000\000\000b\000\000@�\a\000\000<", '\000' <repeats 23 times>, "`�\"\000\000\000\000\000�\031j��\a", '\000' <repeats 12 times>, ")��\a\000\000�?\016w", '\000' <repeats 20 times>, "��\"\000\000\000\000\000\"?U��\a\000\000\000\000\000\000\000\000\000\000bNS��\a\000\000�\031j��\a\000\000�4���\a\000\000\030�\"\000\000\000\000\000\001\000\000\000\000\000\000\000\034\016", '\000' <repeats 14 times>, "��\"\000\000\000\000\000 at So��\a\000\000\000\000\000\000\000\000\000\000�'T��\a\000\000\000\000\000\000\000\000\000\000A(T��\a\000\000\001\000\000\000\000\000\000\000\210\005�", '\000' <repeats 14 times>, "(�\000\000\000\000\000\200 �\000\000\000\000\000\263?T��\a\000\000\034\016\000\000\000\000\000\000\060 �", '\000' <repeats 13 times>, "\200 �\000\000\000\000\000\000(�\000\000\000\000\000�?U��\a", '\000' <repeats 42 times>, "�?��\n\000\000\000\001\000�\000\034\016\000\000��\"\000\000\000\000\000��\"\000\000\000\000\000\200t�", '\000' <repeats 21 times>, "\060 �\000\000\000\000\000\020�\"", '\000' <repeats 13 times>, "p\027j��\a\000\000C\000:\000\\\000W\000i\000n\000d\000o\000w\000s\000\\\000s\000y\000s\000t\000e\000m\000\063\000\062\000\\\000m\000s\000c\000t\000f\000.\000d\000l\000\263?T��\a\000\000\000\000\000\000\000\000\000\000\060\002�\000\000\000\000\000\200t�\000\000\000\000\000�\005�\000\000\000\000\000\220�\"\000\000\000\000\000.?�v", '\000' <repeats 28 times>, "\021", '\000' <repeats 15 times>, "�A�v", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, "\220�\"\000\000\000\000\000�\005�\000\000\000\000\000??S��\a\000\000\000\000\000\000\000\000\000\000\001\000\000\000\000\000\000\000\220�\"\000\000\000\000\000��\"\000\000\000\000\000�\002\000\000\000\000\000\000N", '\000' <repeats 15 times>, " w�\000\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "�\000\000\000\000\000\b\000\000\000\000\000\000\000\030", '\000' <repeats 15 times>, "�4\016w\000\000\000\000\000\000�\000\000\000\000\000j\000\024@�\a\000\000\030", '\000' <repeats 23 times>, "p�\"\000\000\000\000\000�\005�\000\000\000\000\000�\025S��\a\000\000\210\005�\000\000\000\000\000�\036S��\a\000\000��\"\000\000\000\000\000\215s\026w\000\000\000\000\006\000\000\000\000\000\000\000W3S��\a\000\000\000\000\000\000\000\000\000\000\070mj��\a\000\000P:�3V�?H�I?�d>���?�]�?\000\000t\002�\000\000\000\000\000 at So��\a\000\000~�U��\a\000\000\026\200�]�?\000\000�1S�\000\000\000\000\001\000\000\000\000\000\000\000�'�\000\000\000\000\000\b\000\000\000\000\000\000\000\000(�", '\000' <repeats 13 times>, "\030\000\000\000\000\000\000\000\b", '\000' <repeats 15 times>, "�lj��\a\000\000\065\026���\a\000\000\004\000\000\000�\a\000\000@\000\000\000\000\000\000\000 ��", '\000' <repeats 21 times>, "�'�", '\000' <repeats 13 times>, "\020w�\000\000\000\000\000\b?4��\a\000\000\000(�\000\000\000\000\000\210n3��\a\000\000\220�\"\000\000\000\000\000\030o3��\a\000\000�sT��\a", '\000' <repeats 18 times>, "\060?4��\a\000\000�IU��\a\000\000&?�]�?\000\000\220�\"\000\000\000\000\000�lj��\a", '\000' <repeats 18 times>, "�jU��\a\000\000Pt�\000\000\000\000\000\"?U��\a\000\000Pt�\000\000\000\000\000\020\210o��\a\000\000\000\000\000\000\000\000\000\000>\017�A�V3F��\"\000\000\000\000\000\"?U��\a\000\000\000\000\000\000\000\000\000\000��\"\000\000\000\000\000\020�\"\000\000\000\000\000\020�\"\000\000\000\000\000\001\000\000\000\000\000\000\000bZU��\a\000\000 �\"\000\000\000\000\000\070�\"\000\000\000\000\000`��\000\000\000\000\000\020�\"\000\000\000\000\000��\"\000\000\000\000\000�[U��\a\000\000 �\"", '\000' <repeats 13 times>, " �\"\000\000\000\000\000 �\"\000\000\000\000\000\030�\"\000\000\000\000\000�I?�d>��\000\000\000\000\000\000\000\000�?*��\a\000\000\000\000\000\000\000\000\000\000��\"", '\000' <repeats 29 times>, "�#S��\a", '\000' <repeats 36 times>, "�\000\000\000\000\000/?\017w", '\000' <repeats 12 times>, "�u�\000\000\000\000\000\001\000\000\000\001", '\000' <repeats 11 times>, "�w�\000\000\000\000\000\200t�\000\000\000\000\000 �\"\000\000\000\000\000p�\"\000\000\000\000\000`��", '\000' <repeats 13 times>, "\200t�\000\000\000\000\000>\017�A�V3F\201�n?�?�p�lj��\a\000\000\000\000\000\000\000\000\000\000\001", '\000' <repeats 15 times>, "\220�\"\000\000\000\000\000Pt�", '\000' <repeats 13 times>, "\066?�]�?\000\000Pt�\000\000\000\000\000?%S��\a\000\000��o��\a", '\000' <repeats 18 times>, "��\"\000\000\000\000\000��\"\000\000\000\000\000 �\"\000\000\000\000\000�\026S��\a\000\000\000\000\000\000\000\000\000\000\060v�\000\000\000\000\000\020�\"\000\000\000\000\000 �\"\000\000\000\000\000\177\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\060\002�\000\000\000\000\000\021?T��\a\000\000\026?�]�?\000\000?%S��\a\000\000 �\"\000\000\000\000\000�?o��\a\000\000\000\000\000\000\000\000\000\000=\031S��\a\000\000\000\000\000\000\000\000\000\000��\"\000\000\000\000\000�?o��\a\000\000\062rU��\a\000\000 �\"\000\000\000\000\000 �\"\000\000\000\000\000 �\"\000\001\000\000\000\002\000\000\000\000\000\000\000\004", '\000' <repeats 23 times>, "\200t�", '\000' <repeats 13 times>, "�?�]�?\000\000 �\"", '\000' <repeats 13 times>, " �\"\000\000\000\000\000 �\"", '\000' <repeats 13 times>, "�\031S��\a\000\000��o��\a\000\000\060�\"\000\000\000\000\000\060�\"\000\000\000\000\000 �\"\000\000\000\000\000�?o��\a\000\000\231{\016w\000\000\000\000 �\"\000\000\000\000\000?nU��\a\000\000 �\"\000\000\000\000\000��o��\a", '\000' <repeats 18 times>, " �\"\000\000\000\000\000��\"\000\000\000\000\000��o��\a\000\000\027nU��\a\000\000\030�\"\000\000\000\000\000\060�\"\000\000\000\000\000��\"\000\000\000\000\000s?\vw\000\000\000\000��\"\000\000\000\000\000?%S��\a\000\000\001\000\000\000\000\000\000\000\024\003\000\000\000\000\000\000�?�]�?\000\000\000\000\000\000E\000D\000\000\000\000\000\000\000\000\000��o��\a\000\000\000\000\000\000\000\000\000\000��\"\000\000\000\000\000 �\"\000\000\000\000\000��\"", '\000' <repeats 13 times>, "g%S��\a\000\000��o��\a\000\000��\"", '\000' <repeats 13 times>, "\027\000\000\000\000\000\000\000��\"\000\000\000\000\000?%S��\a\000\000\000\000\000\000\000\000\000\000�\026S��\a\000\000�y�\000\000\000\000\000G�\rw\000\000\000\000 �\"\000\000\000\000\000��\"\000\000\000\000\000\200t�\000\000\000\000\000��\"", '\000' <repeats 22 times>, "\230�]\000\000\000\000\000\000\000\000�\a", '\000' <repeats 11 times>, "\004\000\000\000\000\000\000�y�\000\000\000\000\000�y�\000\000\000\000\000`�\"", '\000' <repeats 13 times>, "\220�\"\000\000\000\000\000\000\000`r\000\000\002\000��\"\000\001\000\000\000\001\000\000\000\000\000\000\000\004\000�\000\000\000\000\000:�\rw\000\000\000\000w\000s\000\\\000s\000y\000s\000t\000e\000X\001�\000\000\000\000\000�y�\000\000\000\000\000f\000.\000d\000l\000�y�", '\000' <repeats 25 times>, "\177\000\000\000\000\004\000\000\000\000\000\000\177\000\000\000\000\000\000\000`y�\000\000\000\000\000\t", '\000' <repeats 23 times>, "\177\000\000\000\000\000\002\000\000\000\000\000\001\000\000\000Wr\000\000\000\000\000\000\004", '\000' <repeats 31 times>, "X\001�\000\000\000\000\000Py�\000\000\000\000\000T�\001\000\000\000\000\000`y�\000\000\000\000\000\060\002�\000\000\000\000\000\026\000\000\000\000\000\000\000Wr", '\000' <repeats 14 times>, "Po�\000\000\000\000\000\060\002�\000\000\000\000\000\a\000\000\000\000\000\000\000�y�", '\000' <repeats 13 times>, "\070", '\000' <repeats 15 times>, "`r\000\000\000\000\000\000 DH\030\000\000\000\000G�\rw\000\000\000\000\060\002�", '\000' <repeats 21 times>, "X\001�\000\000\000\000\000x�\001\000\000\000\000\000\060\002�\000\000\000\000\000\000\002�\000\000\000\000\000\003\000\000\005", '\000' <repeats 13 times>, "\004�\000\000\000\000\000 DH\030\000\000\000\000�DH\030", '\000' <repeats 12 times>, "`y�", '\000' <repeats 13 times>, "pz�\v\000\000\002\000\000\000\000\000\000\000\000\000\060\002�\000\000\000\005\000\177\000\000\000\000\000\000\000p\000\000\000\000\000\000\000\060\002�\000\000\000\000\000\177", '\000' <repeats 15 times>, " DH\030\000\000\000\000 j�\026\000\000\000\000G�\rw", '\000' <repeats 12 times>, "?\025S�\000\000\000\000\022?\f\025\005\000\000\000j�\220\026\000\000\000\000?�\220\026\000\000\000\000\001�\"", '\000' <repeats 13 times>, "\003\000\000\005", '\000' <repeats 12 times>, "\177\004\000\000�\a\000\000 j�\026\000\000\000\000\060j�\026\000\000\000\000?�\220\026\000\000\000\000\001�\"\000\000\000\000\000��\"\000\000\000\000\000\006\000�\v\000\000\002\000\006\000\000\000\000\000\000\000Y\003t��\a\005\000?�\220\026\000\000\000\000\006", '\000' <repeats 15 times>, "\b", '\000' <repeats 15 times>, " j�\026\000\000\000\000��\"\000\000\000\000\000\060j�\026\000\000\000\000��\"\000\000\000\000\000@�;\030\000\000\000\000��E\030\000\000\000\000G�\rw\000\000\000\000H�\"\000\000\000\000\000\002\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000��\"\000\000\000\000\000�:?\026\000\000\000\000\177\000\000\000�\a\000\000`OH\030\000\000\000\000G�\rw", '\000' <repeats 12 times>, "\016\004?\000\000\000\000\000��E\030\000\000\000\000��E\030\000\000\000\000�:?\026\000\000\000\000\n\000\"\000\000\000\000\000\000�\"", '\000' <repeats 11 times>, "\002\000\000\000\000\000\000\000\000\000\021\004\000\000\000\000�\000`OH\030\000\000\000\000pOH\030\000\000\000\000\005\000\000\000\000\000\000\000\060\002?\000\000\000\000\000 HH\030\002\000\000\000�\005�\v\000\000\002\000\000\000\000\000\001\000\000\000��E\030\000\000�\005�\v\220\026\177\000\000\000\060\000\000\000\000\000\000\000\b�\"\000\017\000\000\000?�\220\026\000\000\000\000 �@\030\000\000\000\000`OH\030\000\000\000\000?�\220\026\000\000\000\000pOH\030\000\000\000\000X�\"\000\177\000\000\000\006\000\000\000\000\000\000\000\006\000\000\000G\000\000\000Y\003t��\a\000\000-\000\000\000\000\000\000\000j�\220\026\000\000\000\000\032\000\000\000\000\000\000\000\001�\"\000\000\000\000\000\230�\"\000\000\000\000\000\177\000\000\000\000\000\000\000\006\000\000\000\000\000\000\000-\000\000\000\000\000\000\000?�\220\026\000\000\000\000\006\000\000\000\000\000\000\000 �E\030\000\000\000\000G�\rw\000\000\000\000 �\"\000\000\000\000\000\262?w��\a\000\000�\000\000\000\000\000\000\000��\"\000\000\000\000\000\060\002?\000\000\000\000\000X\000\000\000\000\000\000\000-", '\000' <repeats 15 times>, "@�;\030\000\000\000\000\060\002?\000\000\000\000\000 �E\030\000\000\000\000@�;\030\000\000\000\000�:?\026\000\000\000\000>\000\000\000\000\000\000\000\004\000\000\000\000\000\000\000���\v\000\000\002\000-\000\000\000\000\000\000\000N�?\026\000\000�\000\060\002?\000\000\000\000\000\027�y��\a\000\000�:?\026\000\000\000\000X\001?\000\000\000\000\000��\"\000\000\000\000\000\060\002?\000\000\000\000\000��\"\000\000\000\000\000\060�E\030\000\000\000\000\024�\"\000\000\000\000\000\000\000\070\030\000\000\000\000\005\000\000\000\b", '\000' <repeats 11 times>, "Py�\000\000\000\000\000G�\rw\000\000\000\000\b\000\000\000\000\000\000\000 QH\030\000\000\000\000\004\000\220\026\000\000\000\000\060\002?\000\000\000\000\000��\"\000\020\000\000\000p\000\000\000\000\000\000\000\000\000\"", '\000' <repeats 22 times>, "\004\000\000\000\000\000\000Py�\000\000\000\000\000`y�\000\000\000\000\000��\"\000\000\000\000\000t\002?\000\000\000\000\000�:?\026\000\000\000\000p\002gr\000\000\002\000`QH\030\001\000\000\000G�\rw\000\000\000\000\004\000\n\000\006\000\000\000 �@\030\000\000\000\000pOH\030\000\000\000\000@�;\030\000\000\000\000X\001�\000\000\000\000\000Py�\000\000\000\000\000\000\002?\000\000\000\000\000`y�", '\000' <repeats 13 times>, "\021\004?\026\000\000\000\000`QH\030\177\000\000\000pQH\030\000\000\000\000\177\000\000\000\000\000\000\000G�\rw\000\000\000\000\016\000\000\000\000\000\000\000�\005�\v\000\000\002\000\000\000\000\000\001\000\000\000\177\000\000\000\000\t�\005�\v\000\000\000\000\000\000Yr\000\000\000\000\000\000\000\005\004�", '\000' <repeats 12 times>, " �@\030\000\000\000\000`QH\030\000\000\000\000\000QH\030\000\000\000\000pQH\030\000\000\000\000\\�\001\000\000\000\000\000�\005�\v\000\000\000\000\060\002�\000\000\000\000\000+\000\000\000\000\000\000\000Yr", '\000' <repeats 14 times>, "Po�\000\000\000\000\000\060\002�\000\000\000\000\000 �@\030\000\000\000\000`y�\000\000\000\000\000 �@\030\000\000\000\000\062", '\000' <repeats 11 times>, "\177\000\000\000\020QH\030\000\000\000\000\177", '\000' <repeats 15 times>, "\060\002�\000\000\000\000\000\b?w��\a\000\000H\000\000\000\000\000\000\000X\001�\000\000\000\000\000\060\002?\000\000\000\000\000\060\002�\000\000\000\000\000\024", '\000' <repeats 15 times>, "@�;\030\000\000\000\000\000\000�\000\000\000\000\000p�\"\000\000\000\000\000@�;\030\000\000\000\000��\"\000\000\000\000\000\060\000\000\000\000\000\000\000\024\001\000\000\000\000\000\000Pz�\000\000\000\000\000\024\000\000\000\000\000\000\000\060\002�\000\000\000\000\000\060\002?\000\000\000\000\000p\000\000\000\000\000\000\000'\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000@�;\030\000\000\000\000P&\a\000\000\000\000\000��\"\000\000\000\000\000@�;\030", '\000' <repeats 14 times>, "\070\030\000\000\000\000-\000\000\000\000\000\000\000t\002�\000\000\000\000\000'\000\000\000\000\000\000\000��t��\a\000\000\060\002?\000\000\000\000\000X\001�\000\000\000\000\000`y�\000\000\000\000\000\060\002?\000\000\000\000\000 z�\000\000\000\000\000p\000\000\000\000\000\000\000\060\002�\000\000\000\000\000'", '\000' <repeats 15 times>, "P\002\000\000\000\000\000\000\004\000\004\000\000\000\000\000b\001", '\000' <repeats 14 times>, "t\002?\000\000\000\000\000gr\004\021\000\000\000\000l\002?\000\000\000\000\000b\001\000\000\000\000\000\000\060\002?", '\000' <repeats 13 times>, " �@\030\000\000\000\000pQH\030\000\000\000\000-\000\000\000\000\000\000\000\200RH\030\000\000\000\000�\002\000\000\000\000\000\000\060\002?\000\000\000\000\000t\002?\000\000\000\000\000\002\000\004\006\000\000\000\000t\002?\000\000\000\000\000�\v\004�\000\000\000\000l\002?\000\000\000\000\000\002\000\004\006\000\000\000\000c\001\000P\000\000\000\000�\v\004�\000\000\000\000 �@\030\000\000\000\000\020QH\030\000\000\000\000P�\"\000\000\000\000\000PQH\030\000\000\000\000dflt\000\000\000\000�\005\004�\000\000\000\000\000����\a\000\000\060T\032w\000\000\000\000b\001\000\000\000\000\000\000�\v\004�\000\000\000\000\004\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000c\001\000P\000\000\000\000�\v\004�\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 14 times>, "?\000\000\000\000\000�\005\004�\000\000\000\000pOH\030\000\000\000\000b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000b\001\000\000\000\000\000\000\002\000\004\006\000\000\000\000��\022w\000\000\000\000�\005\004�\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\002\000\n\000\n\000\000\000�\031\f\025\000\000\000\000\004\000\n\000\n\000\000\000\000\031\f\025", '\000' <repeats 20 times>, "\021\004\000\000\000\000\000\000Yr\000\000\000\000\000\000\000����\a\000\000�\005\004�\000\000\000\000c\001\000P\000\000\000\000�\005\004�\002\000\000\000�\005�\v\n\000\002\000\002\000\004\006\001\000\000\000\b\000\n\000\n\000�\005�\v\000\000\f\000\000\000\f\000\000\000\017\000\000\000\060T\032w", '\000' <repeats 22 times>, "�\000\000\000\000\000\000\000�\000\000\000\000\000�", '\000' <repeats 15 times>, "�4\016w\000\000\000\000\000\000�\000\000\000\000\000c\001\000P�\a\000\000�\000\000\000\000\000\000\000�", '\000' <repeats 15 times>, "��\"\000\000\000\000\000\001\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000b\000\000@\000\000\000\000e\000\000\000\000\000\000\000\060T\032w", '\000' <repeats 22 times>, "?\000\000\000\000\000\000\000�\000\000\000\000\000�?\025w\000\000\000\000\000\000�\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\001\000\000\000\000\000\000\060\001", '\000' <repeats 14 times>, "@�\"\000\000\000\000\000\000\000�", '\000' <repeats 13 times>, "\060T\032w\000\000\000\000�", '\000' <repeats 15 times>, "\004\000\000\000\000\000\000\000\000\000�\000\000\000\000\000c\001\000P\000\000\000\000\000\000�\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, "��\"\000\000\000\000\000\001LH\030\000\000\000\000`y�\000\000\000\000\000b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000@�\"", '\000' <repeats 13 times>, "��\022w\000\000\000\000\000\000�\000\000\000\000\000c\001\000P\000\000\000\000\000\000�\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000\215s\026w", '\000' <repeats 12 times>, "c\001\000P", '\000' <repeats 12 times>, "g\000\000\000\000\000\000\000\001\000?", '\000' <repeats 13 times>, "b\000\000@", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000\000\001", '\000' <repeats 14 times>, "��\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000c\001\000P", '\000' <repeats 12 times>, "pNH\030\000\000\000\000X\001�\000\000\000\000\000\020QH\030\000\000\000\000\004\000\004\000\000\000\000\000r\030\017w\000\000\000\000\004", '\000' <repeats 23 times>, "��\022w\000\000\000\000\000\000?\000\000\000\000\000c\001\000P\000\000\000\000\000\000?\000\000\000\000\000X\001?", '\000' <repeats 14 times>, "\002�\000\000\000\000\000p%\a", '\000' <repeats 15 times>, "�\000\000\000\000\000Py�\000\000\000\000\000Py�\000\000\000\000\000\000[\vw\000\000\000\000gr\000\000\000\000\000\000 �@\030", '\000' <repeats 12 times>, "gr�\000\000\000\000\000`OH\030", '\000' <repeats 12 times>, " \000\000\000\000\000\000\000p\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000z\000\000\000\000\000\000\000@�;\030\000\000\000\000Py�\000\000\000\000\000\060\002?\000\000\000\000\000x\000\000\000\000\000\000\000\000\031\f\025\000\000\000\000\000\000\004\002\000\000\000\000\000OH\030\000\000\000\000\004\000\001\005\000\000\000\000\060\002�\v\002\000�\005\000\000\070\030�\005\000\000`NH\030\000\000\000\000r\030\017w\000\000\000\000\060z�\000\000\000\000\000c\000\000P\000\000\000\000\000\000�\000\000\000\000\000?�\rw\000\000\000\000\000\002?\000\177\000\000\000Py�\000\000\000\000\000gr", '\000' <repeats 31 times>, "�;\030\000\000\000\000g\000\000\000\000\000\000\000\000\002�\v\002\000�\005\000\000\000\000�\005\000\000\000\000�\005\000\000\000\000gr\000\000\000\000\000\000`NH\030\000\000\000\000 �@\030", '\000' <repeats 12 times>, "\004\000\000\000\000\000\000\000 �@\030\177\000\000\000 �@\030\000\000\000\000g\000\000\000\000\000\000\000\004\000\000\000\177\000\000\000\177\000\000\000\000\000\000\000@�;\030\000\000\000\000@�;\030\000\000\000\000\060\002?\000\000\000\000\000\060\002?\000\000\000\000\000?\001\000\000\000\000\000\000 �\"\000\000\000\000\000W\000\004S\000\000\000\000`MH\030\000\000\000\000t\002?\000\000\000\000\000\060\002?\000\000\000\000\000\060\000\000\000\000\000\000\000 �@\030\000\000\000\000�\002\000\000\000\000\000\000g\000\000\000\000\000\000\000�4\016w\000\000\000\000\060\002?\000\000\000\000\000\024\000\004\020\000\000\000\000\210QH\030\000\000\000\000\060\002?\000\000\000\000\000\210QH\030\000\000\000\000���k\000\000\000\000\060\002?\000\000\000\000\000p\000\000\000����?�\"\000\000\000\000\000\060\002?\000\000\000\000\001\200MH\030\000\000\000\000W\000\000\000\000\000\000\000P�\"\000\000\000\000\000P\005\000\000\000\000\000\000\003", '\000' <repeats 15 times>, "\002\000\004\006\000\000\000\000�\005\004�\000\000\000\000\004\000\000\000\000\000\000\000pOH\030\000\000\000\000\210QH\030\000\000\000\000���k\000\000\000\000\210QH\030\000\000\000\000���k\000\000\000\000\210QH\030\000\000\000\000���k\000\000\000\000\210QH\030\000\000\000\000���k", '\000' <repeats 12 times>, "�\v\004�\000\000\000\000\060\000\000\000\000\000\000\000\032\000\a\035\000\000\000\000\000\000?\000\000\000\000\000\002\000\004\006\000\000\000\000\000�\"\000\000\000\000\000�[?k\000\000\000\000\004", '\000' <repeats 17 times>, "?\000\000\000\000\000�\005\004�\000\000\000\000\003\000\000\000\000\000\000\000�\005\004�\000\000\000\000\210QH\030\000\000\000\000���k\000\000\000\000\210QH\030\000\000\000\000���k\000\000\000\000g\000\000\000\000\000\000\000���k\000\000\000\000\210QH\030\000\000\000\000���k", '\000' <repeats 12 times>, "pNH\030\000\000\000\000\000����\a\000\000\020\000\a\027\000\000\000\000\000\000?\000\000\000\000\000\020�\"", '\000' <repeats 13 times>, "pMH\030\000\000\000\000\000MH\030\000\000\000\000c\000\000P\000\000\000\000\000\000?\000\000\000\000\000�?\025w\000\000\000\000\000\000?\000\000\000\000\000`MH\030\000\000\000\000\000\000?\000\000\000\000\000\001��k", '\000' <repeats 12 times>, "pMH\030\000\000\000\000\210QH\030\000\000\000\000\020\000\a\027\000\000\000\000\000\000?\000\000\000\000\000/?\017w", '\000' <repeats 12 times>, "pMH\030\000\000\000\000\001MH\030\000\000\000\000c\000\000P\000\000\000\000\000\000?\000\000\000\000\000`MH\030\000\000\000\000 JH\030\000\000\000\000G�\rw", '\000' <repeats 28 times>, "H?\025w\000\000\000\000\001\001", '\000' <repeats 38 times>, "\021\004H\030\000\000\000\000 JH\030\000\000\000\000�JH\030\000\000\000\000\000\000�\v\002\000\000\000c\000\000Pz\000\000\000\000\000?\000\002\000\000\000�\005�\v\000\000\002\000\060LH\030\001\000\000\000r\030\017w\000\000\000\000�\v\000\000�\005\000\000\004\000�\005\000\000\000\000\020�\"\000z\000\000\000\000\000?k\000\000\000\000 �@\030\000\000\000\000 JH\030\000\000\000\000@�\"\000\000\000\000\000�JH\030\000\000\000\000\000�;\030\000\000\000\000\000\000\nw\000\000\000\000\000\002?\000\177\000\000\000\177\000\000\000\000\000\000\000\177\000\000\000\000\000\000\000�\005\a\001�\005\000\000\a\000\000\000\000\000\000\000t\002?\000\000\000\000\000\060\002?\000\000\000\000\000\177", '\000' <repeats 15 times>, "?\000\000\000\000\000\000\000\005", '\000' <repeats 15 times>, "\177\000\000\000\000\000\000\000z\000\000\000\000\000\000\000 KH\030\000\000\000\000r\030\017w\000\000\000\000(\002\000\000\000\000\000\000�\023���\a\000\000\060\002?\000\000\000\000\000\020\000\000\000\000\000\000\000?", '\000' <repeats 15 times>, " �@\030\000\000\000\000\060\002?\000\000\000\000\000\000\002?\000\000\000\000\000@�;\030\000\000\000\000\000�@\030\000\000\000\000\060\000\000\000\000\000\000\000�\005�\v\002\000\000\000�\005?k�\005\000\000\177\000\000\000\000\000\000\000?\000\000\000\000\000\000\000\060\002?\000\000\000\000\000 �@\030", '\000' <repeats 12 times>, "X\001?\000\000\000\000\000\060\002?\000\005\000\000\000\060\002?\000\000\000\000\000�IH\030\000\000\000\000G�\rw\000\000\000\000\177\000\000\000\000\000\000\000\000\000\070\030\000\000\000\000 �@\030\000\000\000\000\200\a\000\000\000\000\000\000\060\002?\000\000\000\000\000p\002\000\000\000\000\000\000\000�@\030\000\000\000\000\060KH\030", '\000' <repeats 12 times>, "\060\002?\000\000\000\000\000�IH\030\000\000\000\000p\000\000\000\000\000\000\000 �@\030\000\000\000\000\177\000\000\000\000\000\000\000\177\000\000\000\002\000\000\000\020\t\000\000\000\000\000\000\060\002?\000\001\000\000\000\020QH\030\000\000\000\000�\v\000\000�\005\000\000\060\002�\005\000\000\000\000\060\002?\000\000\000\000\000t\002?\000\000\000\000\000 �@\030\000\000\000\000�IH\030\000\000\000\000\000����\a\000\000 �@\030\000\000\000\000�JH\030\000\000\000\000\177\000\000\000\000\000\000\000\000KH\030\000\000\000\000\220\b\000\000\000\000\000\000\060\002?\000\000\000\000\000\177\000\000\000\000\000\000\000\v\000\000\000\000\000\000\000�\a\000\000\000\000\000\000�\v\004�\000\000\000\000\177\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000?\000\000\000\000\000\000\000�\v\004�\000\000\000\000@@�\026\000\000\000\000�\005\004�\000\000\000\000\005\000\a\002\000\000\000\000\000����\a\000\000/?\017w\000\000\000\000�\005\004�\000\000\000\000�\v\004�\000\000\000\000\060\002?\000\000\000\000\000 \000\000\000\000\000\000\000�\005\004�", '\000' <repeats 12 times>, " �@\030\000\000\000\000\060\002?\000\000\000\000\000\000\000?\000\000\000\000\000@�;\030\000\000\000\000\000\000?\000\000\000\000\000\060", '\000' <repeats 15 times>, "�\005\004�\000\000\000\000\177\000\000\000\000\000\000\000\005\000\a\002\000\000\000\000\060\002?\000\000\000\000\000�\005\004�\000\000\000\000?\000\000\000\000\000\000\000X\001?\000\000\000\000\000\001KH\030\000\000\000\000\060\002?\000\000\000\000\000?\000\000\000\000\000\000\000�KH\030\000\000\000\000\000����\a\000\000\000\000\070\030", '\000' <repeats 29 times>, "JH\030\000\000\000\000\000JH\030\000\000\000\000�JH\030\000\000\000\000\000\000?\000\000\000\000\000\060\002?\000\000\000\000\000\000\000?\000\000\000\000\000p\000\000\000\000\000\000\000\000\000?\000\000\000\000\000\177\000\000\000\000\000\000\000\002\000\004\006\000\000\000\000�\t\000\000\000\000\000\000\000\000?\000\000\000\000\000\023\000\a\024\003\000\000\000\000\000?\000\000\000\000\000/?\017w", '\000' <repeats 12 times>, "t\002?\000\000\000\000\000\001JH\030\000\000\000\000c\000\000P\000\000\000\000\000\000?\000\000\000\000\000 �@\030\000\000\000\000?\000\000\000\000\000\000\000\000����\a\000\000"..., q_for_alignment_1 = 2885084, q_for_alignment_2 = 1.4254208897662469e-317}}
        canWait = true
        retVal = true
        seenWM_QT_SENDPOSTEDEVENTS = true
        d = 0x146739a0
        needWM_QT_SENDPOSTEDEVENTS = false
#77 0x0000000062861579 in QWindowsGuiEventDispatcher::processEvents (this=0x3f7a60, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\plugins\platforms\windows\qwindowsguieventdispatcher.cpp:73
        __PRETTY_FUNCTION__ = "virtual bool QWindowsGuiEventDispatcher::processEvents(QEventLoop::ProcessEventsFlags)"
        __FUNCTION__ = "processEvents"
        rc = true
#78 0x000000006b98a7ee in QEventLoop::processEvents (this=0x22fbb0, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventloop.cpp:128
        d = 0x18484a00
#79 0x000000006b98aab0 in QEventLoop::exec (this=0x22fbb0, flags=...) at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qeventloop.cpp:204
        locker = {val = 4159712}
        __PRETTY_FUNCTION__ = "int QEventLoop::exec(QEventLoop::ProcessEventsFlags)"
        ref = {d = 0x18484a00, locker = @0x22fb20, exceptionCaught = true}
        app = 0x22fd50
        d = 0x18484a00
#80 0x000000006b98d285 in QCoreApplication::exec () at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\corelib\kernel\qcoreapplication.cpp:1188
        threadData = 0x3f77d0
        __PRETTY_FUNCTION__ = "static int QCoreApplication::exec()"
        eventLoop = {<QObject> = {_vptr.QObject = 0x6bd02e90 <vtable for QEventLoop+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x18484a00}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x6bcf0fc0 <qt_meta_stringdata_QEventLoop>, data = 0x6bcf1040 <qt_meta_data_QEventLoop>, static_metacall = 0x6ba278a0 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        returnCode = 0
#81 0x0000000000b487dc in QGuiApplication::exec () at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\gui\kernel\qguiapplication.cpp:1507
No locals.
#82 0x000000000981dce5 in QApplication::exec () at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\widgets\kernel\qapplication.cpp:2956
No locals.
#83 0x000000000040176e in qMain (argc=1, argv=0x3f6e80) at ..\agc-ms\main.cpp:37
        a = {<QGuiApplication> = {<QCoreApplication> = {<QObject> = {_vptr.QObject = 0x9dfb250 <vtable for QApplication+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x3f7620}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x6bcf11c0 <qt_meta_stringdata_QCoreApplication>, data = 0x6bcf1400 <qt_meta_data_QCoreApplication>, static_metacall = 0x6ba27a20 <QCoreApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, static self = 0x22fd50}, static staticMetaObject = {d = {superdata = 0x6bcf10e0 <QCoreApplication::staticMetaObject>, stringdata = 0xfeef40 <qt_meta_stringdata_QGuiApplication>, data = 0xfef440 <qt_meta_data_QGuiApplication>, static_metacall = 0xb4e9ce <QGuiApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0xfe0060 <QGuiApplication::staticMetaObject>, stringdata = 0x9cf3d00 <qt_meta_stringdata_QApplication>, data = 0x9cf4040 <qt_meta_data_QApplication>, static_metacall = 0x9822cd0 <QApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        file = {<QFileDevice> = {<QIODevice> = {<QObject> = {_vptr.QObject = 0x6bd08cd0 <vtable for QFile+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x146756e0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x6bcedc80 <qt_meta_stringdata_QIODevice>, data = 0x6bcedd80 <qt_meta_data_QIODevice>, static_metacall = 0x6ba23c10 <QIODevice::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bcedbe0 <QIODevice::staticMetaObject>, stringdata = 0x6bcedb20 <qt_meta_stringdata_QFileDevice>, data = 0x6bcedb60 <qt_meta_data_QFileDevice>, static_metacall = 0x6ba23b10 <QFileDevice::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x6bceda80 <QFileDevice::staticMetaObject>, stringdata = 0x6bceda00 <qt_meta_stringdata_QFile>, data = 0x6bceda20 <qt_meta_data_QFile>, static_metacall = 0x6ba23a10 <QFile::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}}
        w = {<QMainWindow> = {<QWidget> = {<QObject> = {_vptr.QObject = 0x463e50 <vtable for MainWindow+16>, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x6bc17080 <qt_meta_stringdata_QObject>, data = 0x6bc171c0 <qt_meta_data_QObject>, static_metacall = 0x6b9c1516 <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, d_ptr = {d = 0x14675d20}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x6bcd8fc0 <qt_meta_stringdata_Qt>, data = 0x6bce3340 <qt_meta_data_Qt>, static_metacall = 0x0, relatedMetaObjects = 0x0, extradata = 0x0}}}, <QPaintDevice> = {_vptr.QPaintDevice = 0x464008 <vtable for MainWindow+456>, painters = 0, reserved = 0x0}, static staticMetaObject = {d = {superdata = 0x6bc16b00 <QObject::staticMetaObject>, stringdata = 0x9cfb740 <qt_meta_stringdata_QWidget>, data = 0x9cfc4c0 <qt_meta_data_QWidget>, static_metacall = 0x98628fc <QWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, data = 0x14675e50}, static staticMetaObject = {d = {superdata = 0x9cef140 <QWidget::staticMetaObject>, stringdata = 0x9de0b80 <qt_meta_stringdata_QMainWindow>, data = 0x9de0f80 <qt_meta_data_QMainWindow>, static_metacall = 0x9b8e2b0 <QMainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x9de1130 <qt_meta_extradata_QMainWindow>, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x9de0a60 <QMainWindow::staticMetaObject>, stringdata = 0x4612c0 <qt_meta_stringdata_MainWindow>, data = 0x461480 <qt_meta_data_MainWindow>, static_metacall = 0x41d1d0 <MainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>, relatedMetaObjects = 0x0, extradata = 0x0}}, ui = 0x146822d0, dbi = 0x14722ae0, renderManager = 0x16d6e330, renderProgressBar = 0x16e04650, queuedCountLabel = 0x16e024c0, quitRenderDialog = 0x0, coatingPropertiesWidget = 0x16de0180, preferencesDialog = 0x14724500, adminDialog = 0x14740a50, preFullScreenGeom = {static MaxSize = 1073741800, d = 0x6bb44b60 <QArrayData::shared_null>}}
        r = 0
#84 0x000000000042102d in WinMain () at E:\Qt64\qt-everywhere-opensource-src-5.4.1\qtbase\src\winmain\qtmain_win.cpp:112
        argc = 1
        argvW = 0xa48e00
        argv = 0x3f6e80
        exitCode = 0
#85 0x00000000004013b5 in __tmainCRTStartup ()
No symbol table info available.
#86 0x00000000004014c8 in WinMainCRTStartup ()
No symbol table info available.


More information about the Interest mailing list