Hello,

I'm new to both, QtCreator and musescore.
I have installed the musescore development environment as suggested here:
https://musescore.org/en/developers-handbook/compilation/compile-instructions-windows-mingw-git
I have been able to build musescore and the binary runs on my machine.
However, when I try to debug musescore within QtCreator after a short while
I get a popup saying:

"The process was stopped because of a signal from the operating system.
Name of the signal: ? 
Meaning: Unknown Signal".

When I click "OK" in the popup the debugger is stopped.
When I hit "Continue" in the QtCreator-debug window the debbugger shuts
down.

Can anybody help me out of this?

My Machine:

ASUS Notebook K52Jr/K62Jr Series
Intel Core i5 CPU M430@2.27Ghz
4GB RAM
Win10 64-bit


QtCreator Debug Log:

sStarte Debugger "GdbEngine" für ABI "x86-windows-msys-pe-32bit"...
dStart parameters: '%{sourceDir}\win32install\bin\MuseScore.exe ausführen'
mode: 1
dABI: x86-windows-msys-pe-32bit
dLanguages: c++ 
dExecutable:
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\MuseScore.exe 
dDirectory: D:\Benutzer\Tobi\Daten\Projects\MuseScore\build.qtc
dDebugger: C:\Qt\Tools\mingw530_32\bin\gdb.exe
dProject: D:\Benutzer\Tobi\Daten\Projects\MuseScoreAddtional Search
Directories:
dRemote: :0
dSysroot: 
dDebug Source Location: 
dDebugger settings: 
dBreakOnAbort: false  (default: false)
dBreakOnFatal: false  (default: false)
dBreakOnWarning: false  (default: false)
dBreakOnCatch: false  (default: false)
dBreakOnThrow: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dNoPluginBreakpoints: false  (default: false)
dAdjustBreakpointLocations: true  (default: true)
dSelectedPluginBreakpoints: false  (default: false)
dAllPluginBreakpoints: true  (default: true)
dEnableReverseDebugging: false  (default: false)
dSkipKnownFrames: false  (default: false)
dDisplayStringLimit: 100  (default: 100)
dMaximalStringLength: 10000  (default: 10000)
dAutoDerefPointers: true  (default: true)
dSortStructMembers: true  (default: true)
dShowQObjectNames2: true  (default: true)
dShowQtNamespace: true  (default: true)
dShowStandardNamespace: true  (default: true)
dMaximalStackDepth: 20  (default: 20)
dIdentifyDebugInfoPackages: false  (default: false)
dIntelFlavor: false  (default: false)
dMultiInferior: false  (default: false)
dWarnOnReleaseBuilds: true  (default: true)
dTargetAsync: false  (default: false)
dUseDynamicType: true  (default: true)
dAutoEnrichParameters: true  (default: true)
dWatchdogTimeout: 20  (default: 20)
dGdbPostAttachCommands:   (default: )
dGdbStartupCommands:   (default: )
dAttemptQuickStart: false  (default: false)
dLoadGdbDumpers2: false  (default: false)
dLoadGdbInit: true  (default: true)
dIgnoreFirstChanceAccessViolation: false  (default: false)
dBreakpointCorrection: true  (default: true)
dCDB_Console: false  (default: false)
dBreakOnCrtDbgReport: false  (default: false)
dBreakEvent:   (default: )
dSourcePaths:   (default: )
dSymbolPaths:   (default: )
dAdditionalArguments:   (default: )
dGdbCustomDumperCommands:   (default: )
dExtraDumperFile:   (default: )
dAlwaysAdjustColumnWidths: true  (default: true)
dRegisterForPostMortem: false  (default: false)
dUseAddressInStackView: false  (default: false)
dUseAddressInBreakpointsView: false  (default: false)
dUseToolTipsInBreakpointsView: false  (default: true)  ***
dUseToolTipsInBreakpointsView: false  (default: false)
dUseToolTipsInLocalsView: false  (default: false)
dUseToolTips: true  (default: true)
dShowThreadNames: false  (default: false)
dUseCodeModel: true  (default: true)
dUseDebuggingHelper: true  (default: true)
dStationaryEditorWhileStepping: false  (default: false)
dRaiseOnInterrupt: true  (default: true)
dBreakpointsFullPath: false  (default: false)
dSwitchModeOnExit: false  (default: false)
dCloseMemoryBuffersOnExit: true  (default: true)
dCloseBuffersOnExit: false  (default: false)
dLogTimeStamps: false  (default: false)
dAutoQuit: false  (default: false)
dUseMessageBoxForSignals: true  (default: true)
dFontSizeFollowsEditor: false  (default: false)
dUseAlternatingRowColours: false  (default: false)
dQmlInspector.ShowAppOnTop: false  (default: false)
dShowQmlObjectTree: true  (default: true)
dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
dQUEUE: SETUP ENGINE
dCALL: SETUP ENGINE
dTRYING TO START ADAPTER
dENABLING TEST CASE: 0
dSTARTING C:/Qt/Tools/mingw530_32/bin/gdb.exe -i mi
--tty=\\.\pipe\creator-4448-22568
dGDB STARTED, INITIALIZING IT
<1show version
<2show debug-file-directory
<3set print object on
<4set breakpoint pending on
<5set print elements 10000
<6set unwindonsignal on
<7set width 0
<8set height 0
sBereite zu debuggenden Prozess vor...
<9set substitute-path C:/work/build/qt5_workdir/w/s C:/Qt/5.8/mingw53_32
<10set substitute-path Q:/qt5_workdir/w/s C:/Qt/5.8/mingw53_32
<11set substitute-path c:/Users/qt/work/install C:/Qt/5.8/mingw53_32
<12set substitute-path c:/users/qt/work/qt C:/Qt/5.8/mingw53_32
<13-interpreter-exec console "set auto-solib-add on"
<14python sys.path.insert(1,
'C:/Qt/Tools/QtCreator/share/qtcreator/debugger/')
<15python
sys.path.append('C:/Qt/Tools/mingw530_32/bin/data-directory/python')
<16python from gdbbridge import *
<17python theDumper.loadDumpers({"token":17})

