[Qt-creator] App crashes if signals come to fast in debug mode?

Murphy, Sean smurphy at walbro.com
Wed Dec 12 18:02:11 CET 2018


> Open an issue on bugreports.qt-project.org and attach a debugger log
> (contents of right pane of Windows->Views->Debugger Log) there.

Here's the contents of the debugger log, it looks like it is crashing when attempting to find a Cygwin file ("../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S: No such file or directory"). Let me know if you still think I should open it as a bug. 

I also have a minimal example that exhibits this behavior that I can upload somewhere if you want to take a look.

Sean

Debugger log:
t11:50:45.077 [13129ms]
sStarting debugger "GdbEngine" for ABI "x86-windows-msys-pe-32bit"...
t11:50:45.077
dStart parameters: 'threadedProgressDialogTest' mode: 1
dABI: x86-windows-msys-pe-32bit
dLanguages: c++ 
dExecutable: C:\Users\smurphy\Documents\TestProjects\build-threadedProgressDialogTest-Desktop_Qt_5_9_6_MinGW_32bit3-Debug\debug\threadedProgressDialogTest 
dDirectory: C:\Users\smurphy\Documents\TestProjects\build-threadedProgressDialogTest-Desktop_Qt_5_9_6_MinGW_32bit3-Debug
dDebugger: C:\Qt_5.9.0\Tools\mingw530_32\bin\gdb.exe
dProject: C:\Users\smurphy\Documents\TestProjects\threadedProgressDialogTest
dAdditional Search Directories:
dSysroot: 
dDebug Source Location: 
t11:50:45.077
dDebugger settings:
dAdditionalArguments:   (default: )
dAdjustBreakpointLocations: true  (default: true)
dAllPluginBreakpoints: true  (default: true)
dAlwaysAdjustColumnWidths: true  (default: true)
dAutoDerefPointers: true  (default: true)
dAutoEnrichParameters: true  (default: true)
dAutoQuit: false  (default: false)
dBreakEvent:   (default: )
dBreakOnAbort: false  (default: false)
dBreakOnCatch: false  (default: false)
dBreakOnCrtDbgReport: false  (default: false)
dBreakOnFatal: true  (default: false)  ***
dBreakOnThrow: false  (default: false)
dBreakOnWarning: false  (default: false)
dBreakpointCorrection: true  (default: true)
dBreakpointsFullPath: false  (default: false)
dCDB_Console: false  (default: false)
dCloseBuffersOnExit: false  (default: false)
dCloseMemoryBuffersOnExit: true  (default: true)
dDisplayStringLimit: 100  (default: 100)
dEnableReverseDebugging: false  (default: false)
dExtraDumperFile:   (default: )
dFontSizeFollowsEditor: false  (default: false)
dGdbCustomDumperCommands:   (default: )
dGdbPostAttachCommands:   (default: )
dGdbStartupCommands:   (default: )
dIdentifyDebugInfoPackages: false  (default: false)
dIgnoreFirstChanceAccessViolation: false  (default: false)
dIntelFlavor: false  (default: false)
dLoadGdbDumpers2: false  (default: false)
dLoadGdbInit: true  (default: true)
dLogTimeStamps: true  (default: false)  ***
dMaximalStackDepth: 20  (default: 20)
dMaximalStringLength: 10000  (default: 10000)
dMultiInferior: false  (default: false)
dNoPluginBreakpoints: false  (default: false)
dQmlInspector.ShowAppOnTop: false  (default: false)
dRaiseOnInterrupt: true  (default: true)
dRegisterForPostMortem: false  (default: false)
dSelectedPluginBreakpoints: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dShowQObjectNames2: true  (default: true)
dShowQmlObjectTree: true  (default: true)
dShowQtNamespace: true  (default: true)
dShowStandardNamespace: true  (default: true)
dShowThreadNames: false  (default: false)
dSkipKnownFrames: false  (default: false)
dSortStructMembers: true  (default: true)
dSourcePaths:   (default: )
dStationaryEditorWhileStepping: false  (default: false)
dSwitchModeOnExit: true  (default: false)  ***
dSymbolPaths:   (default: )
dTargetAsync: false  (default: false)
dUseAddressInBreakpointsView: false  (default: false)
dUseAddressInStackView: false  (default: false)
dUseAlternatingRowColours: false  (default: false)
dUseCodeModel: true  (default: true)
dUseDebuggingHelper: true  (default: true)
dUseDynamicType: true  (default: true)
dUseMessageBoxForSignals: true  (default: true)
dUsePythonDumper: true  (default: true)
dUseToolTips: true  (default: true)
dUseToolTipsInBreakpointsView: true  (default: false)  ***
dUseToolTipsInLocalsView: false  (default: false)
dUseToolTipsInStackView: true  (default: true)
dWarnOnReleaseBuilds: true  (default: true)
dWatchdogTimeout: 20  (default: 20)
t11:50:45.084 [7ms]
dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
t11:50:45.084
dCALL: SETUP ENGINE
t11:50:45.084
dTRYING TO START ADAPTER
t11:50:45.084
dENABLING TEST CASE: 0
t11:50:45.084
dSTARTING C:/Qt_5.9.0/Tools/mingw530_32/bin/gdb.exe --tty=\\.\pipe\creator-12736-22442 -i mi
t11:50:45.088 [4ms]
dGDB STARTED, INITIALIZING IT
t11:50:45.089 [1ms]
<1608show version
t11:50:45.089
<1609show debug-file-directory
t11:50:45.089
<1610set print object on
t11:50:45.090 [1ms]
<1611set breakpoint pending on
t11:50:45.090
<1612set print elements 10000
t11:50:45.090
<1613set unwindonsignal on
t11:50:45.091 [1ms]
<1614set width 0
t11:50:45.091
<1615set height 0
t11:50:45.091
sSetting up inferior...
t11:50:45.195
<1616set substitute-path C:/work/build/qt5_workdir/w/s C:/Qt_5.9.0/5.9.6/mingw53_32
t11:50:45.196 [1ms]
<1617set substitute-path Q:/qt5_workdir/w/s C:/Qt_5.9.0/5.9.6/mingw53_32
t11:50:45.196
<1618set substitute-path c:/Users/qt/work/install C:/Qt_5.9.0/5.9.6/mingw53_32
t11:50:45.197 [1ms]
<1619set substitute-path c:/users/qt/work/qt C:/Qt_5.9.0/5.9.6/mingw53_32
t11:50:45.197
<1620python sys.path.insert(1, 'C:/Qt_5.9.0/Tools/QtCreator/share/qtcreator/debugger/')
t11:50:45.198 [1ms]
<1621python sys.path.append('C:/Qt_5.9.0/Tools/mingw530_32/bin/data-directory/python')
t11:50:45.198
<1622python from gdbbridge import *
t11:50:45.199 [1ms]
<1623python theDumper.loadDumpers({"token":1623})
t11:50:45.217 [18ms]
>=thread-group-added,id="i1"
>~"GNU gdb (GDB) 7.10.1\n"
>~"Copyright (C) 2015 Free Software Foundation, Inc.\n"
>~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\nand \"show warranty\" for details.\n"
>~"This GDB was configured as \"i686-w64-mingw32\".\nType \"show configuration\" for configuration details."
>~"\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>~"Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
>~"For help, type \"help\".\n"
>~"Type \"apropos word\" to search for commands related to \"word\".\n"
t11:50:45.223 [6ms]
t11:50:45.223
>&"show version\n"
>~"GNU gdb (GDB) 7.10.1\n"
>~"Copyright (C) 2015 Free Software Foundation, Inc.\n"
>~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\nand \"show warranty\" for details.\n"
>~"This GDB was configured as \"i686-w64-mingw32\".\nType \"show configuration\" for configuration details."
>~"\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>~"Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
>~"For help, type \"help\".\n"
>~"Type \"apropos word\" to search for commands related to \"word\".\n"
t11:50:45.223
>1608^done
t11:50:45.223
tResponse time: show version: 0.135 s
t11:50:45.223
dPARSING VERSION: 1608^done
t11:50:45.223
dSUPPORTED GDB VERSION GNU gdb (GDB) 7.10.1
dCopyright (C) 2015 Free Software Foundation, Inc.
dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
dThis is free software: you are free to change and redistribute it.
dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
dand "show warranty" for details.
dThis GDB was configured as "i686-w64-mingw32".
dType "show configuration" for configuration details.
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dFind the GDB manual and other documentation resources online at:
d<http://www.gnu.org/software/gdb/documentation/>.
dFor help, type "help".
dType "apropos word" to search for commands related to "word".
dGNU gdb (GDB) 7.10.1
dCopyright (C) 2015 Free Software Foundation, Inc.
dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
dThis is free software: you are free to change and redistribute it.
dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
dand "show warranty" for details.
dThis GDB was configured as "i686-w64-mingw32".
dType "show configuration" for configuration details.
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dFind the GDB manual and other documentation resources online at:
d<http://www.gnu.org/software/gdb/documentation/>.
dFor help, type "help".
dType "apropos word" to search for commands related to "word".
t11:50:45.223
dUSING GDB VERSION: 71001, BUILD: 2015
t11:50:45.224 [1ms]
<1624-interpreter-exec console "set target-async off"
t11:50:45.224
t11:50:45.224
>&"show debug-file-directory\n"
>~"The directory where separate debug symbols are searched for is \"c:\\c\\mingw530\\i686-530-posix-dwarf-rt_v4-rev0\\mingw32\\lib\\debug\".\n"
t11:50:45.224
>1609^done
t11:50:45.224
tResponse time: show debug-file-directory: 0.135 s
t11:50:45.224
t11:50:45.224
>&"set print object on\n"
t11:50:45.224
>=cmd-param-changed,param="print object",value="on"
t11:50:45.224
>1610^done
t11:50:45.224
tResponse time: set print object on: 0.135 s
t11:50:45.224
t11:50:45.224
>&"set breakpoint pending on\n"
t11:50:45.224
>=cmd-param-changed,param="breakpoint pending",value="on"
t11:50:45.224
>1611^done
t11:50:45.224
tResponse time: set breakpoint pending on: 0.135 s
t11:50:45.224
t11:50:45.224
>&"set print elements 10000\n"
t11:50:45.224
>=cmd-param-changed,param="print elements",value="10000"
t11:50:45.224
>1612^done
t11:50:45.224
tResponse time: set print elements 10000: 0.134 s
t11:50:45.224
t11:50:45.224
>&"set unwindonsignal on\n"
t11:50:45.224
>=cmd-param-changed,param="unwindonsignal",value="on"
t11:50:45.224
>1613^done
t11:50:45.224
tResponse time: set unwindonsignal on: 0.134 s
t11:50:45.224
t11:50:45.224
>&"set width 0\n"
t11:50:45.224
>=cmd-param-changed,param="width",value="4294967295"
t11:50:45.224
>1614^done
t11:50:45.224
tResponse time: set width 0: 0.134 s
t11:50:45.224
t11:50:45.224
>&"set height 0\n"
t11:50:45.224
>1615^done
t11:50:45.224
tResponse time: set height 0: 0.133 s
t11:50:45.224
t11:50:45.225 [1ms]
>&"set substitute-path C:/work/build/qt5_workdir/w/s C:/Qt_5.9.0/5.9.6/mingw53_32\n"
t11:50:45.225
>1616^done
t11:50:45.225
tResponse time: set substitute-path C:/work/build/qt5_workdir/w/s C:/Qt_5.9.0/5.9.6/mingw53_32: 0.03 s
t11:50:45.225
t11:50:45.225
>&"set substitute-path Q:/qt5_workdir/w/s C:/Qt_5.9.0/5.9.6/mingw53_32\n"
t11:50:45.225
>1617^done
t11:50:45.225
tResponse time: set substitute-path Q:/qt5_workdir/w/s C:/Qt_5.9.0/5.9.6/mingw53_32: 0.03 s
t11:50:45.225
t11:50:45.225
>&"set substitute-path c:/Users/qt/work/install C:/Qt_5.9.0/5.9.6/mingw53_32\n"
t11:50:45.225
>1618^done
t11:50:45.225
tResponse time: set substitute-path c:/Users/qt/work/install C:/Qt_5.9.0/5.9.6/mingw53_32: 0.029 s
t11:50:45.225
t11:50:45.225
>&"set substitute-path c:/users/qt/work/qt C:/Qt_5.9.0/5.9.6/mingw53_32\n"
t11:50:45.225
>1619^done
t11:50:45.225
tResponse time: set substitute-path c:/users/qt/work/qt C:/Qt_5.9.0/5.9.6/mingw53_32: 0.029 s
t11:50:45.225
t11:50:45.225
>&"python sys.path.insert(1, 'C:/Qt_5.9.0/Tools/QtCreator/share/qtcreator/debugger/')\n"
t11:50:45.225
>1620^done
t11:50:45.225
tResponse time: python sys.path.insert(1, 'C:/Qt_5.9.0/Tools/QtCreator/share/qtcreator/debugger/'): 0.028 s
t11:50:45.225
t11:50:45.225
>&"python sys.path.append('C:/Qt_5.9.0/Tools/mingw530_32/bin/data-directory/python')\n"
t11:50:45.225
>1621^done
t11:50:45.225
tResponse time: python sys.path.append('C:/Qt_5.9.0/Tools/mingw530_32/bin/data-directory/python'): 0.028 s
t11:50:45.225
t11:50:45.225
>&"python from gdbbridge import *\n"
t11:50:45.271 [46ms]
>1622^done
t11:50:45.271
tResponse time: python from gdbbridge import *: 0.073 s
t11:50:45.271
t11:50:45.271
>&"python theDumper.loadDumpers({\"token\":1623})\n"
>~"result={token=\"1623\",dumpers=[{type=\"std____debug__unordered_set\"},{type=\"boost__variant\"},{type=\"QV4__InternalClass__Transition\"},{type=\"CPlusPlus__Identifier\"},{type=\"QtcDumperTest_PointerArray\"},{type=\"std__list\"},{type=\"QmakeProjectManager__QmakeProFileNode\"},{type=\"QtcDumperTest_FieldAccessByIndex\"},{type=\"std__multimap\",formats=\"17\"},{type=\"QUuid\"},{type=\"boost__optional\"},{type=\"QDir\"},{type=\"TNimNode\"},{type=\"QSharedData\"},{type=\"Debugger__Internal__GdbMi\"},{type=\"QV4__PropertyHash\"},{type=\"std__complex\"},{type=\"__m256\"},{type=\"boost__container__list\"},{type=\"CPlusPlus__Symbol\"},{type=\"std____debug__unordered_multimap\",formats=\"17\"},{type=\"std____1__complex\"},{type=\"std__deque\"},{type=\"std___Rb_tree_const_iterator\"},{type=\"QFixed\"},{type=\"uint8_t\"},{type=\"std____1__set__iterator\"},{type=\"std____debug__stack\"},{type=\"CPlusPlus__StringLiteral\"},{type=\"QPoint\"},{type=\"std____1__vector\",formats=\"16\"},{type=\"QMultiMap\",formats=\"17\"},{type=\"CPlusPlus__Token\"},{type=\"std__byte\"},{type=\"QLocale\"},{type=\"QV4__CallContext\"},{type=\"QJsonPrivate__q_littleendian\"},{type=\"string\",editable=\"true\"},{type=\"std__set\"},{type=\"std___Tree_const_iterator\"},{type=\"__gnu_cxx__hash_set\"},{type=\"QFile\"},{type=\"wstring\",editable=\"true\"},{type=\"QByteArrayData\"},{type=\"CPlusPlus__Literal\"},{type=\"QSizeF\"},{type=\"NimStringDesc\"},{type=\"std__unordered_multimap\",formats=\"17\"},{type=\"QIPv6Address\"},{type=\"QV4__Heap__String\"},{type=\"Utils__ElfSection\"},{type=\"QGraphicsPolygonItem\"},{type=\"Debugger__Internal__DisassemblerLine\"},{type=\"QTypedArrayData\"},{type=\"QTimeZone\"},{type=\"QMap\",formats=\"17\"},{type=\"std____cxx11__string\",editable=\"true\",formats=\"5, 6, 7, 8\"},{type=\"std____1__stack\"},{type=\"QArrayData\"},{type=\"QV4__ScopedString\"},{type=\"QChar\"},{type=\"boost__posix_time__time_duration\"},{type=\"CPlusPlus__TemplateNameId\"},{type=\"QQmlRefCount\"},{type=\"std____debug__set\"},{type=\"QMetaObject\"},{type=\"QHostAddress\"},{type=\"QV4__Value\"},{type=\"QVariantList\"},{type=\"std__unordered_multiset\"},{type=\"QObjectPrivate__ConnectionList\"},{type=\"QJsonValue\"},{type=\"std____1__shared_ptr\"},{type=\"QV4__SimpleScriptFunction\"},{type=\"CPlusPlus__Internal__Value\"},{type=\"QFileInfo\"},{type=\"QHash__const_iterator\"},{type=\"qfloat16\"},{type=\"ProjectExplorer__FolderNode\"},{type=\"QTime\"},{type=\"QSqlField\"},{type=\"std___Tree_iterator\"},{type=\"QXmlStreamStringRef\"},{type=\"CPlusPlus__PointerType\"},{type=\"std____1__weak_ptr\"},{type=\"std____debug__unordered_multiset\"},{type=\"QString\",editable=\"true\",formats=\"2, 4\"},{type=\"gsl__span\"},{type=\"boost__bimaps__bimap\"},{type=\"cv__Size_\"},{type=\"std____cxx1998__map\"},{type=\"std____1__map__const_iterator\"},{type=\"QV4__Heap__Base\"},{type=\"QHash\",formats=\"17\"},{type=\"QXmlAttributes\"},{type=\"QHash__iterator\"},{type=\"KDSoapValue1\"},{type=\"QMetaEnum\"},{type=\"QLinkedList\"},{type=\"Utils__FileName\"},{type=\"QVariantHash\"},{type=\"QStack\",formats=\"16\"},{type=\"QBitArray\"},{type=\"std__list__QNX\"},{type=\"Debugger__Internal__BreakpointModelId\"},{type=\"boost__unordered__unordered_set\"},{type=\"Qt__ItemDataRole\"},{type=\"QLazilyAllocated\"},{type=\"std____1__basic_string\"},{type=\"std____cxx11__basic_string\"},{type=\"std__set__const_iterator\"},{type=\"QQmlBinding\"},{type=\"std____1__unique_ptr\"},{type=\"std__map__iterator\"},{type=\"QDate\"},{type=\"std____1__set_const_iterator\"},{type=\"std__stack\"},{type=\"std____weak_ptr\"},{type=\"std__multiset\"},{type=\"std__unordered_map\",formats=\"17\"},{type=\"QJsonPrivate__qle_bitfield\"},{type=\"QV4__Identifier\"},{type=\"__m128\"},{type=\"__m128d\"},{type=\"QTextCodec\"},{type=\"std__shared_ptr\"},{type=\"std____1__wstring\"},{type=\"std__unordered_set\"},{type=\"std__string\",editable=\"true\",formats=\"5, 6, 7, 8\"},{type=\"QHashedString\"},{type=\"QtcDumperTest_List__NodeX\"},{type=\"Utf8String\"},{type=\"__m512d\"},{type=\"std____cxx1998__set\"},{type=\"QPixmap\"},{type=\"ProjectExplorer__Node\"},{type=\"std____1__multimap\",formats=\"17\"},{type=\"QMetaClassInfo\"},{type=\"std__map\",formats=\"17\"},{type=\"boost__posix_time__ptime\"},{type=\"QPointF\"},{type=\"std____cxx11__wstring\",editable=\"true\",formats=\"2, 4\"},{type=\"Eigen__Matrix\"},{type=\"QImage\",formats=\"2, 4\"},{type=\"QSet\"},{type=\"std__valarray\",formats=\"16\"},{type=\"std__map__const_iterator\"},{type=\"QJsonArray\"},{type=\"CPlusPlus__QualifiedNameId\"},{type=\"std____1__deque\"},{type=\"QFiniteStack\",formats=\"16\"},{type=\"std__set__iterator\"},{type=\"QTextDocument\"},{type=\"QTJSC__JSValue\"},{type=\"QSqlResultPrivate\"},{type=\"NimGenericSequence__\"},{type=\"QRegion\"},{type=\"std__wstring\",editable=\"true\",formats=\"2, 4\"},{type=\"QV4_Object\"},{type=\"QBasicAtomicInt\"},{type=\"QScriptValue\"},{type=\"QMetaProperty\"},{type=\"QDateTime\"},{type=\"std____1__unordered_set\"},{type=\"std____1__map__iterator\"},{type=\"boost__gregorian__date\"},{type=\"std__pair\"},{type=\"std__set__QNX\"},{type=\"std____1__list\"},{type=\"std__deque__MSVC\"},{type=\"CPlusPlus__ByteArrayRef\"},{type=\"QProcEnvKey\"},{type=\"boost__shared_ptr\"},{type=\"QV__PropertyHash\"},{type=\"Core__Id\"},{type=\"std__basic_string\"},{type=\"std____debug__vector\",formats=\"16\"},{type=\"QRectF\"},{type=\"QAtomicInt\"},{type=\"__m256i\"},{type=\"QQmlSourceLocation\"},{type=\"WTF__String\"},{type=\"Debugger__Internal__WatchData\"},{type=\"__m256d\"},{type=\"KDSoapValue\"},{type=\"std____1__set\"},{type=\"gsl__byte\"},{type=\"QPolygonF\"},{type=\"QXmlStreamAttribute\"},{type=\"int8_t\"},{type=\"QStandardItemData\"},{type=\"QV4__SharedInternalClassData\"},{type=\"QQmlAccessorProperties__Properties\"},{type=\"QByteArray\",editable=\"true\",formats=\"5, 6, 7, 8\"},{type=\"QtcDumperTest_String\"},{type=\"ProjectExplorer__Kit\"},{type=\"QV4__ExecutionContext\"},{type=\"ProKey\"},{type=\"CPlusPlus__Class\"},{type=\"std__vector\",editable=\"true\",formats=\"16\"},{type=\"QV4__FunctionObject\"},{type=\"std____1__multiset\"},{type=\"std____1__unordered_map\",formats=\"17\"},{type=\"QV4__IdentifierTable\"},{type=\"__m512i\"},{type=\"QV4__InternalClassTransition\"},{type=\"__m128i\"},{type=\"QVariantMap\",formats=\"17\"},{type=\"QStringRef\"},{type=\"std____debug__map\"},{type=\"std____debug__list\"},{type=\"QStaticStringData\"},{type=\"QVariant (QVariantMap)\",formats=\"17\"},{type=\"QSize\"},{type=\"Debugger__Internal__WatchItem\"},{type=\"QPolygon\"},{type=\"std____1__string\"},{type=\"QSharedDataPointer\"},{type=\"QV__PropertyHashData\"},{type=\"QStringList\"},{type=\"std___Rb_tree_iterator\"},{type=\"std__optional\"},{type=\"std__deque__QNX\"},{type=\"QRegExp\"},{type=\"QTextCursor\"},{type=\"QFlags\"},{type=\"QStringData\"},{type=\"std____debug__unordered_map\",formats=\"17\"},{type=\"QList\",formats=\"18, 19\"},{type=\"QJsonPrivate__qle_signedbitfield\"},{type=\"QSharedPointer\"},{type=\"QUrl\",formats=\"2, 4\"},{type=\"QmakeProjectManager__QmakePriFileNode\"},{type=\"cv__Mat\",formats=\"4\"},{type=\"QVarLengthArray\"},{type=\"QV4__Object\"},{type=\"std____debug__deque\"},{type=\"std__unique_ptr\"},{type=\"QScopedPointer\"},{type=\"__m512\"},{type=\"std____1__map\",formats=\"17\"},{type=\"QStandardItem\"},{type=\"QtcDumperTest_BufArray\"},{type=\"QMapNode\"},{type=\"Core__GeneratedFile\"},{type=\"std__once_flag\"},{type=\"std____1__array\",formats=\"16\"},{type=\"std____1__valarray\",formats=\"16\"},{type=\"QVariant\"},{type=\"QV4__String\"},{type=\"QVector\",editable=\"true\",formats=\"16\"},{type=\"ProjectExplorer__ProjectNode\"},{type=\"CPlusPlus__Internal__PPToken\"},{type=\"Debugger__Internal__ThreadId\"},{type=\"std____1__once_flag\"},{type=\"QHashNode\",formats=\"17\"},{type=\"QV4__Scoped\"},{type=\"ProString\"},{type=\"Utils__Port\"},{type=\"QV4__CompilationUnit\"},{type=\"ProjectExplorer__ToolChain\"},{type=\"std__experimental__optional\"},{type=\"QTemporaryFile\"},{type=\"QXmlAttributes__Attribute\"},{type=\"std__function\"},{type=\"QJsonObject\"},{type=\"QRect\"},{type=\"CPlusPlus__IntegerType\"},{type=\"std__array\",formats=\"16\"},{type=\"CMakeProjectManager__Internal__CMakeProjectNode\"},{type=\"QJSValue\"},{type=\"std____cxx11__list\"},{type=\"CPlusPlus__FullySpecifiedType\"},{type=\"__gnu_debug___Safe_iterator\"},{type=\"QV4__ScriptFunction\"},{type=\"QtcDumperTest_List\"},{type=\"QWeakPointer\"},{type=\"std__weak_ptr\"},{type=\"QMetaMethod\"},{type=\"QAtomicPointer\"},{type=\"CPlusPlus__NamedType\"},],python=\"20709\"}\n"
t11:50:45.284 [13ms]
>1623^done
t11:50:45.285 [1ms]
tResponse time: python theDumper.loadDumpers({"token":1623}): 0.087 s
t11:50:45.285
dENGINE SUCCESSFULLY STARTED
t11:50:45.285
sSetting breakpoints...
t11:50:45.285
dSetting breakpoints...
t11:50:45.285
dATTEMPT BREAKPOINT SYNCHRONIZATION
t11:50:45.285
dBREAKPOINTS ARE SYNCHRONIZED
t11:50:45.286 [1ms]
<1625-gdb-set environment PATH=C:\Qt_5.9.0\5.9.6\mingw53_32\lib;C:\Qt_5.9.0\5.9.6\mingw53_32\bin;C:\Qt_5.9.0\Tools\mingw530_32\bin;C:\Qt_5.9.0\5.9.6\mingw53_32\bin;C:\Qt_5.9.0\Tools\mingw530_32\bin;C:\Program Files (x86)\Measurement Computing\DAQ\;C:\ProgramData\Oracle\Java\javapath;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\doxygen\bin;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\IDM Computer Solutions\UltraEdit;C:\Program Files\Git\cmd;C:\Program Files (x86)\GitExtensions\;C:\Program Files (x86)\Dr. Memory\bin\;C:\Program Files\CMake\bin
t11:50:45.287 [1ms]
<1626-gdb-set environment QTDIR=C:\Qt_5.9.0\5.9.6\mingw53_32
t11:50:45.287
<1627cd C:/Users/smurphy/Documents/TestProjects/build-threadedProgressDialogTest-Desktop_Qt_5_9_6_MinGW_32bit3-Debug
t11:50:45.288 [1ms]
<1628-file-exec-and-symbols "C:/Users/smurphy/Documents/TestProjects/build-threadedProgressDialogTest-Desktop_Qt_5_9_6_MinGW_32bit3-Debug/debug/threadedProgressDialogTest"
t11:50:45.288
t11:50:45.288
>1624^done
t11:50:45.288
tResponse time: set target-async off: 0.065 s
t11:50:45.288
t11:50:45.294 [6ms]
>1625^done
t11:50:45.294
tResponse time: -gdb-set environment PATH=C:\Qt_5.9.0\5.9.6\mingw53_32\lib;C:\Qt_5.9.0\5.9.6\mingw53_32\bin;C:\Qt_5.9.0\Tools\mingw530_32\bin;C:\Qt_5.9.0\5.9.6\mingw53_32\bin;C:\Qt_5.9.0\Tools\mingw530_32\bin;C:\Program Files (x86)\Measurement Computing\DAQ\;C:\ProgramData\Oracle\Java\javapath;C:\Perl64\site\bin;C:\Perl64\bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\;C:\Program Files (x86)\Toshiba\Bluetooth Toshiba Stack\sys\x64\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\doxygen\bin;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\IDM Computer Solutions\UltraEdit;C:\Program Files\Git\cmd;C:\Program Files (x86)\GitExtensions\;C:\Program Files (x86)\Dr. Memory\bin\;C:\Program Files\CMake\bin: 0.009 s
t11:50:45.294
t11:50:45.294
>1626^done
t11:50:45.294
tResponse time: -gdb-set environment QTDIR=C:\Qt_5.9.0\5.9.6\mingw53_32: 0.008 s
t11:50:45.294
t11:50:45.294
>&"cd C:/Users/smurphy/Documents/TestProjects/build-threadedProgressDialogTest-Desktop_Qt_5_9_6_MinGW_32bit3-Debug\n"
>~"Working directory C:\\Users\\smurphy\\Documents\\TestProjects\\build-threadedProgressDialogTest-Desktop_Qt_5_9_6_MinGW_32bit3-Debug.\n"
t11:50:45.295 [1ms]
>1627^done
t11:50:45.295
tResponse time: cd C:/Users/smurphy/Documents/TestProjects/build-threadedProgressDialogTest-Desktop_Qt_5_9_6_MinGW_32bit3-Debug: 0.008 s
t11:50:45.295
t11:50:45.326 [31ms]
>1628^done
t11:50:45.326
tResponse time: -file-exec-and-symbols "C:/Users/smurphy/Documents/TestProjects/build-threadedProgressDialogTest-Desktop_Qt_5_9_6_MinGW_32bit3-Debug/debug/threadedProgressDialogTest": 0.039 s
t11:50:45.326
<1629python theDumper.createSpecialBreakpoints({"breakonabort":0,"breakonfatal":1,"breakonwarning":0,"token":1629})
t11:50:45.326
dNOTE: ENGINE SETUP OK
t11:50:45.326
dState changed from EngineSetupRequested(1) to EngineSetupOk(3) [master]
t11:50:45.327 [1ms]
dState changed from EngineSetupOk(3) to EngineRunRequested(4) [master]
t11:50:45.327
dCALL: RUN ENGINE
t11:50:45.327
<1630-exec-run
t11:50:45.327
t11:50:45.336 [9ms]
>&"python theDumper.createSpecialBreakpoints({\"breakonabort\":0,\"breakonfatal\":1,\"breakonwarning\":0,\"token\":1629})\n"
t11:50:45.336
>&"Function \"qFatal\" not defined.\n"
t11:50:45.358 [22ms]
>&"Function \"QMessageLogger::fatal\" not defined.\n"
t11:50:45.358
>1629^done
t11:50:45.358
tResponse time: python theDumper.createSpecialBreakpoints({"breakonabort":0,"breakonfatal":1,"breakonwarning":0,"token":1629}): 0.032 s
t11:50:45.358
t11:50:45.364 [6ms]
>=thread-group-started,id="i1",pid="12756"
t11:50:45.364
sThread group i1 created.
t11:50:45.364
dTaking notice of pid 12756
t11:50:45.366 [2ms]
>=thread-created,id="1",group-id="i1"
t11:50:45.366
sThread 1 created.
>~"[New Thread 12756.0x1904]\n"
t11:50:45.366
s[New Thread 12756.0x1904]
t11:50:45.366
>1630^running
t11:50:45.366
tResponse time: -exec-run: 0.039 s
t11:50:45.366
dNOTE: ENGINE RUN AND INFERIOR RUN OK
t11:50:45.366
sRunning.
t11:50:45.366
dState changed from EngineRunRequested(4) to InferiorRunOk(8) [master]
t11:50:45.366
dINFERIOR STARTED
t11:50:45.366
sApplication started.
t11:50:45.366
>*running,thread-id="all"
t11:50:45.366