>=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"

>&"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"
>1^done
dPARSING VERSION: 1^done
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".
dUSING GDB VERSION: 71001, BUILD: 2015
<18-interpreter-exec console "set target-async off"

>&"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"
>2^done

>&"set print object on\n"
>=cmd-param-changed,param="print object",value="on"
>3^done

>&"set breakpoint pending on\n"
>=cmd-param-changed,param="breakpoint pending",value="on"
>4^done

>&"set print elements 10000\n"
>=cmd-param-changed,param="print elements",value="10000"
>5^done

>&"set unwindonsignal on\n"
>=cmd-param-changed,param="unwindonsignal",value="on"
>6^done

>&"set width 0\n"
>=cmd-param-changed,param="width",value="4294967295"
>7^done

>&"set height 0\n"
>8^done

>&"set substitute-path C:/work/build/qt5_workdir/w/s C:/Qt/5.8/mingw53_32\n"
>9^done

>&"set substitute-path Q:/qt5_workdir/w/s C:/Qt/5.8/mingw53_32\n"
>10^done

>&"set substitute-path c:/Users/qt/work/install C:/Qt/5.8/mingw53_32\n"
>11^done

>&"set substitute-path c:/users/qt/work/qt C:/Qt/5.8/mingw53_32\n"
>12^done

>13^done

>&"python sys.path.insert(1,
'C:/Qt/Tools/QtCreator/share/qtcreator/debugger/')\n"
>14^done

>&"python
sys.path.append('C:/Qt/Tools/mingw530_32/bin/data-directory/python')\n"
>15^done

>&"python from gdbbridge import *\n"

>16^done

>&"python theDumper.loadDumpers({\"token\":17})\n"
>~"dumpers=[{type=\"std____debug__unordered_set\"},{type=\"CPlusPlus__Identifier\"},{type=\"QV4__InternalClass__Transition\"},{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=\"QSharedData\"},{type=\"Debugger__Internal__GdbMi\"},{type=\"QV4__PropertyHash\"},{type=\"std__complex\"},{type=\"__m256\"},{type=\"boost__container__list\"},{type=\"CPlusPlus__Symbol\"},{type=\"std____cxx11__basic_string\"},{type=\"std____1__complex\"},{type=\"std__deque\"},{type=\"QFixed\"},{type=\"uint8_t\"},{type=\"std____1__set__iterator\"},{type=\"std____debug__stack\"},{type=\"CPlusPlus__StringLiteral\"},{type=\"QPoint\"},{type=\"std____1__vector\"},{type=\"QMultiMap\",formats=\"17\"},{type=\"CPlusPlus__Token\"},{type=\"QLocale\"},{type=\"QV4__CallContext\"},{type=\"QJsonPrivate__q_littleendian\"},{type=\"string\",editable=\"true\"},{type=\"std__set\"},{type=\"std__unique_ptr\"},{type=\"QFile\"},{type=\"wstring\"},{type=\"QByteArrayData\"},{type=\"CMakeProjectManager__Internal__CMakeProjectNode\"},{type=\"QSizeF\"},{type=\"std____1__string\"},{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\",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=\"QPixmap\"},{type=\"QJsonValue\"},{type=\"std____1__shared_ptr\"},{type=\"QV4__SimpleScriptFunction\"},{type=\"CPlusPlus__Internal__Value\"},{type=\"QFileInfo\"},{type=\"QHash__const_iterator\"},{type=\"std____1__valarray\",formats=\"16\"},{type=\"ProjectExplorer__FolderNode\"},{type=\"QTime\"},{type=\"QPolygonF\"},{type=\"QXmlStreamStringRef\"},{type=\"CPlusPlus__PointerType\"},{type=\"std____1__weak_ptr\"},{type=\"std___Rb_tree_const_iterator\"},{type=\"QString\",editable=\"true\",formats=\"2,
4\"},{type=\"Core__GeneratedFile\"},{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=\"std____1__basic_string\"},{type=\"NimStringDesc\"},{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=\"Debugger__Internal__WatchItem\"},{type=\"std__unordered_set\"},{type=\"std__string\",editable=\"true\",formats=\"5,
6, 7,
8\"},{type=\"QHashedString\"},{type=\"__m512d\"},{type=\"std____cxx1998__set\"},{type=\"std____1__once_flag\"},{type=\"std____1__multimap\",formats=\"17\"},{type=\"QMetaClassInfo\"},{type=\"std__map\",formats=\"17\"},{type=\"boost__posix_time__ptime\"},{type=\"QPointF\"},{type=\"std____cxx11__wstring\",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=\"__gnu_cxx__hash_set\"},{type=\"NimGenericSequence__\"},{type=\"QRegion\"},{type=\"std__wstring\",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=\"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=\"std____1__set\"},{type=\"QXmlStreamAttribute\"},{type=\"int8_t\"},{type=\"QStandardItemData\"},{type=\"QV4__SharedInternalClassData\"},{type=\"QQmlAccessorProperties__Properties\"},{type=\"QByteArray\",formats=\"5,
6, 7,
8\"},{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=\"QPolygon\"},{type=\"QSharedDataPointer\"},{type=\"QV__PropertyHashData\"},{type=\"QStringList\"},{type=\"std___Rb_tree_iterator\"},{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=\"ProjectExplorer__Node\"},{type=\"QScopedPointer\"},{type=\"__m512\"},{type=\"std____1__map\",formats=\"17\"},{type=\"QStandardItem\"},{type=\"CPlusPlus__Literal\"},{type=\"QMapNode\"},{type=\"std__once_flag\"},{type=\"std____1__array\",formats=\"16\"},{type=\"QVariant\"},{type=\"QV4__String\"},{type=\"QVector\",editable=\"true\",formats=\"16\"},{type=\"ProjectExplorer__ProjectNode\"},{type=\"Debugger__Internal__ThreadId\"},{type=\"std____1__wstring\"},{type=\"QHashNode\",formats=\"17\"},{type=\"QV4__Scoped\"},{type=\"ProString\"},{type=\"QV4__CompilationUnit\"},{type=\"QTemporaryFile\"},{type=\"QXmlAttributes__Attribute\"},{type=\"KDSoapValue\"},{type=\"QJsonObject\"},{type=\"QRect\"},{type=\"CPlusPlus__IntegerType\"},{type=\"std__array\",formats=\"16\"},{type=\"QJSValue\"},{type=\"std____cxx11__list\"},{type=\"CPlusPlus__FullySpecifiedType\"},{type=\"__gnu_debug___Safe_iterator\"},{type=\"QV4__ScriptFunction\"},{type=\"CPlusPlus__Internal__PPToken\"},{type=\"QWeakPointer\"},{type=\"std__weak_ptr\"},{type=\"QMetaMethod\"},{type=\"QAtomicPointer\"},{type=\"CPlusPlus__NamedType\"},],python=\"20709\"\n"
>17^done
dENGINE SUCCESSFULLY STARTED
dNOTE: ENGINE SETUP OK
dState changed from EngineSetupRequested(1) to EngineSetupOk(3) [master]
dQUEUE: SETUP INFERIOR
dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master]
dQUEUE: SETUP INFERIOR