t11:50:45.454 [88ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\ntdll.dll",target-name="C:\\windows\\SysWOW64\\ntdll.dll",host-name="C:\\windows\\SysWOW64\\ntdll.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.454
sLibrary C:\windows\SysWOW64\ntdll.dll loaded.
t11:50:45.454
>=library-loaded,id="C:\\windows\\syswow64\\kernel32.dll",target-name="C:\\windows\\syswow64\\kernel32.dll",host-name="C:\\windows\\syswow64\\kernel32.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.454
sLibrary C:\windows\syswow64\kernel32.dll loaded.
t11:50:45.455 [1ms]
>=library-loaded,id="C:\\windows\\syswow64\\KernelBase.dll",target-name="C:\\windows\\syswow64\\KernelBase.dll",host-name="C:\\windows\\syswow64\\KernelBase.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.455
sLibrary C:\windows\syswow64\KernelBase.dll loaded.
t11:50:45.455
>=library-loaded,id="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\Qt5Cored.dll",target-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\Qt5Cored.dll",host-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\Qt5Cored.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.455
sLibrary C:\Qt_5.9.0\5.9.6\mingw53_32\bin\Qt5Cored.dll loaded.
t11:50:45.455
>=library-loaded,id="C:\\windows\\syswow64\\advapi32.dll",target-name="C:\\windows\\syswow64\\advapi32.dll",host-name="C:\\windows\\syswow64\\advapi32.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.455
sLibrary C:\windows\syswow64\advapi32.dll loaded.
t11:50:45.455
>=library-loaded,id="C:\\windows\\syswow64\\msvcrt.dll",target-name="C:\\windows\\syswow64\\msvcrt.dll",host-name="C:\\windows\\syswow64\\msvcrt.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.455
sLibrary C:\windows\syswow64\msvcrt.dll loaded.
t11:50:45.456 [1ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\sechost.dll",target-name="C:\\windows\\SysWOW64\\sechost.dll",host-name="C:\\windows\\SysWOW64\\sechost.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.456
sLibrary C:\windows\SysWOW64\sechost.dll loaded.
t11:50:45.456
>=library-loaded,id="C:\\windows\\syswow64\\rpcrt4.dll",target-name="C:\\windows\\syswow64\\rpcrt4.dll",host-name="C:\\windows\\syswow64\\rpcrt4.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.456
sLibrary C:\windows\syswow64\rpcrt4.dll loaded.
t11:50:45.456
>=library-loaded,id="C:\\windows\\syswow64\\sspicli.dll",target-name="C:\\windows\\syswow64\\sspicli.dll",host-name="C:\\windows\\syswow64\\sspicli.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.456
sLibrary C:\windows\syswow64\sspicli.dll loaded.
t11:50:45.456
>=library-loaded,id="C:\\windows\\syswow64\\cryptbase.dll",target-name="C:\\windows\\syswow64\\cryptbase.dll",host-name="C:\\windows\\syswow64\\cryptbase.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.456
sLibrary C:\windows\syswow64\cryptbase.dll loaded.
t11:50:45.456
>=library-loaded,id="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\libgcc_s_dw2-1.dll",target-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\libgcc_s_dw2-1.dll",host-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\libgcc_s_dw2-1.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.456
sLibrary C:\Qt_5.9.0\5.9.6\mingw53_32\bin\libgcc_s_dw2-1.dll loaded.
t11:50:45.457 [1ms]
>=library-loaded,id="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\libwinpthread-1.dll",target-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\libwinpthread-1.dll",host-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\libwinpthread-1.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.457
sLibrary C:\Qt_5.9.0\5.9.6\mingw53_32\bin\libwinpthread-1.dll loaded.
t11:50:45.457
>=library-loaded,id="C:\\windows\\system32\\mpr.dll",target-name="C:\\windows\\system32\\mpr.dll",host-name="C:\\windows\\system32\\mpr.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.457
sLibrary C:\windows\system32\mpr.dll loaded.
t11:50:45.457
>=library-loaded,id="C:\\windows\\syswow64\\ole32.dll",target-name="C:\\windows\\syswow64\\ole32.dll",host-name="C:\\windows\\syswow64\\ole32.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.457
sLibrary C:\windows\syswow64\ole32.dll loaded.
t11:50:45.457
>=library-loaded,id="C:\\windows\\syswow64\\gdi32.dll",target-name="C:\\windows\\syswow64\\gdi32.dll",host-name="C:\\windows\\syswow64\\gdi32.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.457
sLibrary C:\windows\syswow64\gdi32.dll loaded.
t11:50:45.458 [1ms]
>=library-loaded,id="C:\\windows\\syswow64\\user32.dll",target-name="C:\\windows\\syswow64\\user32.dll",host-name="C:\\windows\\syswow64\\user32.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.458
sLibrary C:\windows\syswow64\user32.dll loaded.
t11:50:45.458
>=library-loaded,id="C:\\windows\\syswow64\\lpk.dll",target-name="C:\\windows\\syswow64\\lpk.dll",host-name="C:\\windows\\syswow64\\lpk.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.458
sLibrary C:\windows\syswow64\lpk.dll loaded.
t11:50:45.460 [2ms]
>=library-loaded,id="C:\\windows\\syswow64\\usp10.dll",target-name="C:\\windows\\syswow64\\usp10.dll",host-name="C:\\windows\\syswow64\\usp10.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.460
sLibrary C:\windows\syswow64\usp10.dll loaded.
t11:50:45.461 [1ms]
>=library-loaded,id="C:\\windows\\syswow64\\shell32.dll",target-name="C:\\windows\\syswow64\\shell32.dll",host-name="C:\\windows\\syswow64\\shell32.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.461
sLibrary C:\windows\syswow64\shell32.dll loaded.
t11:50:45.463 [2ms]
>=library-loaded,id="C:\\windows\\syswow64\\shlwapi.dll",target-name="C:\\windows\\syswow64\\shlwapi.dll",host-name="C:\\windows\\syswow64\\shlwapi.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.463
sLibrary C:\windows\syswow64\shlwapi.dll loaded.
t11:50:45.463
>=library-loaded,id="C:\\windows\\system32\\version.dll",target-name="C:\\windows\\system32\\version.dll",host-name="C:\\windows\\system32\\version.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.463
sLibrary C:\windows\system32\version.dll loaded.
t11:50:45.464 [1ms]
>=library-loaded,id="C:\\windows\\system32\\winmm.dll",target-name="C:\\windows\\system32\\winmm.dll",host-name="C:\\windows\\system32\\winmm.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.464
sLibrary C:\windows\system32\winmm.dll loaded.
t11:50:45.464
>=library-loaded,id="C:\\windows\\syswow64\\ws2_32.dll",target-name="C:\\windows\\syswow64\\ws2_32.dll",host-name="C:\\windows\\syswow64\\ws2_32.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.464
sLibrary C:\windows\syswow64\ws2_32.dll loaded.
t11:50:45.464
>=library-loaded,id="C:\\windows\\syswow64\\nsi.dll",target-name="C:\\windows\\syswow64\\nsi.dll",host-name="C:\\windows\\syswow64\\nsi.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.464
sLibrary C:\windows\syswow64\nsi.dll loaded.
t11:50:45.464
>=library-loaded,id="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\libstdc++-6.dll",target-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\libstdc++-6.dll",host-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\libstdc++-6.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.464
sLibrary C:\Qt_5.9.0\5.9.6\mingw53_32\bin\libstdc++-6.dll loaded.
t11:50:45.465 [1ms]
>=library-loaded,id="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\Qt5Widgetsd.dll",target-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\Qt5Widgetsd.dll",host-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\Qt5Widgetsd.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.465
sLibrary C:\Qt_5.9.0\5.9.6\mingw53_32\bin\Qt5Widgetsd.dll loaded.
t11:50:45.465
>=library-loaded,id="C:\\windows\\system32\\dwmapi.dll",target-name="C:\\windows\\system32\\dwmapi.dll",host-name="C:\\windows\\system32\\dwmapi.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.465
sLibrary C:\windows\system32\dwmapi.dll loaded.
t11:50:45.465
>=library-loaded,id="C:\\windows\\system32\\uxtheme.dll",target-name="C:\\windows\\system32\\uxtheme.dll",host-name="C:\\windows\\system32\\uxtheme.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.465
sLibrary C:\windows\system32\uxtheme.dll loaded.
t11:50:45.468 [3ms]
>=library-loaded,id="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\Qt5Guid.dll",target-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\Qt5Guid.dll",host-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\bin\\Qt5Guid.dll",symbols-loaded="0",thread-group="i1"
t11:50:45.468
sLibrary C:\Qt_5.9.0\5.9.6\mingw53_32\bin\Qt5Guid.dll loaded.

t11:50:50.932 [5464ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\imm32.dll",target-name="C:\\windows\\SysWOW64\\imm32.dll",host-name="C:\\windows\\SysWOW64\\imm32.dll",symbols-loaded="0",thread-group="i1"
t11:50:50.932
sLibrary C:\windows\SysWOW64\imm32.dll loaded.
t11:50:50.992 [60ms]
>=library-loaded,id="C:\\windows\\syswow64\\msctf.dll",target-name="C:\\windows\\syswow64\\msctf.dll",host-name="C:\\windows\\syswow64\\msctf.dll",symbols-loaded="0",thread-group="i1"
t11:50:50.992
sLibrary C:\windows\syswow64\msctf.dll loaded.
t11:50:51.058 [66ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\QIPCAP.dll",target-name="C:\\windows\\SysWOW64\\QIPCAP.dll",host-name="C:\\windows\\SysWOW64\\QIPCAP.dll",symbols-loaded="0",thread-group="i1"
t11:50:51.058
sLibrary C:\windows\SysWOW64\QIPCAP.dll loaded.
t11:50:51.109 [51ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\dnsapi.dll",target-name="C:\\windows\\SysWOW64\\dnsapi.dll",host-name="C:\\windows\\SysWOW64\\dnsapi.dll",symbols-loaded="0",thread-group="i1"
t11:50:51.109
sLibrary C:\windows\SysWOW64\dnsapi.dll loaded.

t11:50:51.283 [174ms]
>=library-loaded,id="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\plugins\\platforms\\qwindowsd.dll",target-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\plugins\\platforms\\qwindowsd.dll",host-name="C:\\Qt_5.9.0\\5.9.6\\mingw53_32\\plugins\\platforms\\qwindowsd.dll",symbols-loaded="0",thread-group="i1"
t11:50:51.283
sLibrary C:\Qt_5.9.0\5.9.6\mingw53_32\plugins\platforms\qwindowsd.dll loaded.

t11:50:51.668 [385ms]
>=library-loaded,id="C:\\windows\\syswow64\\oleaut32.dll",target-name="C:\\windows\\syswow64\\oleaut32.dll",host-name="C:\\windows\\syswow64\\oleaut32.dll",symbols-loaded="0",thread-group="i1"
t11:50:51.668
sLibrary C:\windows\syswow64\oleaut32.dll loaded.
t11:50:51.740 [72ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\user32.dll",target-name="C:\\windows\\SysWOW64\\user32.dll",host-name="C:\\windows\\SysWOW64\\user32.dll",symbols-loaded="0",thread-group="i1"
t11:50:51.740
sLibrary C:\windows\SysWOW64\user32.dll loaded.
t11:50:51.813 [73ms]
>=library-unloaded,id="C:\\windows\\SysWOW64\\user32.dll",target-name="C:\\windows\\SysWOW64\\user32.dll",host-name="C:\\windows\\SysWOW64\\user32.dll",thread-group="i1"
t11:50:51.813
sLibrary C:\windows\SysWOW64\user32.dll unloaded.
t11:50:51.830 [17ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\shell32.dll",target-name="C:\\windows\\SysWOW64\\shell32.dll",host-name="C:\\windows\\SysWOW64\\shell32.dll",symbols-loaded="0",thread-group="i1"
t11:50:51.830
sLibrary C:\windows\SysWOW64\shell32.dll loaded.
t11:50:51.895 [65ms]
>=library-unloaded,id="C:\\windows\\SysWOW64\\shell32.dll",target-name="C:\\windows\\SysWOW64\\shell32.dll",host-name="C:\\windows\\SysWOW64\\shell32.dll",thread-group="i1"
t11:50:51.895
sLibrary C:\windows\SysWOW64\shell32.dll unloaded.
t11:50:51.909 [14ms]
>=library-loaded,id="C:\\windows\\syswow64\\profapi.dll",target-name="C:\\windows\\syswow64\\profapi.dll",host-name="C:\\windows\\syswow64\\profapi.dll",symbols-loaded="0",thread-group="i1"
t11:50:51.909
sLibrary C:\windows\syswow64\profapi.dll loaded.
t11:50:51.984 [75ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\DWrite.dll",target-name="C:\\windows\\SysWOW64\\DWrite.dll",host-name="C:\\windows\\SysWOW64\\DWrite.dll",symbols-loaded="0",thread-group="i1"
t11:50:51.984
sLibrary C:\windows\SysWOW64\DWrite.dll loaded.
t11:50:52.052 [68ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\gdi32.dll",target-name="C:\\windows\\SysWOW64\\gdi32.dll",host-name="C:\\windows\\SysWOW64\\gdi32.dll",symbols-loaded="0",thread-group="i1"
t11:50:52.052
sLibrary C:\windows\SysWOW64\gdi32.dll loaded.
t11:50:52.123 [71ms]
>=library-unloaded,id="C:\\windows\\SysWOW64\\gdi32.dll",target-name="C:\\windows\\SysWOW64\\gdi32.dll",host-name="C:\\windows\\SysWOW64\\gdi32.dll",thread-group="i1"
t11:50:52.123
sLibrary C:\windows\SysWOW64\gdi32.dll unloaded.
t11:50:52.134 [11ms]
>=thread-created,id="2",group-id="i1"
t11:50:52.134
sThread 2 created.
>~"[New Thread 12756.0x1b60]\n"
t11:50:52.134
s[New Thread 12756.0x1b60]
t11:50:52.135 [1ms]
>*running,thread-id="all"

t11:50:52.418 [283ms]
>=thread-created,id="3",group-id="i1"
t11:50:52.418
sThread 3 created.
>~"[New Thread 12756.0x3cd4]\n"
t11:50:52.419 [1ms]
s[New Thread 12756.0x3cd4]
t11:50:52.419
>*running,thread-id="all"
t11:50:52.429 [10ms]
>=thread-created,id="4",group-id="i1"
t11:50:52.429
sThread 4 created.
>~"[New Thread 12756.0x1b28]\n"
t11:50:52.429
s[New Thread 12756.0x1b28]
t11:50:52.429
>*running,thread-id="all"
t11:50:52.445 [16ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\cryptsp.dll",target-name="C:\\windows\\SysWOW64\\cryptsp.dll",host-name="C:\\windows\\SysWOW64\\cryptsp.dll",symbols-loaded="0",thread-group="i1"
t11:50:52.445
sLibrary C:\windows\SysWOW64\cryptsp.dll loaded.
t11:50:52.523 [78ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\rsaenh.dll",target-name="C:\\windows\\SysWOW64\\rsaenh.dll",host-name="C:\\windows\\SysWOW64\\rsaenh.dll",symbols-loaded="0",thread-group="i1"
t11:50:52.523
sLibrary C:\windows\SysWOW64\rsaenh.dll loaded.
t11:50:52.598 [75ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\RpcRtRemote.dll",target-name="C:\\windows\\SysWOW64\\RpcRtRemote.dll",host-name="C:\\windows\\SysWOW64\\RpcRtRemote.dll",symbols-loaded="0",thread-group="i1"
t11:50:52.598
sLibrary C:\windows\SysWOW64\RpcRtRemote.dll loaded.
t11:50:52.652 [54ms]
>=thread-created,id="5",group-id="i1"
t11:50:52.652
sThread 5 created.
>~"[New Thread 12756.0x3304]\n"
t11:50:52.652
s[New Thread 12756.0x3304]
t11:50:52.652
>*running,thread-id="all"
t11:50:52.654 [2ms]
>=thread-created,id="6",group-id="i1"
t11:50:52.654
sThread 6 created.
>~"[New Thread 12756.0x8f8]\n"
t11:50:52.655 [1ms]
s[New Thread 12756.0x8f8]
t11:50:52.655
>*running,thread-id="all"
t11:50:52.713 [58ms]
>=library-loaded,id="C:\\windows\\SysWOW64\\ole32.dll",target-name="C:\\windows\\SysWOW64\\ole32.dll",host-name="C:\\windows\\SysWOW64\\ole32.dll",symbols-loaded="0",thread-group="i1"
t11:50:52.713
sLibrary C:\windows\SysWOW64\ole32.dll loaded.
t11:50:52.786 [73ms]
>=library-unloaded,id="C:\\windows\\SysWOW64\\ole32.dll",target-name="C:\\windows\\SysWOW64\\ole32.dll",host-name="C:\\windows\\SysWOW64\\ole32.dll",thread-group="i1"
t11:50:52.786
sLibrary C:\windows\SysWOW64\ole32.dll unloaded.

t11:51:22.421 [29635ms]
>=thread-created,id="7",group-id="i1"
t11:51:22.421
sThread 7 created.
>~"[New Thread 12756.0x1588]\n"
t11:51:22.421
s[New Thread 12756.0x1588]
t11:51:22.421
>*running,thread-id="all"

>~"[Thread 12756.0x1b28 exited with code 0]\n"
t11:51:59.657 [37236ms]
s[Thread 12756.0x1b28 exited with code 0]
t11:51:59.657
>=thread-exited,id="4",group-id="i1"
t11:51:59.657
sThread 4 in group i1 exited.

t11:52:20.745 [21088ms]
>=thread-created,id="8",group-id="i1"
t11:52:20.745
sThread 8 created.
>~"[New Thread 12756.0x23c8]\n"
t11:52:20.745
s[New Thread 12756.0x23c8]
t11:52:20.746 [1ms]
>*running,thread-id="all"

>~"[Thread 12756.0x8f8 exited with code 0]\n"
t11:52:22.662 [1916ms]
s[Thread 12756.0x8f8 exited with code 0]
t11:52:22.662
>=thread-exited,id="6",group-id="i1"
t11:52:22.662
sThread 6 in group i1 exited.

t11:52:28.066 [5404ms]
>&"warning: emitting 0 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.066
 emitting 0 of 256 from thread QThread(0x18cd9d90)
t11:52:28.116 [50ms]
>&"warning: emitting 1 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.116
 emitting 1 of 256 from thread QThread(0x18cd9d90)
t11:52:28.166 [50ms]
>&"warning: emitting 2 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.166
 emitting 2 of 256 from thread QThread(0x18cd9d90)
t11:52:28.216 [50ms]
>&"warning: emitting 3 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.216
 emitting 3 of 256 from thread QThread(0x18cd9d90)
t11:52:28.267 [51ms]
>&"warning: emitting 4 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.267
 emitting 4 of 256 from thread QThread(0x18cd9d90)
t11:52:28.316 [49ms]
>&"warning: emitting 5 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.316
 emitting 5 of 256 from thread QThread(0x18cd9d90)
t11:52:28.366 [50ms]
>&"warning: emitting 6 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.366
 emitting 6 of 256 from thread QThread(0x18cd9d90)
t11:52:28.416 [50ms]
>&"warning: emitting 7 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.416
 emitting 7 of 256 from thread QThread(0x18cd9d90)
t11:52:28.466 [50ms]
>&"warning: emitting 8 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.466
 emitting 8 of 256 from thread QThread(0x18cd9d90)
t11:52:28.516 [50ms]
>&"warning: emitting 9 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.516
 emitting 9 of 256 from thread QThread(0x18cd9d90)
t11:52:28.566 [50ms]
>&"warning: emitting 10 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.566
 emitting 10 of 256 from thread QThread(0x18cd9d90)
t11:52:28.616 [50ms]
>&"warning: emitting 11 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.616
 emitting 11 of 256 from thread QThread(0x18cd9d90)
t11:52:28.667 [51ms]
>&"warning: emitting 12 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.667
 emitting 12 of 256 from thread QThread(0x18cd9d90)
t11:52:28.716 [49ms]
>&"warning: emitting 13 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.716
 emitting 13 of 256 from thread QThread(0x18cd9d90)
t11:52:28.766 [50ms]
>&"warning: emitting 14 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.766
 emitting 14 of 256 from thread QThread(0x18cd9d90)
t11:52:28.816 [50ms]
>&"warning: emitting 15 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.816
 emitting 15 of 256 from thread QThread(0x18cd9d90)
t11:52:28.868 [52ms]
>&"warning: emitting 16 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.868
 emitting 16 of 256 from thread QThread(0x18cd9d90)
t11:52:28.918 [50ms]
>&"warning: emitting 17 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.918
 emitting 17 of 256 from thread QThread(0x18cd9d90)
t11:52:28.968 [50ms]
>&"warning: emitting 18 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:28.968
 emitting 18 of 256 from thread QThread(0x18cd9d90)
t11:52:29.018 [50ms]
>&"warning: emitting 19 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.018
 emitting 19 of 256 from thread QThread(0x18cd9d90)
t11:52:29.068 [50ms]
>&"warning: emitting 20 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.068
 emitting 20 of 256 from thread QThread(0x18cd9d90)
t11:52:29.118 [50ms]
>&"warning: emitting 21 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.118
 emitting 21 of 256 from thread QThread(0x18cd9d90)
t11:52:29.168 [50ms]
>&"warning: emitting 22 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.168
 emitting 22 of 256 from thread QThread(0x18cd9d90)
t11:52:29.218 [50ms]
>&"warning: emitting 23 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.218
 emitting 23 of 256 from thread QThread(0x18cd9d90)
t11:52:29.270 [52ms]
>&"warning: emitting 24 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.270
 emitting 24 of 256 from thread QThread(0x18cd9d90)
t11:52:29.322 [52ms]
>&"warning: emitting 25 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.322
 emitting 25 of 256 from thread QThread(0x18cd9d90)
t11:52:29.372 [50ms]
>&"warning: emitting 26 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.372
 emitting 26 of 256 from thread QThread(0x18cd9d90)
t11:52:29.422 [50ms]
>&"warning: emitting 27 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.422
 emitting 27 of 256 from thread QThread(0x18cd9d90)
t11:52:29.472 [50ms]
>&"warning: emitting 28 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.472
 emitting 28 of 256 from thread QThread(0x18cd9d90)
t11:52:29.522 [50ms]
>&"warning: emitting 29 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.522
 emitting 29 of 256 from thread QThread(0x18cd9d90)
t11:52:29.572 [50ms]
>&"warning: emitting 30 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.572
 emitting 30 of 256 from thread QThread(0x18cd9d90)
t11:52:29.622 [50ms]
>&"warning: emitting 31 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.622
 emitting 31 of 256 from thread QThread(0x18cd9d90)
t11:52:29.672 [50ms]
>&"warning: emitting 32 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.672
 emitting 32 of 256 from thread QThread(0x18cd9d90)
t11:52:29.722 [50ms]
>&"warning: emitting 33 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.722
 emitting 33 of 256 from thread QThread(0x18cd9d90)
t11:52:29.772 [50ms]
>&"warning: emitting 34 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.773 [1ms]
 emitting 34 of 256 from thread QThread(0x18cd9d90)
t11:52:29.822 [49ms]
>&"warning: emitting 35 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.822
 emitting 35 of 256 from thread QThread(0x18cd9d90)
t11:52:29.872 [50ms]
>&"warning: emitting 36 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.872
 emitting 36 of 256 from thread QThread(0x18cd9d90)
t11:52:29.922 [50ms]
>&"warning: emitting 37 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.922
 emitting 37 of 256 from thread QThread(0x18cd9d90)
t11:52:29.972 [50ms]
>&"warning: emitting 38 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:29.972
 emitting 38 of 256 from thread QThread(0x18cd9d90)
t11:52:30.029 [57ms]
>&"warning: emitting 39 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.029
 emitting 39 of 256 from thread QThread(0x18cd9d90)
t11:52:30.079 [50ms]
>&"warning: emitting 40 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.079
 emitting 40 of 256 from thread QThread(0x18cd9d90)
t11:52:30.129 [50ms]
>&"warning: emitting 41 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.129
 emitting 41 of 256 from thread QThread(0x18cd9d90)
t11:52:30.179 [50ms]
>&"warning: emitting 42 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.179
 emitting 42 of 256 from thread QThread(0x18cd9d90)
t11:52:30.229 [50ms]
>&"warning: emitting 43 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.229
 emitting 43 of 256 from thread QThread(0x18cd9d90)
t11:52:30.279 [50ms]
>&"warning: emitting 44 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.279
 emitting 44 of 256 from thread QThread(0x18cd9d90)
t11:52:30.280 [1ms]
>&"warning: emitting 45 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.280
 emitting 45 of 256 from thread QThread(0x18cd9d90)
t11:52:30.282 [2ms]
>&"warning: emitting 46 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.282
 emitting 46 of 256 from thread QThread(0x18cd9d90)
t11:52:30.282
>&"warning: emitting 47 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.282
 emitting 47 of 256 from thread QThread(0x18cd9d90)
t11:52:30.283 [1ms]
>&"warning: emitting 48 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.283
 emitting 48 of 256 from thread QThread(0x18cd9d90)
t11:52:30.283
>&"warning: emitting 49 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.283
 emitting 49 of 256 from thread QThread(0x18cd9d90)
t11:52:30.283
>&"warning: emitting 50 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.283
 emitting 50 of 256 from thread QThread(0x18cd9d90)
t11:52:30.283
>&"warning: emitting 51 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.283
 emitting 51 of 256 from thread QThread(0x18cd9d90)
t11:52:30.283
>&"warning: emitting 52 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.283
 emitting 52 of 256 from thread QThread(0x18cd9d90)
t11:52:30.284 [1ms]
>&"warning: emitting 53 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.284
 emitting 53 of 256 from thread QThread(0x18cd9d90)
t11:52:30.284
>&"warning: emitting 54 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.284
 emitting 54 of 256 from thread QThread(0x18cd9d90)
t11:52:30.285 [1ms]
>&"warning: emitting 55 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.285
 emitting 55 of 256 from thread QThread(0x18cd9d90)
t11:52:30.286 [1ms]
>&"warning: emitting 56 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.286
 emitting 56 of 256 from thread QThread(0x18cd9d90)
t11:52:30.286
>&"warning: emitting 57 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.286
 emitting 57 of 256 from thread QThread(0x18cd9d90)
t11:52:30.286
>&"warning: emitting 58 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.286
 emitting 58 of 256 from thread QThread(0x18cd9d90)
t11:52:30.286
>&"warning: emitting 59 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.286
 emitting 59 of 256 from thread QThread(0x18cd9d90)
t11:52:30.286
>&"warning: emitting 60 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.286
 emitting 60 of 256 from thread QThread(0x18cd9d90)
t11:52:30.287 [1ms]
>&"warning: emitting 61 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.287
 emitting 61 of 256 from thread QThread(0x18cd9d90)
t11:52:30.287
>&"warning: emitting 62 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.287
 emitting 62 of 256 from thread QThread(0x18cd9d90)
t11:52:30.287
>&"warning: emitting 63 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.287
 emitting 63 of 256 from thread QThread(0x18cd9d90)
t11:52:30.287
>&"warning: emitting 64 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.287
 emitting 64 of 256 from thread QThread(0x18cd9d90)
t11:52:30.289 [2ms]
>&"warning: emitting 65 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.289
 emitting 65 of 256 from thread QThread(0x18cd9d90)
t11:52:30.289
>&"warning: emitting 66 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.289
 emitting 66 of 256 from thread QThread(0x18cd9d90)
t11:52:30.289
>&"warning: emitting 67 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.289
 emitting 67 of 256 from thread QThread(0x18cd9d90)
t11:52:30.289
>&"warning: emitting 68 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.289
 emitting 68 of 256 from thread QThread(0x18cd9d90)
t11:52:30.290 [1ms]
>&"warning: emitting 69 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.290
 emitting 69 of 256 from thread QThread(0x18cd9d90)
t11:52:30.290
>&"warning: emitting 70 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.290
 emitting 70 of 256 from thread QThread(0x18cd9d90)
t11:52:30.290
>&"warning: emitting 71 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.290
 emitting 71 of 256 from thread QThread(0x18cd9d90)
t11:52:30.290
>&"warning: emitting 72 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.290
 emitting 72 of 256 from thread QThread(0x18cd9d90)
t11:52:30.292 [2ms]
>&"warning: emitting 73 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.292
 emitting 73 of 256 from thread QThread(0x18cd9d90)
t11:52:30.293 [1ms]
>&"warning: emitting 74 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.293
 emitting 74 of 256 from thread QThread(0x18cd9d90)
t11:52:30.293
>&"warning: emitting 75 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.293
 emitting 75 of 256 from thread QThread(0x18cd9d90)
t11:52:30.293
>&"warning: emitting 76 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.293
 emitting 76 of 256 from thread QThread(0x18cd9d90)
t11:52:30.293
>&"warning: emitting 77 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.293
 emitting 77 of 256 from thread QThread(0x18cd9d90)
t11:52:30.293
>&"warning: emitting 78 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.293
 emitting 78 of 256 from thread QThread(0x18cd9d90)
t11:52:30.295 [2ms]
>&"warning: emitting 79 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.295
 emitting 79 of 256 from thread QThread(0x18cd9d90)
t11:52:30.295
>&"warning: emitting 80 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.295
 emitting 80 of 256 from thread QThread(0x18cd9d90)
t11:52:30.295
>&"warning: emitting 81 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.295
 emitting 81 of 256 from thread QThread(0x18cd9d90)
t11:52:30.297 [2ms]
>&"warning: emitting 82 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.297
 emitting 82 of 256 from thread QThread(0x18cd9d90)
t11:52:30.297
>&"warning: emitting 83 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.297
 emitting 83 of 256 from thread QThread(0x18cd9d90)
t11:52:30.298 [1ms]
>&"warning: emitting 84 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.298
 emitting 84 of 256 from thread QThread(0x18cd9d90)
t11:52:30.298
>&"warning: emitting 85 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.298
 emitting 85 of 256 from thread QThread(0x18cd9d90)
t11:52:30.299 [1ms]
>&"warning: emitting 86 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.299
 emitting 86 of 256 from thread QThread(0x18cd9d90)
t11:52:30.300 [1ms]
>&"warning: emitting 87 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.300
 emitting 87 of 256 from thread QThread(0x18cd9d90)
t11:52:30.300
>&"warning: emitting 88 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.300
 emitting 88 of 256 from thread QThread(0x18cd9d90)
t11:52:30.300
>&"warning: emitting 89 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.300
 emitting 89 of 256 from thread QThread(0x18cd9d90)
t11:52:30.300
>&"warning: emitting 90 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.300
 emitting 90 of 256 from thread QThread(0x18cd9d90)
t11:52:30.301 [1ms]
>&"warning: emitting 91 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.301
 emitting 91 of 256 from thread QThread(0x18cd9d90)
t11:52:30.302 [1ms]
>&"warning: emitting 92 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.302
 emitting 92 of 256 from thread QThread(0x18cd9d90)
t11:52:30.302
>&"warning: emitting 93 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.302
 emitting 93 of 256 from thread QThread(0x18cd9d90)
t11:52:30.303 [1ms]
>&"warning: emitting 94 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.303
 emitting 94 of 256 from thread QThread(0x18cd9d90)
t11:52:30.304 [1ms]
>&"warning: emitting 95 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.304
 emitting 95 of 256 from thread QThread(0x18cd9d90)
t11:52:30.305 [1ms]
>&"warning: emitting 96 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.305
 emitting 96 of 256 from thread QThread(0x18cd9d90)
t11:52:30.306 [1ms]
>&"warning: emitting 97 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.306
 emitting 97 of 256 from thread QThread(0x18cd9d90)
t11:52:30.307 [1ms]
>&"warning: emitting 98 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.307
 emitting 98 of 256 from thread QThread(0x18cd9d90)
t11:52:30.307
>&"warning: emitting 99 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.307
 emitting 99 of 256 from thread QThread(0x18cd9d90)
t11:52:30.308 [1ms]
>&"warning: emitting 100 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.309 [1ms]
 emitting 100 of 256 from thread QThread(0x18cd9d90)
t11:52:30.309
>&"warning: emitting 101 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.309
 emitting 101 of 256 from thread QThread(0x18cd9d90)
t11:52:30.310 [1ms]
>&"warning: emitting 102 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.310
 emitting 102 of 256 from thread QThread(0x18cd9d90)
t11:52:30.310
>&"warning: emitting 103 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.310
 emitting 103 of 256 from thread QThread(0x18cd9d90)
t11:52:30.311 [1ms]
>&"warning: emitting 104 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.311
 emitting 104 of 256 from thread QThread(0x18cd9d90)
t11:52:30.312 [1ms]
>&"warning: emitting 105 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.312
 emitting 105 of 256 from thread QThread(0x18cd9d90)
t11:52:30.312
>&"warning: emitting 106 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.312
 emitting 106 of 256 from thread QThread(0x18cd9d90)
t11:52:30.313 [1ms]
>&"warning: emitting 107 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.313
 emitting 107 of 256 from thread QThread(0x18cd9d90)
t11:52:30.313
>&"warning: emitting 108 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.313
 emitting 108 of 256 from thread QThread(0x18cd9d90)
t11:52:30.313
>&"warning: emitting 109 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.313
 emitting 109 of 256 from thread QThread(0x18cd9d90)
t11:52:30.315 [2ms]
>&"warning: emitting 110 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.315
 emitting 110 of 256 from thread QThread(0x18cd9d90)
t11:52:30.315
>&"warning: emitting 111 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.315
 emitting 111 of 256 from thread QThread(0x18cd9d90)
t11:52:30.315
>&"warning: emitting 112 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.316 [1ms]
 emitting 112 of 256 from thread QThread(0x18cd9d90)
t11:52:30.317 [1ms]
>&"warning: emitting 113 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.317
 emitting 113 of 256 from thread QThread(0x18cd9d90)
t11:52:30.317
>&"warning: emitting 114 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.317
 emitting 114 of 256 from thread QThread(0x18cd9d90)
t11:52:30.317
>&"warning: emitting 115 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.317
 emitting 115 of 256 from thread QThread(0x18cd9d90)
t11:52:30.319 [2ms]
>&"warning: emitting 116 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.319
 emitting 116 of 256 from thread QThread(0x18cd9d90)
t11:52:30.319
>&"warning: emitting 117 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.319
 emitting 117 of 256 from thread QThread(0x18cd9d90)
t11:52:30.319
>&"warning: emitting 118 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.319
 emitting 118 of 256 from thread QThread(0x18cd9d90)
t11:52:30.320 [1ms]
>&"warning: emitting 119 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.320
 emitting 119 of 256 from thread QThread(0x18cd9d90)
t11:52:30.321 [1ms]
>&"warning: emitting 120 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.321
 emitting 120 of 256 from thread QThread(0x18cd9d90)
t11:52:30.322 [1ms]
>&"warning: emitting 121 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.322
 emitting 121 of 256 from thread QThread(0x18cd9d90)
t11:52:30.322
>&"warning: emitting 122 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.322
 emitting 122 of 256 from thread QThread(0x18cd9d90)
t11:52:30.324 [2ms]
>&"warning: emitting 123 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.324
 emitting 123 of 256 from thread QThread(0x18cd9d90)
t11:52:30.324
>&"warning: emitting 124 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.324
 emitting 124 of 256 from thread QThread(0x18cd9d90)
t11:52:30.324
>&"warning: emitting 125 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.324
 emitting 125 of 256 from thread QThread(0x18cd9d90)
t11:52:30.324
>&"warning: emitting 126 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.324
 emitting 126 of 256 from thread QThread(0x18cd9d90)
t11:52:30.325 [1ms]
>&"warning: emitting 127 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.325
 emitting 127 of 256 from thread QThread(0x18cd9d90)
t11:52:30.326 [1ms]
>&"warning: emitting 128 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.326
 emitting 128 of 256 from thread QThread(0x18cd9d90)
t11:52:30.326
>&"warning: emitting 129 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.326
 emitting 129 of 256 from thread QThread(0x18cd9d90)
t11:52:30.328 [2ms]
>&"warning: emitting 130 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.328
 emitting 130 of 256 from thread QThread(0x18cd9d90)
t11:52:30.328
>&"warning: emitting 131 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.328
 emitting 131 of 256 from thread QThread(0x18cd9d90)
t11:52:30.329 [1ms]
>&"warning: emitting 132 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.329
 emitting 132 of 256 from thread QThread(0x18cd9d90)
t11:52:30.330 [1ms]
>&"warning: emitting 133 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.330
 emitting 133 of 256 from thread QThread(0x18cd9d90)
t11:52:30.331 [1ms]
>&"warning: emitting 134 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.331
 emitting 134 of 256 from thread QThread(0x18cd9d90)
t11:52:30.331
>&"warning: emitting 135 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.331
 emitting 135 of 256 from thread QThread(0x18cd9d90)
t11:52:30.331
>&"warning: emitting 136 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.331
 emitting 136 of 256 from thread QThread(0x18cd9d90)
t11:52:30.333 [2ms]
>&"warning: emitting 137 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.333
 emitting 137 of 256 from thread QThread(0x18cd9d90)
t11:52:30.333
>&"warning: emitting 138 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.333
 emitting 138 of 256 from thread QThread(0x18cd9d90)
t11:52:30.333
>&"warning: emitting 139 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.333
 emitting 139 of 256 from thread QThread(0x18cd9d90)
t11:52:30.334 [1ms]
>&"warning: emitting 140 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.334
 emitting 140 of 256 from thread QThread(0x18cd9d90)
t11:52:30.335 [1ms]
>&"warning: emitting 141 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.335
 emitting 141 of 256 from thread QThread(0x18cd9d90)
t11:52:30.335
>&"warning: emitting 142 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.335
 emitting 142 of 256 from thread QThread(0x18cd9d90)
t11:52:30.337 [2ms]
>&"warning: emitting 143 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.337
 emitting 143 of 256 from thread QThread(0x18cd9d90)
t11:52:30.337
>&"warning: emitting 144 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.337
 emitting 144 of 256 from thread QThread(0x18cd9d90)
t11:52:30.337
>&"warning: emitting 145 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.337
 emitting 145 of 256 from thread QThread(0x18cd9d90)
t11:52:30.338 [1ms]
>&"warning: emitting 146 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.338
 emitting 146 of 256 from thread QThread(0x18cd9d90)
t11:52:30.339 [1ms]
>&"warning: emitting 147 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.339
 emitting 147 of 256 from thread QThread(0x18cd9d90)
t11:52:30.340 [1ms]
>&"warning: emitting 148 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.340
 emitting 148 of 256 from thread QThread(0x18cd9d90)
t11:52:30.340
>&"warning: emitting 149 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.340
 emitting 149 of 256 from thread QThread(0x18cd9d90)
t11:52:30.342 [2ms]
>&"warning: emitting 150 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.342
 emitting 150 of 256 from thread QThread(0x18cd9d90)
t11:52:30.342
>&"warning: emitting 151 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.342
 emitting 151 of 256 from thread QThread(0x18cd9d90)
t11:52:30.342
>&"warning: emitting 152 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.342
 emitting 152 of 256 from thread QThread(0x18cd9d90)
t11:52:30.344 [2ms]
>&"warning: emitting 153 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.344
 emitting 153 of 256 from thread QThread(0x18cd9d90)
t11:52:30.344
>&"warning: emitting 154 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.344
 emitting 154 of 256 from thread QThread(0x18cd9d90)
t11:52:30.349 [5ms]
>&"warning: emitting 155 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.349
 emitting 155 of 256 from thread QThread(0x18cd9d90)
t11:52:30.349
>&"warning: emitting 156 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.349
 emitting 156 of 256 from thread QThread(0x18cd9d90)
t11:52:30.349
>&"warning: emitting 157 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.349
 emitting 157 of 256 from thread QThread(0x18cd9d90)
t11:52:30.350 [1ms]
>&"warning: emitting 158 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.350
 emitting 158 of 256 from thread QThread(0x18cd9d90)
t11:52:30.350
>&"warning: emitting 159 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.350
 emitting 159 of 256 from thread QThread(0x18cd9d90)
t11:52:30.350
>&"warning: emitting 160 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.350
 emitting 160 of 256 from thread QThread(0x18cd9d90)
t11:52:30.350
>&"warning: emitting 161 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.350
 emitting 161 of 256 from thread QThread(0x18cd9d90)
t11:52:30.351 [1ms]
>&"warning: emitting 162 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.351
 emitting 162 of 256 from thread QThread(0x18cd9d90)
t11:52:30.351
>&"warning: emitting 163 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.351
 emitting 163 of 256 from thread QThread(0x18cd9d90)
t11:52:30.351
>&"warning: emitting 164 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.351
 emitting 164 of 256 from thread QThread(0x18cd9d90)
t11:52:30.352 [1ms]
>&"warning: emitting 165 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.352
 emitting 165 of 256 from thread QThread(0x18cd9d90)
t11:52:30.353 [1ms]
>&"warning: emitting 166 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.353
 emitting 166 of 256 from thread QThread(0x18cd9d90)
t11:52:30.353
>&"warning: emitting 167 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.353
 emitting 167 of 256 from thread QThread(0x18cd9d90)
t11:52:30.354 [1ms]
>&"warning: emitting 168 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.354
 emitting 168 of 256 from thread QThread(0x18cd9d90)
t11:52:30.354
>&"warning: emitting 169 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.354
 emitting 169 of 256 from thread QThread(0x18cd9d90)
t11:52:30.354
>&"warning: emitting 170 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.354
 emitting 170 of 256 from thread QThread(0x18cd9d90)
t11:52:30.356 [2ms]
>&"warning: emitting 171 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.356
 emitting 171 of 256 from thread QThread(0x18cd9d90)
t11:52:30.356
>&"warning: emitting 172 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.356
 emitting 172 of 256 from thread QThread(0x18cd9d90)
t11:52:30.356
>&"warning: emitting 173 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.356
 emitting 173 of 256 from thread QThread(0x18cd9d90)
t11:52:30.357 [1ms]
>&"warning: emitting 174 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.357
 emitting 174 of 256 from thread QThread(0x18cd9d90)
t11:52:30.357
>&"warning: emitting 175 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.357
 emitting 175 of 256 from thread QThread(0x18cd9d90)
t11:52:30.358 [1ms]
>&"warning: emitting 176 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.358
 emitting 176 of 256 from thread QThread(0x18cd9d90)
t11:52:30.359 [1ms]
>&"warning: emitting 177 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.359
 emitting 177 of 256 from thread QThread(0x18cd9d90)
t11:52:30.359
>&"warning: emitting 178 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.359
 emitting 178 of 256 from thread QThread(0x18cd9d90)
t11:52:30.359
>&"warning: emitting 179 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.359
 emitting 179 of 256 from thread QThread(0x18cd9d90)
t11:52:30.359
>&"warning: emitting 180 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.359
 emitting 180 of 256 from thread QThread(0x18cd9d90)
t11:52:30.360 [1ms]
>&"warning: emitting 181 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.360
 emitting 181 of 256 from thread QThread(0x18cd9d90)
t11:52:30.360
>&"warning: emitting 182 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.360
 emitting 182 of 256 from thread QThread(0x18cd9d90)
t11:52:30.362 [2ms]
>&"warning: emitting 183 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.362
 emitting 183 of 256 from thread QThread(0x18cd9d90)
t11:52:30.362
>&"warning: emitting 184 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.362
 emitting 184 of 256 from thread QThread(0x18cd9d90)
t11:52:30.362
>&"warning: emitting 185 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.362
 emitting 185 of 256 from thread QThread(0x18cd9d90)
t11:52:30.363 [1ms]
>&"warning: emitting 186 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.363
 emitting 186 of 256 from thread QThread(0x18cd9d90)
t11:52:30.365 [2ms]
>&"warning: emitting 187 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.365
 emitting 187 of 256 from thread QThread(0x18cd9d90)
t11:52:30.366 [1ms]
>&"warning: emitting 188 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.366
 emitting 188 of 256 from thread QThread(0x18cd9d90)
t11:52:30.366
>&"warning: emitting 189 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.366
 emitting 189 of 256 from thread QThread(0x18cd9d90)
t11:52:30.366
>&"warning: emitting 190 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.366
 emitting 190 of 256 from thread QThread(0x18cd9d90)
t11:52:30.366
>&"warning: emitting 191 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.366
 emitting 191 of 256 from thread QThread(0x18cd9d90)
t11:52:30.367 [1ms]
>&"warning: emitting 192 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.367
 emitting 192 of 256 from thread QThread(0x18cd9d90)
t11:52:30.368 [1ms]
>&"warning: emitting 193 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.368
 emitting 193 of 256 from thread QThread(0x18cd9d90)
t11:52:30.368
>&"warning: emitting 194 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.368
 emitting 194 of 256 from thread QThread(0x18cd9d90)
t11:52:30.369 [1ms]
>&"warning: emitting 195 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.369
 emitting 195 of 256 from thread QThread(0x18cd9d90)
t11:52:30.369
>&"warning: emitting 196 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.369
 emitting 196 of 256 from thread QThread(0x18cd9d90)
t11:52:30.369
>&"warning: emitting 197 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.369
 emitting 197 of 256 from thread QThread(0x18cd9d90)
t11:52:30.369
>&"warning: emitting 198 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.369
 emitting 198 of 256 from thread QThread(0x18cd9d90)
t11:52:30.370 [1ms]
>&"warning: emitting 199 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.370
 emitting 199 of 256 from thread QThread(0x18cd9d90)
t11:52:30.371 [1ms]
>&"warning: emitting 200 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.371
 emitting 200 of 256 from thread QThread(0x18cd9d90)
t11:52:30.371
>&"warning: emitting 201 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.371
 emitting 201 of 256 from thread QThread(0x18cd9d90)
t11:52:30.371
>&"warning: emitting 202 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.371
 emitting 202 of 256 from thread QThread(0x18cd9d90)
t11:52:30.371
>&"warning: emitting 203 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.371
 emitting 203 of 256 from thread QThread(0x18cd9d90)
t11:52:30.372 [1ms]
>&"warning: emitting 204 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.372
 emitting 204 of 256 from thread QThread(0x18cd9d90)
t11:52:30.373 [1ms]
>&"warning: emitting 205 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.373
 emitting 205 of 256 from thread QThread(0x18cd9d90)
t11:52:30.373
>&"warning: emitting 206 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.373
 emitting 206 of 256 from thread QThread(0x18cd9d90)
t11:52:30.373
>&"warning: emitting 207 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.373
 emitting 207 of 256 from thread QThread(0x18cd9d90)
t11:52:30.374 [1ms]
>&"warning: emitting 208 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.374
 emitting 208 of 256 from thread QThread(0x18cd9d90)
t11:52:30.375 [1ms]
>&"warning: emitting 209 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.375
 emitting 209 of 256 from thread QThread(0x18cd9d90)
t11:52:30.375
>&"warning: emitting 210 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.375
 emitting 210 of 256 from thread QThread(0x18cd9d90)
t11:52:30.375
>&"warning: emitting 211 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.375
 emitting 211 of 256 from thread QThread(0x18cd9d90)
t11:52:30.376 [1ms]
>&"warning: emitting 212 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.376
 emitting 212 of 256 from thread QThread(0x18cd9d90)
t11:52:30.377 [1ms]
>&"warning: emitting 213 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.377
 emitting 213 of 256 from thread QThread(0x18cd9d90)
t11:52:30.377
>&"warning: emitting 214 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.377
 emitting 214 of 256 from thread QThread(0x18cd9d90)
t11:52:30.378 [1ms]
>&"warning: emitting 215 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.378
 emitting 215 of 256 from thread QThread(0x18cd9d90)
t11:52:30.378
>&"warning: emitting 216 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.378
 emitting 216 of 256 from thread QThread(0x18cd9d90)
t11:52:30.378
>&"warning: emitting 217 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.378
 emitting 217 of 256 from thread QThread(0x18cd9d90)
t11:52:30.380 [2ms]
>&"warning: emitting 218 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.380
 emitting 218 of 256 from thread QThread(0x18cd9d90)
t11:52:30.380
>&"warning: emitting 219 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.380
 emitting 219 of 256 from thread QThread(0x18cd9d90)
t11:52:30.380
>&"warning: emitting 220 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.380
 emitting 220 of 256 from thread QThread(0x18cd9d90)
t11:52:30.380
>&"warning: emitting 221 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.380
 emitting 221 of 256 from thread QThread(0x18cd9d90)
t11:52:30.381 [1ms]
>&"warning: emitting 222 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.381
 emitting 222 of 256 from thread QThread(0x18cd9d90)
t11:52:30.381
>&"warning: emitting 223 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.381
 emitting 223 of 256 from thread QThread(0x18cd9d90)
t11:52:30.383 [2ms]
>&"warning: emitting 224 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.383
 emitting 224 of 256 from thread QThread(0x18cd9d90)
t11:52:30.383
>&"warning: emitting 225 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.383
 emitting 225 of 256 from thread QThread(0x18cd9d90)
t11:52:30.383
>&"warning: emitting 226 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.383
 emitting 226 of 256 from thread QThread(0x18cd9d90)
t11:52:30.384 [1ms]
>&"warning: emitting 227 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.384
 emitting 227 of 256 from thread QThread(0x18cd9d90)
t11:52:30.384
>&"warning: emitting 228 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.384
 emitting 228 of 256 from thread QThread(0x18cd9d90)
t11:52:30.384
>&"warning: emitting 229 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.384
 emitting 229 of 256 from thread QThread(0x18cd9d90)
t11:52:30.385 [1ms]
>&"warning: emitting 230 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.385
 emitting 230 of 256 from thread QThread(0x18cd9d90)
t11:52:30.385
>&"warning: emitting 231 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.385
 emitting 231 of 256 from thread QThread(0x18cd9d90)
t11:52:30.386 [1ms]
>&"warning: emitting 232 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.386
 emitting 232 of 256 from thread QThread(0x18cd9d90)
t11:52:30.386
>&"warning: emitting 233 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.386
 emitting 233 of 256 from thread QThread(0x18cd9d90)
t11:52:30.386
>&"warning: emitting 234 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.386
 emitting 234 of 256 from thread QThread(0x18cd9d90)
t11:52:30.386
>&"warning: emitting 235 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.386
 emitting 235 of 256 from thread QThread(0x18cd9d90)
t11:52:30.387 [1ms]
>&"warning: emitting 236 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.387
 emitting 236 of 256 from thread QThread(0x18cd9d90)
t11:52:30.388 [1ms]
>&"warning: emitting 237 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.388
 emitting 237 of 256 from thread QThread(0x18cd9d90)
t11:52:30.388
>&"warning: emitting 238 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.388
 emitting 238 of 256 from thread QThread(0x18cd9d90)
t11:52:30.388
>&"warning: emitting 239 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.388
 emitting 239 of 256 from thread QThread(0x18cd9d90)
t11:52:30.388
>&"warning: emitting 240 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.388
 emitting 240 of 256 from thread QThread(0x18cd9d90)
t11:52:30.390 [2ms]
>&"warning: emitting 241 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.390
 emitting 241 of 256 from thread QThread(0x18cd9d90)
t11:52:30.391 [1ms]
>&"warning: emitting 242 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.391
 emitting 242 of 256 from thread QThread(0x18cd9d90)
t11:52:30.391
>&"warning: emitting 243 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.391
 emitting 243 of 256 from thread QThread(0x18cd9d90)
t11:52:30.391
>&"warning: emitting 244 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.391
 emitting 244 of 256 from thread QThread(0x18cd9d90)
t11:52:30.392 [1ms]
>&"warning: emitting 245 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.392
 emitting 245 of 256 from thread QThread(0x18cd9d90)
t11:52:30.392
>&"warning: emitting 246 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.392
 emitting 246 of 256 from thread QThread(0x18cd9d90)
t11:52:30.393 [1ms]
>&"warning: emitting 247 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.393
 emitting 247 of 256 from thread QThread(0x18cd9d90)
t11:52:30.394 [1ms]
>&"warning: emitting 248 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.394
 emitting 248 of 256 from thread QThread(0x18cd9d90)
t11:52:30.394
>&"warning: emitting 249 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.394
 emitting 249 of 256 from thread QThread(0x18cd9d90)
t11:52:30.395 [1ms]
>&"warning: emitting 250 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.395
 emitting 250 of 256 from thread QThread(0x18cd9d90)
t11:52:30.395
>&"warning: emitting 251 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.395
 emitting 251 of 256 from thread QThread(0x18cd9d90)
t11:52:30.395
>&"warning: emitting 252 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.395
 emitting 252 of 256 from thread QThread(0x18cd9d90)
t11:52:30.395
>&"warning: emitting 253 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.395
 emitting 253 of 256 from thread QThread(0x18cd9d90)
t11:52:30.395
>&"warning: emitting 254 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.395
 emitting 254 of 256 from thread QThread(0x18cd9d90)
t11:52:30.396 [1ms]
>&"warning: emitting 255 of 256 from thread QThread(0x18cd9d90)\n"
t11:52:30.396
 emitting 255 of 256 from thread QThread(0x18cd9d90)

>~"\nProgram received signal "
>~"SIGSEGV, Segmentation fault.\n"
>~"__chkstk_ms () at ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S:178\n"
t11:52:30.497 [101ms]
>&"178\t../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S: No such file or directory.\n"
t11:52:30.497
>*stopped,reason="signal-received",signal-name="SIGSEGV",signal-meaning="Segmentation fault",frame={addr="0x0a9b42b4",func="__chkstk_ms",args=[],file="../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S",fullname="C:\\mingw530\\i686-530-posix-dwarf-rt_v4-rev0\\build\\gcc-5.3.0\\i686-w64-mingw32\\libgcc/../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S",line="178"},thread-id="1",stopped-threads="all"
t11:52:30.497
dNOTE: INFERIOR SPONTANEOUS STOP
t11:52:30.497
sStopped.
t11:52:30.497
dState changed from InferiorRunOk(8) to InferiorStopOk(11) [master]
t11:52:30.501 [1ms]
<1631importPlainDumpers off
t11:52:30.501
dHANDLING SIGNAL SIGSEGV
t11:52:30.523 [22ms]
sStopped: Segmentation fault (Signal SIGSEGV).
t11:52:30.533 [1ms]
<1632-thread-info
t11:52:30.533
t11:52:30.582 [49ms]
>&"importPlainDumpers off\n"
>~"141 printers disabled\n"
>~"0 of 141 printers enabled\n"
>~"None\n"
t11:52:30.583 [1ms]
>1631^done
t11:52:30.583
tResponse time: importPlainDumpers off: 0.083 s
t11:52:30.583
t11:52:30.593 [10ms]
>1632^done,threads=[{id="8",target-id="Thread 12756.0x23c8",frame={level="0",addr="0x774d018d",func="ntdll!ZwWaitForMultipleObjects",args=[],from="C:\\windows\\SysWOW64\\ntdll.dll"},state="stopped"},{id="7",target-id="Thread 12756.0x1588",frame={level="0",addr="0x774d1f76",func="ntdll!ZwWaitForWorkViaWorkerFactory",args=[],from="C:\\windows\\SysWOW64\\ntdll.dll"},state="stopped"},{id="5",target-id="Thread 12756.0x3304",frame={level="0",addr="0x774d1f76",func="ntdll!ZwWaitForWorkViaWorkerFactory",args=[],from="C:\\windows\\SysWOW64\\ntdll.dll"},state="stopped"},{id="3",target-id="Thread 12756.0x3cd4",frame={level="0",addr="0x774d018d",func="ntdll!ZwWaitForMultipleObjects",args=[],from="C:\\windows\\SysWOW64\\ntdll.dll"},state="stopped"},{id="2",target-id="Thread 12756.0x1b60",frame={level="0",addr="0x774d018d",func="ntdll!ZwWaitForMultipleObjects",args=[],from="C:\\windows\\SysWOW64\\ntdll.dll"},state="stopped"},{id="1",target-id="Thread 12756.0x1904",frame={level="0",addr="0x0a9b42b4",func="__chkstk_ms",args=[],file="../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S",fullname="C:\\mingw530\\i686-530-posix-dwarf-rt_v4-rev0\\build\\gcc-5.3.0\\i686-w64-mingw32\\libgcc/../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S",line="178"},state="stopped"}],current-thread-id="1"
t11:52:30.593
tResponse time: -thread-info: 0.061 s
t11:52:30.594 [1ms]
<1633python theDumper.fetchStack({"limit":20,"nativemixed":0,"token":1633})
t11:52:30.594
t11:52:30.603 [9ms]
>&"python theDumper.fetchStack({\"limit\":20,\"nativemixed\":0,\"token\":1633})\n"

>~"result={token=\"0\",stack={frames=[frame={level=\"0\",address=\"0xa9b42b4\",function=\"__chkstk_ms\",file=\"C:/mingw530/i686-530-posix-dwarf-rt_v4-rev0/build/gcc-5.3.0/i686-w64-mingw32/libgcc/../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\",line=\"178\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Guid.dll\",language=\"c\"}frame={level=\"1\",address=\"0xa79540c\",function=\"QTextEngine::itemize\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/gui/text/qtextengine.cpp\",line=\"1619\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Guid.dll\",language=\"c\"}frame={level=\"2\",address=\"0xa795f5c\",function=\"QTextEngine::attributes\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/gui/text/qtextengine.cpp\",line=\"1529\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Guid.dll\",language=\"c\"}frame={level=\"3\",address=\"0xa7a05a6\",function=\"QTextLine::layout_helper\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/gui/text/qtextlayout.cpp\",line=\"1822\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Guid.dll\",language=\"c\"}frame={level=\"4\",address=\"0xa7a195f\",function=\"QTextLine::setLineWidth\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/gui/text/qtextlayout.cpp\",line=\"1600\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Guid.dll\",language=\"c\"}frame={level=\"5\",address=\"0xa87b0c2\",function=\"qt_format_text\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/gui/painting/qpainter.cpp\",line=\"7585\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Guid.dll\",language=\"c\"}frame={level=\"6\",address=\"0xa8822b2\",function=\"QPainter::drawText\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/gui/painting/qpainter.cpp\",line=\"5937\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Guid.dll\",language=\"c\"}frame={level=\"7\",address=\"0xb37548\",function=\"QStyle::drawItemText\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qstyle.cpp\",line=\"607\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"8\",address=\"0xb4b487\",function=\"QCommonStyle::drawControl\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qcommonstyle.cpp\",line=\"1459\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"9\",address=\"0xbb8c9d\",function=\"QWindowsStyle::drawControl\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qwindowsstyle.cpp\",line=\"1886\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"10\",address=\"0xba8905\",function=\"QWindowsXPStyle::drawControl\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qwindowsxpstyle.cpp\",line=\"2463\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"11\",address=\"0xb97f34\",function=\"QWindowsVistaStyle::drawControl\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qwindowsvistastyle.cpp\",line=\"1483\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"12\",address=\"0xb4b12f\",function=\"QCommonStyle::drawControl\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qcommonstyle.cpp\",line=\"1431\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"13\",address=\"0xbb8c9d\",function=\"QWindowsStyle::drawControl\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qwindowsstyle.cpp\",line=\"1886\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"14\",address=\"0xba8905\",function=\"QWindowsXPStyle::drawControl\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qwindowsxpstyle.cpp\",line=\"2463\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"15\",address=\"0xb97f34\",function=\"QWindowsVistaStyle::drawControl\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qwindowsvistastyle.cpp\",line=\"1483\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"16\",address=\"0xc7e116\",function=\"QStylePainter::drawControl\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/styles/qstylepainter.h\",line=\"85\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"17\",address=\"0xc7e116\",function=\"QProgressBar::paintEvent\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/widgets/qprogressbar.cpp\",line=\"410\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"18\",address=\"0xb0b564\",function=\"QWidget::event\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/kernel/qwidget.cpp\",line=\"9055\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}frame={level=\"19\",address=\"0xc7f2f0\",function=\"QProgressBar::event\",file=\"C:/Qt_5.9.0/5.9.6/mingw53_32/qtbase/src/widgets/widgets/qprogressbar.cpp\",line=\"583\",module=\"C:/Qt_5.9.0/5.9.6/mingw53_32/bin/Qt5Widgetsd.dll\",language=\"c\"}]}}\n"
t11:52:31.699 [1096ms]
>1633^done
t11:52:31.699
tResponse time: python theDumper.fetchStack({"limit":20,"nativemixed":0,"token":1633}): 1.106 s
t11:52:31.700 [1ms]
<1634set disassembly-flavor att
t11:52:31.700
<1635-interpreter-exec console "disassemble /rm 0xa9b42b4"
t11:52:31.700
<1636-stack-select-frame 0
t11:52:31.701 [1ms]
<1637python theDumper.fetchVariables({"autoderef":1,"context":"","displaystringlimit":"100","dyntype":1,"expanded":["local","watch","inspect","return"],"fancy":1,"formats":{"local.result":23},"nativemixed":0,"partialvar":"","passexceptions":0,"qobjectnames":1,"resultvarname":"","stringcutoff":"10000","token":1637,"typeformats":{},"watchers":[]})
t11:52:31.701
t11:52:31.712 [11ms]
>&"set disassembly-flavor att\n"
t11:52:31.712
>1634^done
t11:52:31.712
tResponse time: set disassembly-flavor att: 0.013 s
t11:52:31.712
>~"Dump of assembler code for function __chkstk_ms:\n"
>~"163\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b4290 <+0>:\t51\tpush   %ecx\n"
>~"\n"
>~"164\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"165\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b4291 <+1>:\t50\tpush   %eax\n"
>~"\n"
>~"166\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"167\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b4292 <+2>:\t3d 00 10 00 00\tcmp    $0x1000,%eax\n"
>~"\n"
>~"168\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b4297 <+7>:\t8d 4c 24 0c\tlea    0xc(%esp),%ecx\n"
>~"\n"
>~"169\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b429b <+11>:\t72 15\tjb     0xa9b42b2 <__chkstk_ms+34>\n"
>~"\n"
>~"170\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"171\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b429d <+13>:\t81 e9 00 10 00 00\tsub    $0x1000,%ecx\n"
>~"\n"
>~"172\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b42a3 <+19>:\t83 09 00\torl    $0x0,(%ecx)\n"
>~"\n"
>~"173\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b42a6 <+22>:\t2d 00 10 00 00\tsub    $0x1000,%eax\n"
>~"\n"
>~"174\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b42ab <+27>:\t3d 00 10 00 00\tcmp    $0x1000,%eax\n"
>~"\n"
>~"175\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b42b0 <+32>:\t77 eb\tja     0xa9b429d <__chkstk_ms+13>\n"
>~"\n"
>~"176\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"177\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b42b2 <+34>:\t29 c1\tsub    %eax,%ecx\n"
>~"\n"
>~"178\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"=> 0x0a9b42b4 <+36>:\t83 09 00\torl    $0x0,(%ecx)\n"
>~"\n"
>~"179\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"180\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b42b7 <+39>:\t58\tpop    %eax\n"
>~"\n"
>~"181\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"182\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b42b8 <+40>:\t59\tpop    %ecx\n"
>~"\n"
>~"183\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"184\tin ../../../../../src/gcc-5.3.0/libgcc/config/i386/cygwin.S\n"
>~"   0x0a9b42b9 <+41>:\tc3\tret    \n"
>~"\n"
>~"End of assembler dump.\n"
t11:52:31.713 [1ms]
>1635^done
t11:52:31.713
tResponse time: disassemble /rm 0xa9b42b4: 0.013 s
t11:52:31.732 [19ms]
t11:52:31.732
>1636^done
t11:52:31.732
tResponse time: -stack-select-frame 0: 0.032 s
t11:52:31.732
t11:52:31.732
>&"python theDumper.fetchVariables({\"autoderef\":1,\"context\":\"\",\"displaystringlimit\":\"100\",\"dyntype\":1,\"expanded\":[\"local\",\"watch\",\"inspect\",\"return\"],\"fancy\":1,\"formats\":{\"local.result\":23},\"nativemixed\":0,\"partialvar\":\"\",\"passexceptions\":0,\"qobjectnames\":1,\"resultvarname\":\"\",\"stringcutoff\":\"10000\",\"token\":1637,\"typeformats\":{},\"watchers\":[]})\n"
>~"result={token=\"0\",data=[],typeinfo=[],partial=\"0\",counts={},timings=[]}\n"
t11:52:31.732
>1637^done
t11:52:31.732
tResponse time: python theDumper.fetchVariables({"autoderef":1,"context":"","displaystringlimit":"100","dyntype":1,"expanded":["local","watch","inspect","return"],"fancy":1,"formats":{"local.result":23},"nativemixed":0,"partialvar":"","passexceptions":0,"qobjectnames":1,"resultvarname":"","stringcutoff":"10000","token":1637,"typeformats":{},"watchers":[]}): 0.032 s
t11:52:31.733 [1ms]
 <Rebuild Watchmodel 64 @ 11:52:31.732 >
t11:52:31.733
sFinished retrieving data
t11:52:31.733


This message has been scanned for malware by Forcepoint. www.forcepoint.com



More information about the Qt-creator mailing list