dCALL: SETUP INFERIOR
<19-gdb-set environment
PATH=C:\Qt\5.8\mingw53_32\bin;C:\Qt\Tools\mingw530_32\bin;C:\Qt\5.8\mingw53_32\bin;C:\Qt\Tools\mingw530_32\bin;C:\Qt\Tools\mingw530_32\lib;C:\Program
Files
(x86)\CMake\bin;C:\Qt\Tools\QtCreator\bin;C:\WINDOWS\System32;C:\Program
Files\Git\bin
<20cd D:/Benutzer/Tobi/Daten/Projects/MuseScore/build.qtc
<21-file-exec-and-symbols
"D:/Benutzer/Tobi/Daten/Projects/MuseScore/win32install/bin/MuseScore.exe"
>18^done

>19^done

>&"cd D:/Benutzer/Tobi/Daten/Projects/MuseScore/build.qtc\n"
>~"Working directory
D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\build.qtc.\n"
>20^done


d21: -file-exec-and-symbols
"D:/Benutzer/Tobi/Daten/Projects/MuseScore/win32install/bin/MuseScore.exe"
dTIMED OUT WAITING FOR GDB REPLY. COMMANDS STILL IN PROGRESS:
"-file-exec-and-symbols
"D:/Benutzer/Tobi/Daten/Projects/MuseScore/win32install/bin/MuseScore.exe""

>21^done
sSetze Haltepunkte...
dSetze Haltepunkte...
dATTEMPT BREAKPOINT SYNCHRONIZATION
dBREAKPOINTS ARE SYNCHRONIZED
dNOTE: INFERIOR SETUP OK
dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master]
dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master]
dQUEUE: RUN ENGINE

dCALL: RUN ENGINE
<22-exec-run

>=thread-group-started,id="i1",pid="11480"
sThread-Gruppe i1 erzeugt
dPID 11480 gemeldet
>=thread-created,id="1",group-id="i1"
sThread 1 erzeugt
>~"[New Thread 11480.0x25fc]\n"
s[New Thread 11480.0x25fc]
>22^running
dNOTE: ENGINE RUN AND INFERIOR RUN OK
sLäuft.
dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master]
dINFERIOR STARTED
sAnwendung gestartet
>*running,thread-id="all"


>=thread-created,id="2",group-id="i1"
sThread 2 erzeugt
>~"[New Thread 11480.0x3bc8]\n"
s[New Thread 11480.0x3bc8]
>*running,thread-id="all"
>=thread-created,id="3",group-id="i1"
sThread 3 erzeugt
>~"[New Thread 11480.0x1ddc]\n"
s[New Thread 11480.0x1ddc]
>*running,thread-id="all"
>=thread-created,id="4",group-id="i1"
sThread 4 erzeugt
>~"[New Thread 11480.0x2d6c]\n"
s[New Thread 11480.0x2d6c]
>*running,thread-id="all"

>=library-loaded,id="C:\\WINDOWS\\SYSTEM32\\ntdll.dll",target-name="C:\\WINDOWS\\SYSTEM32\\ntdll.dll",host-name="C:\\WINDOWS\\SYSTEM32\\ntdll.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SYSTEM32\ntdll.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\kernel32.dll",target-name="C:\\WINDOWS\\System32\\kernel32.dll",host-name="C:\\WINDOWS\\System32\\kernel32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\kernel32.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\KernelBase.dll",target-name="C:\\WINDOWS\\System32\\KernelBase.dll",host-name="C:\\WINDOWS\\System32\\KernelBase.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\KernelBase.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\msvcrt.dll",target-name="C:\\WINDOWS\\System32\\msvcrt.dll",host-name="C:\\WINDOWS\\System32\\msvcrt.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\msvcrt.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Core.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Core.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Core.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Core.dll
geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Gui.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Gui.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Gui.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Gui.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\user32.dll",target-name="C:\\WINDOWS\\System32\\user32.dll",host-name="C:\\WINDOWS\\System32\\user32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\user32.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\advapi32.dll",target-name="C:\\WINDOWS\\System32\\advapi32.dll",host-name="C:\\WINDOWS\\System32\\advapi32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\advapi32.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\gdi32.dll",target-name="C:\\WINDOWS\\System32\\gdi32.dll",host-name="C:\\WINDOWS\\System32\\gdi32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\gdi32.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Help.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Help.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Help.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Help.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\sechost.dll",target-name="C:\\WINDOWS\\System32\\sechost.dll",host-name="C:\\WINDOWS\\System32\\sechost.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\sechost.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\gdi32full.dll",target-name="C:\\WINDOWS\\System32\\gdi32full.dll",host-name="C:\\WINDOWS\\System32\\gdi32full.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\gdi32full.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Network.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Network.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Network.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Network.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\rpcrt4.dll",target-name="C:\\WINDOWS\\System32\\rpcrt4.dll",host-name="C:\\WINDOWS\\System32\\rpcrt4.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\rpcrt4.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\crypt32.dll",target-name="C:\\WINDOWS\\System32\\crypt32.dll",host-name="C:\\WINDOWS\\System32\\crypt32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\crypt32.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\win32u.dll",target-name="C:\\WINDOWS\\System32\\win32u.dll",host-name="C:\\WINDOWS\\System32\\win32u.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\win32u.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\sspicli.dll",target-name="C:\\WINDOWS\\System32\\sspicli.dll",host-name="C:\\WINDOWS\\System32\\sspicli.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\sspicli.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\ucrtbase.dll",target-name="C:\\WINDOWS\\System32\\ucrtbase.dll",host-name="C:\\WINDOWS\\System32\\ucrtbase.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\ucrtbase.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\cryptbase.dll",target-name="C:\\WINDOWS\\System32\\cryptbase.dll",host-name="C:\\WINDOWS\\System32\\cryptbase.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\cryptbase.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5PrintSupport.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5PrintSupport.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5PrintSupport.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5PrintSupport.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\msasn1.dll",target-name="C:\\WINDOWS\\System32\\msasn1.dll",host-name="C:\\WINDOWS\\System32\\msasn1.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\msasn1.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\bcryptprimitives.dll",target-name="C:\\WINDOWS\\System32\\bcryptprimitives.dll",host-name="C:\\WINDOWS\\System32\\bcryptprimitives.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\bcryptprimitives.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\comdlg32.dll",target-name="C:\\WINDOWS\\System32\\comdlg32.dll",host-name="C:\\WINDOWS\\System32\\comdlg32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\comdlg32.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\ws2_32.dll",target-name="C:\\WINDOWS\\System32\\ws2_32.dll",host-name="C:\\WINDOWS\\System32\\ws2_32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\ws2_32.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\combase.dll",target-name="C:\\WINDOWS\\System32\\combase.dll",host-name="C:\\WINDOWS\\System32\\combase.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\combase.dll geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\ole32.dll",target-name="C:\\WINDOWS\\System32\\ole32.dll",host-name="C:\\WINDOWS\\System32\\ole32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\ole32.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Qml.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Qml.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Qml.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Qml.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\SHCore.dll",target-name="C:\\WINDOWS\\System32\\SHCore.dll",host-name="C:\\WINDOWS\\System32\\SHCore.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\SHCore.dll geladen

>=library-loaded,id="C:\\WINDOWS\\System32\\shell32.dll",target-name="C:\\WINDOWS\\System32\\shell32.dll",host-name="C:\\WINDOWS\\System32\\shell32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\shell32.dll geladen

>=library-loaded,id="C:\\WINDOWS\\System32\\shlwapi.dll",target-name="C:\\WINDOWS\\System32\\shlwapi.dll",host-name="C:\\WINDOWS\\System32\\shlwapi.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\shlwapi.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Quick.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Quick.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Quick.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Quick.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\cfgmgr32.dll",target-name="C:\\WINDOWS\\System32\\cfgmgr32.dll",host-name="C:\\WINDOWS\\System32\\cfgmgr32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\cfgmgr32.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Svg.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Svg.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Svg.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Svg.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\windows.storage.dll",target-name="C:\\WINDOWS\\System32\\windows.storage.dll",host-name="C:\\WINDOWS\\System32\\windows.storage.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\windows.storage.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Widgets.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Widgets.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Widgets.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Widgets.dll
geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Xml.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Xml.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Xml.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Xml.dll
geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5XmlPatterns.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5XmlPatterns.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5XmlPatterns.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5XmlPatterns.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\powrprof.dll",target-name="C:\\WINDOWS\\System32\\powrprof.dll",host-name="C:\\WINDOWS\\System32\\powrprof.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\powrprof.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libgcc_s_dw2-1.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libgcc_s_dw2-1.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libgcc_s_dw2-1.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\libgcc_s_dw2-1.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\kernel.appcore.dll",target-name="C:\\WINDOWS\\System32\\kernel.appcore.dll",host-name="C:\\WINDOWS\\System32\\kernel.appcore.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\kernel.appcore.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libstdc++-6.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libstdc++-6.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libstdc++-6.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\libstdc++-6.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\profapi.dll",target-name="C:\\WINDOWS\\System32\\profapi.dll",host-name="C:\\WINDOWS\\System32\\profapi.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\profapi.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Sql.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Sql.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5Sql.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5Sql.dll
geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5CLucene.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5CLucene.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\Qt5CLucene.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\Qt5CLucene.dll
geladen
>=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"
sBibliothek C:\WINDOWS\SYSTEM32\winmm.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\portaudio.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\portaudio.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\portaudio.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\portaudio.dll
geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libsndfile-1.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libsndfile-1.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libsndfile-1.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\libsndfile-1.dll
geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libvorbisfile.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libvorbisfile.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libvorbisfile.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\libvorbisfile.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\SYSTEM32\\dnsapi.dll",target-name="C:\\WINDOWS\\SYSTEM32\\dnsapi.dll",host-name="C:\\WINDOWS\\SYSTEM32\\dnsapi.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SYSTEM32\dnsapi.dll geladen
>=library-loaded,id="C:\\WINDOWS\\SYSTEM32\\IPHLPAPI.DLL",target-name="C:\\WINDOWS\\SYSTEM32\\IPHLPAPI.DLL",host-name="C:\\WINDOWS\\SYSTEM32\\IPHLPAPI.DLL",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL geladen
>=library-loaded,id="C:\\WINDOWS\\System32\\nsi.dll",target-name="C:\\WINDOWS\\System32\\nsi.dll",host-name="C:\\WINDOWS\\System32\\nsi.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\System32\nsi.dll geladen
>=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"
sBibliothek C:\WINDOWS\SYSTEM32\mpr.dll geladen
>=library-loaded,id="C:\\WINDOWS\\SYSTEM32\\winspool.drv",target-name="C:\\WINDOWS\\SYSTEM32\\winspool.drv",host-name="C:\\WINDOWS\\SYSTEM32\\winspool.drv",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SYSTEM32\winspool.drv geladen
>=library-loaded,id="C:\\WINDOWS\\WinSxS\\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_5507ded2cb4f7f4c\\comctl32.dll",target-name="C:\\WINDOWS\\WinSxS\\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_5507ded2cb4f7f4c\\comctl32.dll",host-name="C:\\WINDOWS\\WinSxS\\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_5507ded2cb4f7f4c\\comctl32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.14393.447_none_5507ded2cb4f7f4c\comctl32.dll
geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libwinpthread-1.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libwinpthread-1.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libwinpthread-1.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\libwinpthread-1.dll
geladen
>=library-loaded,id="C:\\WINDOWS\\SYSTEM32\\winmmbase.dll",target-name="C:\\WINDOWS\\SYSTEM32\\winmmbase.dll",host-name="C:\\WINDOWS\\SYSTEM32\\winmmbase.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SYSTEM32\winmmbase.dll geladen
>=library-loaded,id="C:\\WINDOWS\\SYSTEM32\\bcrypt.dll",target-name="C:\\WINDOWS\\SYSTEM32\\bcrypt.dll",host-name="C:\\WINDOWS\\SYSTEM32\\bcrypt.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SYSTEM32\bcrypt.dll geladen
>=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"
sBibliothek C:\WINDOWS\SYSTEM32\dwmapi.dll geladen
>=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"
sBibliothek C:\WINDOWS\SYSTEM32\uxtheme.dll geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libogg.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libogg.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libogg.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\libogg.dll
geladen
>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libvorbis.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libvorbis.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\libvorbis.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\libvorbis.dll
geladen

>=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"
sBibliothek C:\WINDOWS\SysWOW64\imm32.dll geladen

dCONTINUE DEBUGGER AS REQUESTED BY USER

>=library-loaded,id="C:\\WINDOWS\\SysWOW64\\libjack.dll",target-name="C:\\WINDOWS\\SysWOW64\\libjack.dll",host-name="C:\\WINDOWS\\SysWOW64\\libjack.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SysWOW64\libjack.dll geladen

>=library-loaded,id="C:\\WINDOWS\\SysWOW64\\psapi.dll",target-name="C:\\WINDOWS\\SysWOW64\\psapi.dll",host-name="C:\\WINDOWS\\SysWOW64\\psapi.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SysWOW64\psapi.dll geladen

>=library-loaded,id="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\platforms\\qwindows.dll",target-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\platforms\\qwindows.dll",host-name="D:\\Benutzer\\Tobi\\Daten\\Projects\\MuseScore\\win32install\\bin\\platforms\\qwindows.dll",symbols-loaded="0",thread-group="i1"
sBibliothek
D:\Benutzer\Tobi\Daten\Projects\MuseScore\win32install\bin\platforms\qwindows.dll
geladen

>=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"
sBibliothek C:\WINDOWS\SysWOW64\oleaut32.dll geladen

>=library-loaded,id="C:\\WINDOWS\\SysWOW64\\msvcp_win.dll",target-name="C:\\WINDOWS\\SysWOW64\\msvcp_win.dll",host-name="C:\\WINDOWS\\SysWOW64\\msvcp_win.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SysWOW64\msvcp_win.dll geladen

>=library-loaded,id="C:\\WINDOWS\\SysWOW64\\WINTAB32.dll",target-name="C:\\WINDOWS\\SysWOW64\\WINTAB32.dll",host-name="C:\\WINDOWS\\SysWOW64\\WINTAB32.dll",symbols-loaded="0",thread-group="i1"
sBibliothek C:\WINDOWS\SysWOW64\WINTAB32.dll geladen
>&"warning: CWintab::Open\n"
 CWintab::Open
>~"gdb: unknown target exception 0xc0000008 at 0x86e99d2a\n"
 Eine Ausnahme wurde ausgelöst: 
 Exception at 0x86e99d2a, code: 0xc0000008: , flags=0x0.

>~"\nProgram received signal "
>~"?, Unknown signal.\n"
>~"0x775ee6ac in ntdll!ZwClose () from C:\\WINDOWS\\SYSTEM32\\ntdll.dll\n"
>*stopped,reason="signal-received",signal-name="?",signal-meaning="Unknown
signal",frame={addr="0x775ee6ac",func="ntdll!ZwClose",args=[],from="C:\\WINDOWS\\SYSTEM32\\ntdll.dll"},thread-id="1",stopped-threads="all"
dNOTE: INFERIOR SPONTANEOUS STOP
sAngehalten.
dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
<23importPlainDumpers off
dHANDLING SIGNAL ?
sAngehalten: Unknown signal (Signal ?).

<24-thread-info
>&"importPlainDumpers off\n"
>~"141 printers disabled\n"
>~"0 of 141 printers enabled\n"
>~"None\n"
>23^done

>24^done,threads=[{id="4",target-id="Thread
11480.0x2d6c",frame={level="0",addr="0x775f01cc",func="ntdll!ZwWaitForWorkViaWorkerFactory",args=[],from="C:\\WINDOWS\\SYSTEM32\\ntdll.dll"},state="stopped"},{id="3",target-id="Thread
11480.0x1ddc",frame={level="0",addr="0x775f01cc",func="ntdll!ZwWaitForWorkViaWorkerFactory",args=[],from="C:\\WINDOWS\\SYSTEM32\\ntdll.dll"},state="stopped"},{id="2",target-id="Thread
11480.0x3bc8",frame={level="0",addr="0x775f01cc",func="ntdll!ZwWaitForWorkViaWorkerFactory",args=[],from="C:\\WINDOWS\\SYSTEM32\\ntdll.dll"},state="stopped"},{id="1",target-id="Thread
11480.0x25fc",frame={level="0",addr="0x775ee6ac",func="ntdll!ZwClose",args=[],from="C:\\WINDOWS\\SYSTEM32\\ntdll.dll"},state="stopped"}],current-thread-id="1"
<25python theDumper.fetchStack({"limit":20,"nativemixed":0,"token":25})

>&"python
theDumper.fetchStack({\"limit\":20,\"nativemixed\":0,\"token\":25})\n"
>~"frames=[frame={level=\"0\",address=\"0x775ee6ac\",function=\"ntdll!ZwClose\",file=\"\",line=\"0\",module=\"\",language=\"c\"},frame={level=\"1\",address=\"0x7594adca\",function=\"KERNELBASE!CloseHandle\",file=\"\",line=\"0\",module=\"\",language=\"c\"},frame={level=\"2\",address=\"0x21eb3104\",function=\"Wintab32!WTOpenW\",file=\"\",line=\"0\",module=\"\",language=\"c\"},frame={level=\"3\",address=\"0x21eb53d7\",function=\"Wintab32!WTOpenW\",file=\"\",line=\"0\",module=\"\",language=\"c\"},frame={level=\"4\",address=\"0x775c0e46\",function=\"ntdll!LdrShutdownThread\",file=\"\",line=\"0\",module=\"\",language=\"c\"},frame={level=\"5\",address=\"0x21eb53ba\",function=\"Wintab32!WTOpenW\",file=\"\",line=\"0\",module=\"\",language=\"c\"},frame={level=\"6\",address=\"0x775aaafc\",function=\"ntdll!LdrShutdownProcess\",file=\"\",line=\"0\",module=\"\",language=\"c\"},frame={level=\"7\",address=\"0x1\",function=\"??\",file=\"\",line=\"0\",module=\"\",language=\"c\"},frame={level=\"8\",address=\"0x0\",function=\"??\",file=\"\",line=\"0\",module=\"\",language=\"c\"}]\n"
>25^done
<26set disassembly-flavor att
<27-interpreter-exec console "disassemble /rm 0x775ee6ac"
<28-stack-select-frame 0
<29python
theDumper.fetchVariables({"autoderef":1,"context":"","displaystringlimit":"100","dyntype":1,"expanded":["local","return","watch","inspect"],"fancy":1,"formats":{},"nativemixed":0,"partialvar":"","passexceptions":0,"qobjectnames":1,"resultvarname":"","stringcutoff":"10000","token":29,"typeformats":{},"watchers":[]})

>&"set disassembly-flavor att\n"
>26^done

>~"Dump of assembler code for function ntdll!ZwClose:\n"
>~"   0x775ee6a0 <+0>:\tb8 0f 00 03 00\tmov    $0x3000f,%eax\n"
>~"   0x775ee6a5 <+5>:\tba f0 2c 60 77\tmov    $0x77602cf0,%edx\n"
>~"   0x775ee6aa <+10>:\tff d2\tcall   *%edx\n"
>~"=> 0x775ee6ac <+12>:\tc2 04 00\tret    $0x4\n"
>~"   0x775ee6af <+15>:\t90\tnop\n"
>~"End of assembler dump.\n"
>27^done

>28^done

>&"python
theDumper.fetchVariables({\"autoderef\":1,\"context\":\"\",\"displaystringlimit\":\"100\",\"dyntype\":1,\"expanded\":[\"local\",\"return\",\"watch\",\"inspect\"],\"fancy\":1,\"formats\":{},\"nativemixed\":0,\"partialvar\":\"\",\"passexceptions\":0,\"qobjectnames\":1,\"resultvarname\":\"\",\"stringcutoff\":\"10000\",\"token\":29,\"typeformats\":{},\"watchers\":[]})\n"
>~"data=[],typeinfo=[],partial=\"0\",counts={},timimgs=[]\n"
>~",time=\"0\"\n"
>29^done
 <Rebuild Watchmodel 1 @ 11:59:55.453 >
sAlle Daten erhalten





--
View this message in context: 
http://dev-list.musescore.org/Problem-Debugging-MuseScore-in-QtCreator-tp7580263.html
Sent from the MuseScore Developer mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mscore-developer mailing list
Mscore-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to