[Development] Choosing a new MinGW for Qt/Qt Creator/Qt SDK

andy fillebrown andy.fillebrown at gmail.com
Sat Apr 21 00:34:40 CEST 2012


...forgot to attach the files, doh!

On Fri, Apr 20, 2012 at 6:33 PM, andy fillebrown
<andy.fillebrown at gmail.com> wrote:
> On Fri, Apr 20, 2012 at 3:23 PM, André Pönitz
> <andre.poenitz at mathematik.tu-chemnitz.de> wrote:
>> On Fri, Apr 20, 2012 at 03:08:01PM -0400, andy fillebrown wrote:
>>> [...]
>>> GCC 4.6.2 and 4.7.0 from mingwbuilds do not have the slow startup
>>> problem.  There are still two issues, though.
>>
>> I still don't think the gcc matters much in this case. gdb version
>> certainly does.
>
> Yes, I'm referencing the mingw distro using the gcc version number,
> for brevity.  The gdb version is 7.4.
>
>
>
>>> 1) Breakpoints have to be set before the project is run.  If they
>>> aren't, i.e. a breakpoint is set after the project is started, gdb
>>> never hits it.  It only hits the breakpoint if it's set before running
>>> gdb.
>>>
>>> 2) When a breakpoint is hit, the call stack is only one call deep.
>>> Trying to step out of the function at the top of the call stack (into
>>> the calls marked "??") crashes gdb.
>>>
>>> This is on Windows 7 64 bit using QtCreator.
>>
>> What version of Creator? If it's not 2.5 beta, then can you please try
>> with that? And can you please attach the debugger log (contents of the
>> right pane of Windows->Views->Debugger Log, or send it to me in private
>> mail? Thanks.
>>
>> Andre'
>
> Here are some attachments from a run using Creator 2.5 beta.  The
> project was built with the mingwbuild containing gcc 4.6.2 and gdb
> 7.4.  The .txt and .png suffixed with "call-stack" are the debugger
> log and a screen-capture of the debug run just after a breakpoint is
> hit.  The .txt and .png suffixed with
> "error-message-from-stepping-out-of-function" are the debugger log and
> a screen-capture of the debug run just after stepping out of the top
> function in the call stack.
>
> Cheers,
> ~ andy.f
-------------- next part --------------
dATTEMPT SYNC
sStarting debugger "GdbEngine" for ABI "x86-windows-msys-pe-64bit"...
dStart parameters: 'app' mode: 1
dABI: x86-windows-msys-pe-64bit
dLanguages: c++ 
dExecutable: C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\audiocarver.exe 
dDirectory: C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin
dDebugger: C:\-\usr\bin\mingw32--x86_64-w64--gcc-4.6.2\bin\gdb.exe
dProject: C:\-\home\code\audiocarver-new--before-redesign\repo (built: C:\-\home\code\audiocarver-new--before-redesign\build-test-d)
dQt: C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2
dQML server: 127.0.0.1:3768
dSysroot: 
dDebug Source Location: 
dSymbol file: 
dDumper libraries:  C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\qtc-debugging-helper\ C:\-\usr\bin\qtcreator-2.5-beta\qtc-debugging-helper\97271410\ C:\Users\Andy\AppData\Local\Nokia\QtCreator\qtc-debugging-helper\97271410\
d
dDebugger settings: 
dUseAlternatingRowColours: false  (default: false)
dFontSizeFollowsEditor: false  (default: false)
dUseMessageBoxForSignals: true  (default: true)
dAutoQuit: false  (default: false)
dLogTimeStamps: false  (default: false)
dVerboseLog: false  (default: false)
dCloseBuffersOnExit: false  (default: false)
dSwitchModeOnExit: true  (default: false)  ***
dUseDebuggingHelper: true  (default: true)
dUseCodeModel: true  (default: true)
dShowThreadNames: false  (default: false)
dUseToolTips: true  (default: false)  ***
dUseToolTipsInLocalsView: false  (default: false)
dUseToolTipsInBreakpointsView: false  (default: false)
dUseAddressInBreakpointsView: false  (default: false)
dUseAddressInStackView: false  (default: false)
dRegisterForPostMortem: false  (default: false)
dLoadGdbInit: true  (default: true)
dGdbStartupCommands:   (default: )
dWatchdogTimeout: 20  (default: 20)
dAutoEnrichParameters: false  (default: false)
dUseDynamicType: true  (default: true)
dTargetAsync: false  (default: false)
dMaximalStackDepth: 20  (default: 20)
dAlwaysAdjustStackColumnWidths: false  (default: false)
dShowStandardNamespace: true  (default: true)
dShowQtNamespace: true  (default: true)
dSortStructMembers: true  (default: true)
dAutoDerefPointers: true  (default: true)
dAlwaysAdjustLocalsColumnWidths: false  (default: false)
dListSourceFiles: false  (default: false)
dSkipKnownFrames: false  (default: false)
dEnableReverseDebugging: false  (default: false)
dAllPluginBreakpoints: true  (default: true)
dSelectedPluginBreakpoints: false  (default: false)
dAdjustBreakpointLocations: true  (default: true)
dAlwaysAdjustBreakpointsColumnWidths: false  (default: false)
dNoPluginBreakpoints: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dBreakOnThrow: false  (default: false)
dBreakOnCatch: false  (default: false)
dBreakOnWarning: false  (default: false)
dBreakOnFatal: false  (default: false)
dBreakOnRaise: false  (default: false)
dAlwaysAdjustRegistersColumnWidths: false  (default: false)
dAlwaysAdjustSnapshotsColumnWidths: false  (default: false)
dAlwaysAdjustThreadsColumnWidths: false  (default: false)
dAlwaysAdjustModulesColumnWidths: false  (default: false)
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:/-/usr/bin/mingw32--x86_64-w64--gcc-4.6.2/bin/gdb.exe -i mi --tty=\\.\pipe\creator-3912-24626
dGDB STARTED, INITIALIZING IT
<60show version
<61-list-features
<62set print object on
<63set breakpoint pending on
<64set print elements 10000
<65set overload-resolution off
<66handle SIGSEGV nopass stop print
<67set unwindonsignal on
<68pwd
<69set width 0
<70set height 0
<71-interpreter-exec console "set breakpoint always-inserted on"
<72-interpreter-exec console "set trust-readonly-sections on"
<73-interpreter-exec console "set auto-solib-add on"
<74-interpreter-exec console "set remotecache on"
<75-interpreter-exec console "maintenance set internal-warning quit no"
<76-interpreter-exec console "maintenance set internal-error quit no"
<77-interpreter-exec console "disassemble 0 0"
<78-interpreter-exec console "python execfile('C:/-/usr/bin/qtcreator-2.5-beta/share/qtcreator/dumper/bridge.py')"
<79-interpreter-exec console "python execfile('C:/-/usr/bin/qtcreator-2.5-beta/share/qtcreator/dumper/dumper.py')"
<80-interpreter-exec console "python execfile('C:/-/usr/bin/qtcreator-2.5-beta/share/qtcreator/dumper/qttypes.py')"
<81-interpreter-exec console "bbsetup"
dADAPTER 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
sSetting up inferior...
<82set substitute-path C:/iwmake/build_mingw_opensource C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2
<83set substitute-path C:/ndk_buildrepos/qt-desktop/src C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2
<84set substitute-path C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2
<85-file-exec-and-symbols "C:/-/home/code/audiocarver-new--before-redesign/build-test-d/bin/audiocarver.exe"
>=thread-group-added,id="i1"
>~"GNU gdb (GDB) 7.4\n"
>~"Copyright (C) 2012 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 \"x86_64-w64-mingw32\".\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>&"show version\n"
>~"GNU gdb (GDB) 7.4\n"
>~"Copyright (C) 2012 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 \"x86_64-w64-mingw32\".\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>60^done
dPARSING VERSION: 60^done
d
dSUPPORTED GDB VERSION GNU gdb (GDB) 7.4
dCopyright (C) 2012 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 "x86_64-w64-mingw32".
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dGNU gdb (GDB) 7.4
dCopyright (C) 2012 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 "x86_64-w64-mingw32".
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
d
dUSING GDB VERSION: 70400, BUILD: 2012
<86-interpreter-exec console "set target-async off"
>61^done,features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info","python"]
dFEATURES: 61^done,data={features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info","python"]}
d
>&"set print object on\n"
>62^done
>&"set breakpoint pending on\n"
>63^done
>&"set print elements 10000\n"
>64^done
>&"set overload-resolution off\n"
>65^done
>&"handle SIGSEGV nopass stop print\n"
>~"Signal        Stop\tPrint\tPass to program\tDescription\n"
>~"SIGSEGV       Yes\tYes\tNo\t\tSegmentation fault\n"
>66^done
>&"set unwindonsignal on\n"
>67^done
>&"pwd\n"
>~"Working directory C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin.\n"
>68^done
>&"set width 0\n"
>69^done
>&"set height 0\n"
>70^done
>71^done
>72^done
>73^done
>74^done
>75^done
>76^done
>&"A syntax error in expression, near `0'.\n"
>77^error,msg="A syntax error in expression, near `0'."
>78^done
>79^done
>80^done
>~"dumpers=[{type=\"boost__posix_time__time_duration\",formats=\"\"},{type=\"QLinkedList\",formats=\"\"},{type=\"QSize\",formats=\"\"},{type=\"QFileInfo\",formats=\"\"},{type=\"QAbstractItemModel\",formats=\"Normal,Enhanced\"},{type=\"std__stack\",formats=\"\"},{type=\"QTextDocument\",formats=\"\"},{type=\"QSharedDataPointer\",formats=\"\"},{type=\"__gnu_cxx__hash_set\",formats=\"\"},{type=\"QStringList\",formats=\"\"},{type=\"QRegion\",formats=\"\"},{type=\"std__wstring\",formats=\"\"},{type=\"QString\",formats=\"Inline,Separate Window\",editable=\"true\"},{type=\"QTextCodec\",formats=\"\"},{type=\"QBasicAtomicInt\",formats=\"\"},{type=\"QScriptValue\",formats=\"\"},{type=\"QTime\",formats=\"\"},{type=\"QSharedData\",formats=\"\"},{type=\"std__vector\",formats=\"\",editable=\"true\"},{type=\"QRegExp\",formats=\"\"},{type=\"QTextCursor\",formats=\"\"},{type=\"QxXmlAttributes\",formats=\"\"},{type=\"QDateTime\",formats=\"\"},{type=\"QList\",formats=\"\"},{type=\"QStandardItem\",formats=\"\"},{type=\"std__deque\",formats=\"\"},{type=\"QFixed\",formats=\"\"},{type=\"QHash\",formats=\"Normal,Compact\"},{type=\"std__array\",formats=\"\"},{type=\"QSharedPointer\",formats=\"\"},{type=\"QUrl\",formats=\"\"},{type=\"boost__posix_time__ptime\",formats=\"\"},{type=\"QVector\",formats=\"\",editable=\"true\"},{type=\"std__list\",formats=\"\"},{type=\"std__basic_string\",formats=\"\"},{type=\"QPoint\",formats=\"\"},{type=\"std__unique_ptr\",formats=\"\"},{type=\"QScopedPointer\",formats=\"\"},{type=\"QRectF\",formats=\"\"},{type=\"QMultiMap\",formats=\"Normal,Compact\"},{type=\"QMapNode\",formats=\"\"},{type=\"QModelIndex\",formats=\"Normal,Enhanced\"},{type=\"QLocale\",formats=\"\"},{type=\"QTJSC__JSValue\",formats=\"\"},{type=\"std__complex\",formats=\"\"},{type=\"QVariant\",formats=\"\"},{type=\"string\",formats=\"\",editable=\"true\"},{type=\"QBasicAtomicPointer\",formats=\"\"},{type=\"boost__gregorian__date\",formats=\"\"},{type=\"QDate\",formats=\"\"},{type=\"QFile\",formats=\"\"},{type=\"QAtomicInt\",formats=\"\"},{type=\"TBuf\",formats=\"\"},{type=\"QWeakPointer\",formats=\"\"},{type=\"QSizeF\",formats=\"\"},{type=\"__m128\",formats=\"As Floats,As Doubles\"},{type=\"std__map\",formats=\"Normal,Compact\"},{type=\"boost__optional\",formats=\"\"},{type=\"QStack\",formats=\"\"},{type=\"std__shared_ptr\",formats=\"\"},{type=\"wstring\",formats=\"\"},{type=\"QPointF\",formats=\"\"},{type=\"TLitC\",formats=\"\"},{type=\"QRect\",formats=\"\"},{type=\"QByteArray\",formats=\"\"},{type=\"QMap\",formats=\"Normal,Compact\"},{type=\"boost__shared_ptr\",formats=\"\"},{type=\"QChar\",formats=\"\"},{type=\"QDir\",formats=\"\"},{type=\"QPixmap\",formats=\"\"},{type=\"QFlags\",formats=\"\"},{type=\"std__set\",formats=\"\"},{type=\"QHostAddress\",formats=\"\"},{type=\"QHashNode\",formats=\"\"},{type=\"QTemporaryFile\",formats=\"\"},{type=\"QObject\",formats=\"\"},{type=\"Eigen__Matrix\",formats=\"\"},{type=\"std__string\",formats=\"\",editable=\"true\"},{type=\"QImage\",formats=\"Normal,Displayed\"},{type=\"QSet\",formats=\"\"},],hasInferiorThreadList=\"1\"\n"
>81^done
>&"set substitute-path C:/iwmake/build_mingw_opensource C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2\n"
>82^done
>&"set substitute-path C:/ndk_buildrepos/qt-desktop/src C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2\n"
>83^done
>&"set substitute-path C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2\n"
>84^done
>85^done
sSetting breakpoints...
dSetting breakpoints...
<87-break-insert  -f "\"ac_graphicsview.cpp\":682"
dATTEMPT SYNC
>86^done
>&"No source file named ac_graphicsview.cpp.\n"
>87^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending="\"ac_graphicsview.cpp\":682",times="0",original-location="\"ac_graphicsview.cpp\":682"}
dALL COMMANDS DONE; INVOKING CALLBACK
<88maint print msymbols C:/-/tmp/gdb_ns_.Zn3912
>&"maint print msymbols C:/-/tmp/gdb_ns_.Zn3912\n"
>88^done
dFOUND NON-NAMESPACED QT
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
<89-exec-run
>=thread-group-started,id="i1",pid="4008"
sThread group i1 created
dTaking notice of pid 4008
>=thread-created,id="1",group-id="i1"
sThread 1 created
>~"[New Thread 4008.0xc40]\n"
s[New Thread 4008.0xc40]
>89^running
dNOTE: ENGINE RUN AND INFERIOR RUN OK
sRunning.
dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master]
dINFERIOR STARTED
sApplication started
>*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"
sLibrary C:\Windows\system32\ntdll.dll loaded
>=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"
sLibrary C:\Windows\system32\kernel32.dll loaded
>=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"
sLibrary C:\Windows\system32\KernelBase.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\ExtensionSystemd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\ExtensionSystemd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\ExtensionSystemd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\ExtensionSystemd.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libgcc_s_sjlj-1.dll",target-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libgcc_s_sjlj-1.dll",host-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libgcc_s_sjlj-1.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\mingw32--x86_64-w64--gcc-4.6.2\bin\libgcc_s_sjlj-1.dll loaded
>=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"
sLibrary C:\Windows\system32\msvcrt.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libwinpthread-1.dll",target-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libwinpthread-1.dll",host-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libwinpthread-1.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\mingw32--x86_64-w64--gcc-4.6.2\bin\libwinpthread-1.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libstdc++-6.dll",target-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libstdc++-6.dll",host-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libstdc++-6.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\mingw32--x86_64-w64--gcc-4.6.2\bin\libstdc++-6.dll loaded
>=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"
sLibrary C:\Windows\system32\user32.dll loaded
>=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"
sLibrary C:\Windows\system32\gdi32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\lpk.dll",target-name="C:\\Windows\\system32\\lpk.dll",host-name="C:\\Windows\\system32\\lpk.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\lpk.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\usp10.dll",target-name="C:\\Windows\\system32\\usp10.dll",host-name="C:\\Windows\\system32\\usp10.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\usp10.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtCored4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtCored4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtCored4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtCored4.dll loaded
>=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"
sLibrary C:\Windows\system32\advapi32.dll loaded
>=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"
sLibrary C:\Windows\SYSTEM32\sechost.dll loaded
>=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"
sLibrary C:\Windows\system32\rpcrt4.dll loaded
>=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"
sLibrary C:\Windows\system32\ole32.dll loaded
>=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"
sLibrary C:\Windows\system32\ws2_32.dll loaded
>=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"
sLibrary C:\Windows\system32\nsi.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtGuid4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtGuid4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtGuid4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtGuid4.dll loaded
>=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"
sLibrary C:\Windows\system32\comdlg32.dll loaded
>=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"
sLibrary C:\Windows\system32\shlwapi.dll loaded
>=library-loaded,id="C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\\comctl32.dll",target-name="C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\\comctl32.dll",host-name="C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\\comctl32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\comctl32.dll loaded
>=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"
sLibrary C:\Windows\system32\shell32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\imm32.dll",target-name="C:\\Windows\\system32\\imm32.dll",host-name="C:\\Windows\\system32\\imm32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\imm32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\msctf.dll",target-name="C:\\Windows\\system32\\msctf.dll",host-name="C:\\Windows\\system32\\msctf.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\msctf.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\oleaut32.dll",target-name="C:\\Windows\\system32\\oleaut32.dll",host-name="C:\\Windows\\system32\\oleaut32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\oleaut32.dll loaded
>=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"
sLibrary C:\Windows\system32\winmm.dll loaded
>=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"
sLibrary C:\Windows\system32\winspool.drv loaded
>=library-loaded,id="C:\\PROGRA~2\\HEWLET~1\\IAM\\bin\\APSHook64.dll",target-name="C:\\PROGRA~2\\HEWLET~1\\IAM\\bin\\APSHook64.dll",host-name="C:\\PROGRA~2\\HEWLET~1\\IAM\\bin\\APSHook64.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\PROGRA~2\HEWLET~1\IAM\bin\APSHook64.dll loaded
>=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"
sLibrary C:\Windows\system32\uxtheme.dll loaded
>=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"
sLibrary C:\Windows\system32\dwmapi.dll loaded
>=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"
sLibrary C:\Windows\system32\cryptbase.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\userenv.dll",target-name="C:\\Windows\\system32\\userenv.dll",host-name="C:\\Windows\\system32\\userenv.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\userenv.dll loaded
>=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"
sLibrary C:\Windows\system32\profapi.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\QtCorePlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\QtCorePlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\QtCorePlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\QtCorePlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Aggregationd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Aggregationd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Aggregationd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\Aggregationd.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Utilsd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Utilsd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Utilsd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\Utilsd.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSqld4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSqld4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSqld4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtSqld4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtXmld4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtXmld4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtXmld4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtXmld4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\sqldrivers\\qsqlited4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\sqldrivers\\qsqlited4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\sqldrivers\\qsqlited4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\sqldrivers\qsqlited4.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiCorePlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiCorePlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiCorePlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\MiCorePlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcCorePlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcCorePlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcCorePlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcCorePlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcAudioEngined.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcAudioEngined.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcAudioEngined.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcAudioEngined.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csoundd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csoundd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csoundd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\csoundd.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\pthreadsd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\pthreadsd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\pthreadsd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\pthreadsd.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\wsock32.dll",target-name="C:\\Windows\\system32\\wsock32.dll",host-name="C:\\Windows\\system32\\wsock32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\wsock32.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\sndfiled.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\sndfiled.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\sndfiled.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\sndfiled.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtMultimediad4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtMultimediad4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtMultimediad4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtMultimediad4.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiGuiPlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiGuiPlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiGuiPlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\MiGuiPlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcGuiPlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcGuiPlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcGuiPlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcGuiPlugind.dll loaded
>=breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView(QGraphicsScene*, QWidget*)",file="..\\\\..\\\\..\\\\..\\\\repo\\\\src\\\\plugins\\\\ac_guiplugin\\\\graphicsview\\\\ac_graphicsview.cpp",fullname="C:\\\\-\\\\home\\\\code\\\\audiocarver-new--before-redesign\\\\build-test-d\\\\src\\\\plugins\\\\ac_guiplugin/..\\\\..\\\\..\\\\..\\\\repo\\\\src\\\\plugins\\\\ac_guiplugin\\\\graphicsview\\\\ac_graphicsview.cpp",line="682",times="0",original-location="\\"ac_graphicsview.cpp\\":682"}
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcMidiFilePlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcMidiFilePlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcMidiFilePlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcMidiFilePlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcSynthesizerd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcSynthesizerd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcSynthesizerd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcSynthesizerd.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csound64d.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csound64d.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csound64d.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\csound64d.dll loaded
>=thread-created,id="2",group-id="i1"
sThread 2 created
>~"[New Thread 4008.0x548]\n"
s[New Thread 4008.0x548]
>*running,thread-id="all"
>=library-loaded,id="C:\\Windows\\system32\\MMDevAPI.dll",target-name="C:\\Windows\\system32\\MMDevAPI.dll",host-name="C:\\Windows\\system32\\MMDevAPI.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\MMDevAPI.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\propsys.dll",target-name="C:\\Windows\\system32\\propsys.dll",host-name="C:\\Windows\\system32\\propsys.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\propsys.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\wdmaud.drv",target-name="C:\\Windows\\system32\\wdmaud.drv",host-name="C:\\Windows\\system32\\wdmaud.drv",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\wdmaud.drv loaded
>=library-loaded,id="C:\\Windows\\system32\\ksuser.dll",target-name="C:\\Windows\\system32\\ksuser.dll",host-name="C:\\Windows\\system32\\ksuser.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\ksuser.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\avrt.dll",target-name="C:\\Windows\\system32\\avrt.dll",host-name="C:\\Windows\\system32\\avrt.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\avrt.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\setupapi.dll",target-name="C:\\Windows\\system32\\setupapi.dll",host-name="C:\\Windows\\system32\\setupapi.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\setupapi.dll loaded
>=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"
sLibrary C:\Windows\system32\cfgmgr32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\devobj.dll",target-name="C:\\Windows\\system32\\devobj.dll",host-name="C:\\Windows\\system32\\devobj.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\devobj.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\AudioSes.dll",target-name="C:\\Windows\\system32\\AudioSes.dll",host-name="C:\\Windows\\system32\\AudioSes.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\AudioSes.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\msacm32.drv",target-name="C:\\Windows\\system32\\msacm32.drv",host-name="C:\\Windows\\system32\\msacm32.drv",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\msacm32.drv loaded
>=library-loaded,id="C:\\Windows\\system32\\msacm32.dll",target-name="C:\\Windows\\system32\\msacm32.dll",host-name="C:\\Windows\\system32\\msacm32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\msacm32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\midimap.dll",target-name="C:\\Windows\\system32\\midimap.dll",host-name="C:\\Windows\\system32\\midimap.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\midimap.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qgifd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qgifd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qgifd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qgifd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qicod4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qicod4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qicod4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qicod4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qjpegd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qjpegd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qjpegd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qjpegd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qmngd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qmngd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qmngd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qmngd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qsvgd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qsvgd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qsvgd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qsvgd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSvgd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSvgd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSvgd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtSvgd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtgad4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtgad4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtgad4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qtgad4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtiffd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtiffd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtiffd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qtiffd4.dll loaded
>=breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView(QGraphicsScene*, QWidget*)",file="..\\\\..\\\\..\\\\..\\\\repo\\\\src\\\\plugins\\\\ac_guiplugin\\\\graphicsview\\\\ac_graphicsview.cpp",fullname="C:\\\\-\\\\home\\\\code\\\\audiocarver-new--before-redesign\\\\build-test-d\\\\src\\\\plugins\\\\ac_guiplugin/..\\\\..\\\\..\\\\..\\\\repo\\\\src\\\\plugins\\\\ac_guiplugin\\\\graphicsview\\\\ac_graphicsview.cpp",line="682",times="1",original-location="\\"ac_graphicsview.cpp\\":682"}
>*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame={addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView",args=[{name="this",value="0x1de22eb0"},{name="scene",value="0x1de1f010"},{name="parent",value="0x1b11ab70"}],file="..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",fullname="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\src\\plugins\\ac_guiplugin/..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",line="682"},thread-id="1",stopped-threads="all"
dNOTE: INFERIOR SPONTANEOUS STOP
sStopped.
dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
<90info shared
sStopped at breakpoint 2 (1) in thread 1.
<91-stack-list-frames 0 20
<92-thread-info
>&"info shared\n"
>~"From                To                  Syms Read   Shared Object Library\n"
>~"0x0000000077a31000  0x0000000077bd84e0  Yes         C:\\Windows\\system32\\ntdll.dll\n"
>~"0x00000000774b1000  0x00000000775ceabc  Yes         C:\\Windows\\system32\\kernel32.dll\n"
>~"0x000007fefdf81000  0x000007fefdfeb13c  Yes         C:\\Windows\\system32\\KernelBase.dll\n"
>~"0x0000000062f81000  0x0000000062fd1304  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\ExtensionSystemd.dll\n"
>~"0x000000006cec1000  0x000000006cee0038  Yes         C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libgcc_s_sjlj-1.dll\n"
>~"0x000007feff4e1000  0x000007feff57e4bc  Yes         C:\\Windows\\system32\\msvcrt.dll\n"
>~"0x0000000064941000  0x000000006495b034  Yes         C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libwinpthread-1.dll\n"
>~"0x000000006fc41000  0x000000006fd4a30c  Yes         C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libstdc++-6.dll\n"
>~"0x00000000775d1000  0x00000000776c9348  Yes         C:\\Windows\\system32\\user32.dll\n"
>~"0x000007fefe321000  0x000007fefe386210  Yes         C:\\Windows\\system32\\gdi32.dll\n"
>~"0x000007fefe471000  0x000007fefe47d034  Yes         C:\\Windows\\system32\\lpk.dll\n"
>~"0x000007feff921000  0x000007feff9e8278  Yes         C:\\Windows\\system32\\usp10.dll\n"
>~"0x00000000004b1000  0x0000000000916df8  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtCored4.dll\n"
>~"0x000007feffc61000  0x000007feffd3a628  Yes         C:\\Windows\\system32\\advapi32.dll\n"
>~"0x000007fefe691000  0x000007fefe6ae39a  Yes         C:\\Windows\\SYSTEM32\\sechost.dll\n"
>~"0x000007feff711000  0x000007feff83c914  Yes         C:\\Windows\\system32\\rpcrt4.dll\n"
>~"0x000007feff9f1000  0x000007feffbf25c4  Yes         C:\\Windows\\system32\\ole32.dll\n"
>~"0x000007feffc01000  0x000007feffc4c124  Yes         C:\\Windows\\system32\\ws2_32.dll\n"
>~"0x000007feffc51000  0x000007feffc5700c  Yes         C:\\Windows\\system32\\nsi.dll\n"
>~"0x0000000004271000  0x00000000051c123c  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtGuid4.dll\n"
>~"0x000007fefe281000  0x000007fefe316dac  Yes         C:\\Windows\\system32\\comdlg32.dll\n"
>~"0x000007feff691000  0x000007feff700da8  Yes         C:\\Windows\\system32\\shlwapi.dll\n"
>~"0x000007fef2e71000  0x000007fef2f0f9b8  Yes         C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\\comctl32.dll\n"
>~"0x000007fefe751000  0x000007feff4d7f74  Yes         C:\\Windows\\system32\\shell32.dll\n"
>~"0x000007fefe661000  0x000007fefe68d048  Yes         C:\\Windows\\system32\\imm32.dll\n"
>~"0x000007feff581000  0x000007feff688a08  Yes         C:\\Windows\\system32\\msctf.dll\n"
>~"0x000007feff841000  0x000007feff916b3c  Yes         C:\\Windows\\system32\\oleaut32.dll\n"
>~"0x000007fefd2f1000  0x000007fefd32a130  Yes         C:\\Windows\\system32\\winmm.dll\n"
>~"0x000007fefb411000  0x000007fefb480572  Yes         C:\\Windows\\system32\\winspool.drv\n"
>~"0x0000000180001000  0x0000000180062728  Yes         C:\\PROGRA~2\\HEWLET~1\\IAM\\bin\\APSHook64.dll\n"
>~"0x000007fefc881000  0x000007fefc8d5290  Yes         C:\\Windows\\system32\\uxtheme.dll\n"
>~"0x000007fefc281000  0x000007fefc297050  Yes         C:\\Windows\\system32\\dwmapi.dll\n"
>~"0x000007fefdd61000  0x000007fefdd6e024  Yes         C:\\Windows\\system32\\cryptbase.dll\n"
>~"0x000007fefd191000  0x000007fefd1ad230  Yes         C:\\Windows\\system32\\userenv.dll\n"
>~"0x000007fefde91000  0x000007fefde9e040  Yes         C:\\Windows\\system32\\profapi.dll\n"
>~"0x0000000068dc1000  0x0000000068e54ea8  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\QtCorePlugind.dll\n"
>~"0x0000000064d01000  0x0000000064d1607c  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Aggregationd.dll\n"
>~"0x0000000062741000  0x00000000627784f4  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Utilsd.dll\n"
>~"0x0000000064001000  0x000000006406a468  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSqld4.dll\n"
>~"0x0000000065081000  0x0000000065123658  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtXmld4.dll\n"
>~"0x000000006e9c1000  0x000000006ea744a4  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\sqldrivers\\qsqlited4.dll\n"
>~"0x000000006a101000  0x000000006a1242e0  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiCorePlugind.dll\n"
>~"0x000000001b691000  0x000000001b70f668  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcCorePlugind.dll\n"
>~"0x0000000068ac1000  0x0000000068af7234  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcAudioEngined.dll\n"
>~"0x00000000696c1000  0x000000006993e784  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csoundd.dll\n"
>~"0x0000000070541000  0x0000000070559038  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\pthreadsd.dll\n"
>~"0x000007fefd101000  0x000007fefd108010  Yes         C:\\Windows\\system32\\wsock32.dll\n"
>~"0x0000000067a81000  0x0000000067aff3ec  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\sndfiled.dll\n"
>~"0x0000000064dc1000  0x0000000064e034c4  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtMultimediad4.dll\n"
>~"0x000000001be51000  0x000000001be7a3d4  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiGuiPlugind.dll\n"
>~"0x000000001bfd1000  0x000000001c075de4  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcGuiPlugind.dll\n"
>~"0x000000006a341000  0x000000006a3732a8  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcMidiFilePlugind.dll\n"
>~"0x00000000647c1000  0x00000000647e00b8  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcSynthesizerd.dll\n"
>~"0x000000001ca21000  0x000000001ccac774  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csound64d.dll\n"
>~"0x000007fefc2d1000  0x000007fefc31a7b8  Yes         C:\\Windows\\system32\\MMDevAPI.dll\n"
>~"0x000007fefc8e1000  0x000007fefca0b91c  Yes         C:\\Windows\\system32\\propsys.dll\n"
>~"0x000007fef5541000  0x000007fef557a5d4  Yes         C:\\Windows\\system32\\wdmaud.drv\n"
>~"0x0000000071c31000  0x0000000071c353e8  Yes         C:\\Windows\\system32\\ksuser.dll\n"
>~"0x000007fefc231000  0x000007fefc23800c  Yes         C:\\Windows\\system32\\avrt.dll\n"
>~"0x000007fefe481000  0x000007fefe65652c  Yes         C:\\Windows\\system32\\setupapi.dll\n"
>~"0x000007fefe221000  0x000007fefe2555c8  Yes         C:\\Windows\\system32\\cfgmgr32.dll\n"
>~"0x000007fefdff1000  0x000007fefe009020  Yes         C:\\Windows\\system32\\devobj.dll\n"
>~"0x000007fef70d1000  0x000007fef711eccc  Yes         C:\\Windows\\system32\\AudioSes.dll\n"
>~"0x000007fefc221000  0x000007fefc229066  Yes         C:\\Windows\\system32\\msacm32.drv\n"
>~"0x000007fef6231000  0x000007fef6247040  Yes         C:\\Windows\\system32\\msacm32.dll\n"
>~"0x000007fef6221000  0x000007fef6228024  Yes         C:\\Windows\\system32\\midimap.dll\n"
>~"0x0000000062181000  0x000000006219b0b8  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qgifd4.dll\n"
>~"0x000000001dc11000  0x000000001dc2b0ac  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qicod4.dll\n"
>~"0x0000000066d81000  0x0000000066de41ac  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qjpegd4.dll\n"
>~"0x0000000067481000  0x0000000067500590  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qmngd4.dll\n"
>~"0x000000001dc71000  0x000000001dc880ac  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qsvgd4.dll\n"
>~"0x0000000067c01000  0x0000000067c9c634  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSvgd4.dll\n"
>~"0x000000006c601000  0x000000006c6180e4  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtgad4.dll\n"
>~"0x0000000070e41000  0x0000000070eba31c  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtiffd4.dll\n"
>90^done
>91^done,stack=[frame={level="0",addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView",file="..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",fullname="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\src\\plugins\\ac_guiplugin/..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",line="682"},frame={level="1",addr="0x0000000000000000",func="??"}]
<93-stack-select-frame 0
<94bb options:fancy,autoderef,dyntype vars: expanded: typeformats: formats: watchers:
>92^done,threads=[{id="2",target-id="Thread 4008.0x548",frame={level="0",addr="0x0000000077a818ca",func="ntdll!ZwWriteFileGather",args=[],from="C:\\Windows\\system32\\ntdll.dll"},state="stopped"},{id="1",target-id="Thread 4008.0xc40",frame={level="0",addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView",args=[{name="this",value="0x1de22eb0"},{name="scene",value="0x1de1f010"},{name="parent",value="0x1b11ab70"}],file="..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",fullname="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\src\\plugins\\ac_guiplugin/..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",line="682"},state="stopped"}],current-thread-id="1"
>93^done
>&"bb options:fancy,autoderef,dyntype vars: expanded: typeformats: formats: watchers:\n"
>&"warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)\n"
 (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
 
>&"\n"
>&"warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)\n"
 (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
 
>&"\n"
>~"data=[{iname=\"local.this\",name=\"this\",addr=\"0x1de22eb0\",numchild=\"4\",origaddr=\"0x22db40\",type=\"GraphicsView\",valueencoded=\"7\",value=\"\",},{iname=\"local.scene\",name=\"scene\",addr=\"0x1de1f010\",numchild=\"4\",origaddr=\"<no address>\",type=\"PitchScene\",valueencoded=\"7\",value=\"\",},{iname=\"local.parent\",name=\"parent\",addr=\"0x1b11ab70\",numchild=\"4\",origaddr=\"<no address>\",type=\"MainWidget\",valueencoded=\"7\",value=\"\",},,],typeinfo=[{name=\"UGl0Y2hTY2VuZQ==\",size=\"16\"},{name=\"R3JhcGhpY3NWaWV3\",size=\"48\"},{name=\"TWFpbldpZGdldA==\",size=\"48\"},]\n"
>94^done
 <Rebuild Watchmodel 1>
sFinished retrieving data
<95bb options:fancy,autoderef,dyntype,partial,tooltiponly vars:tooltip.736574496e746572616374697665 expanded: typeformats: formats: watchers:736574496e74657261637469766523746f6f6c7469702e37333635373434393665373436353732363136333734363937363635
>&"bb options:fancy,autoderef,dyntype,partial,tooltiponly vars:tooltip.736574496e746572616374697665 expanded: typeformats: formats: watchers:736574496e74657261637469766523746f6f6c7469702e37333635373434393665373436353732363136333734363937363635\n"
>~"XXX: WRONG ASSUMPTION HERE: 16 \n"
>~"\n"
>~"data=[,{iname=\"tooltip.736574496e746572616374697665\",wname=\"c2V0SW50ZXJhY3RpdmU=\",numchild=\"0\",type=\" \",value=\"<no such value>\",},],typeinfo=[]\n"
>95^done
dDISCARDING JUNK AT BEGIN OF RESPONSE: XXX: WRONG ASSUMPTION HERE: 16 
d
d
 <Rebuild Watchmodel 2>
sFinished retrieving data
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qtcreator--call-stack.png
Type: image/png
Size: 167494 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120420/49e8e834/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qtcreator--error-message-from-stepping-out-of-function.png
Type: image/png
Size: 177438 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120420/49e8e834/attachment-0001.png>
-------------- next part --------------
dATTEMPT SYNC
sStarting debugger "GdbEngine" for ABI "x86-windows-msys-pe-64bit"...
dStart parameters: 'app' mode: 1
dABI: x86-windows-msys-pe-64bit
dLanguages: c++ 
dExecutable: C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\audiocarver.exe 
dDirectory: C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin
dDebugger: C:\-\usr\bin\mingw32--x86_64-w64--gcc-4.6.2\bin\gdb.exe
dProject: C:\-\home\code\audiocarver-new--before-redesign\repo (built: C:\-\home\code\audiocarver-new--before-redesign\build-test-d)
dQt: C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2
dQML server: 127.0.0.1:3768
dSysroot: 
dDebug Source Location: 
dSymbol file: 
dDumper libraries:  C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\qtc-debugging-helper\ C:\-\usr\bin\qtcreator-2.5-beta\qtc-debugging-helper\97271410\ C:\Users\Andy\AppData\Local\Nokia\QtCreator\qtc-debugging-helper\97271410\
d
dDebugger settings: 
dUseAlternatingRowColours: false  (default: false)
dFontSizeFollowsEditor: false  (default: false)
dUseMessageBoxForSignals: true  (default: true)
dAutoQuit: false  (default: false)
dLogTimeStamps: false  (default: false)
dVerboseLog: false  (default: false)
dCloseBuffersOnExit: false  (default: false)
dSwitchModeOnExit: true  (default: false)  ***
dUseDebuggingHelper: true  (default: true)
dUseCodeModel: true  (default: true)
dShowThreadNames: false  (default: false)
dUseToolTips: true  (default: false)  ***
dUseToolTipsInLocalsView: false  (default: false)
dUseToolTipsInBreakpointsView: false  (default: false)
dUseAddressInBreakpointsView: false  (default: false)
dUseAddressInStackView: false  (default: false)
dRegisterForPostMortem: false  (default: false)
dLoadGdbInit: true  (default: true)
dGdbStartupCommands:   (default: )
dWatchdogTimeout: 20  (default: 20)
dAutoEnrichParameters: false  (default: false)
dUseDynamicType: true  (default: true)
dTargetAsync: false  (default: false)
dMaximalStackDepth: 20  (default: 20)
dAlwaysAdjustStackColumnWidths: false  (default: false)
dShowStandardNamespace: true  (default: true)
dShowQtNamespace: true  (default: true)
dSortStructMembers: true  (default: true)
dAutoDerefPointers: true  (default: true)
dAlwaysAdjustLocalsColumnWidths: false  (default: false)
dListSourceFiles: false  (default: false)
dSkipKnownFrames: false  (default: false)
dEnableReverseDebugging: false  (default: false)
dAllPluginBreakpoints: true  (default: true)
dSelectedPluginBreakpoints: false  (default: false)
dAdjustBreakpointLocations: true  (default: true)
dAlwaysAdjustBreakpointsColumnWidths: false  (default: false)
dNoPluginBreakpoints: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dBreakOnThrow: false  (default: false)
dBreakOnCatch: false  (default: false)
dBreakOnWarning: false  (default: false)
dBreakOnFatal: false  (default: false)
dBreakOnRaise: false  (default: false)
dAlwaysAdjustRegistersColumnWidths: false  (default: false)
dAlwaysAdjustSnapshotsColumnWidths: false  (default: false)
dAlwaysAdjustThreadsColumnWidths: false  (default: false)
dAlwaysAdjustModulesColumnWidths: false  (default: false)
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:/-/usr/bin/mingw32--x86_64-w64--gcc-4.6.2/bin/gdb.exe -i mi --tty=\\.\pipe\creator-3912-24626
dGDB STARTED, INITIALIZING IT
<60show version
<61-list-features
<62set print object on
<63set breakpoint pending on
<64set print elements 10000
<65set overload-resolution off
<66handle SIGSEGV nopass stop print
<67set unwindonsignal on
<68pwd
<69set width 0
<70set height 0
<71-interpreter-exec console "set breakpoint always-inserted on"
<72-interpreter-exec console "set trust-readonly-sections on"
<73-interpreter-exec console "set auto-solib-add on"
<74-interpreter-exec console "set remotecache on"
<75-interpreter-exec console "maintenance set internal-warning quit no"
<76-interpreter-exec console "maintenance set internal-error quit no"
<77-interpreter-exec console "disassemble 0 0"
<78-interpreter-exec console "python execfile('C:/-/usr/bin/qtcreator-2.5-beta/share/qtcreator/dumper/bridge.py')"
<79-interpreter-exec console "python execfile('C:/-/usr/bin/qtcreator-2.5-beta/share/qtcreator/dumper/dumper.py')"
<80-interpreter-exec console "python execfile('C:/-/usr/bin/qtcreator-2.5-beta/share/qtcreator/dumper/qttypes.py')"
<81-interpreter-exec console "bbsetup"
dADAPTER 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
sSetting up inferior...
<82set substitute-path C:/iwmake/build_mingw_opensource C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2
<83set substitute-path C:/ndk_buildrepos/qt-desktop/src C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2
<84set substitute-path C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2
<85-file-exec-and-symbols "C:/-/home/code/audiocarver-new--before-redesign/build-test-d/bin/audiocarver.exe"
>=thread-group-added,id="i1"
>~"GNU gdb (GDB) 7.4\n"
>~"Copyright (C) 2012 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 \"x86_64-w64-mingw32\".\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>&"show version\n"
>~"GNU gdb (GDB) 7.4\n"
>~"Copyright (C) 2012 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 \"x86_64-w64-mingw32\".\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>60^done
dPARSING VERSION: 60^done
d
dSUPPORTED GDB VERSION GNU gdb (GDB) 7.4
dCopyright (C) 2012 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 "x86_64-w64-mingw32".
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dGNU gdb (GDB) 7.4
dCopyright (C) 2012 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 "x86_64-w64-mingw32".
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
d
dUSING GDB VERSION: 70400, BUILD: 2012
<86-interpreter-exec console "set target-async off"
>61^done,features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info","python"]
dFEATURES: 61^done,data={features=["frozen-varobjs","pending-breakpoints","thread-info","data-read-memory-bytes","breakpoint-notifications","ada-task-info","python"]}
d
>&"set print object on\n"
>62^done
>&"set breakpoint pending on\n"
>63^done
>&"set print elements 10000\n"
>64^done
>&"set overload-resolution off\n"
>65^done
>&"handle SIGSEGV nopass stop print\n"
>~"Signal        Stop\tPrint\tPass to program\tDescription\n"
>~"SIGSEGV       Yes\tYes\tNo\t\tSegmentation fault\n"
>66^done
>&"set unwindonsignal on\n"
>67^done
>&"pwd\n"
>~"Working directory C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin.\n"
>68^done
>&"set width 0\n"
>69^done
>&"set height 0\n"
>70^done
>71^done
>72^done
>73^done
>74^done
>75^done
>76^done
>&"A syntax error in expression, near `0'.\n"
>77^error,msg="A syntax error in expression, near `0'."
>78^done
>79^done
>80^done
>~"dumpers=[{type=\"boost__posix_time__time_duration\",formats=\"\"},{type=\"QLinkedList\",formats=\"\"},{type=\"QSize\",formats=\"\"},{type=\"QFileInfo\",formats=\"\"},{type=\"QAbstractItemModel\",formats=\"Normal,Enhanced\"},{type=\"std__stack\",formats=\"\"},{type=\"QTextDocument\",formats=\"\"},{type=\"QSharedDataPointer\",formats=\"\"},{type=\"__gnu_cxx__hash_set\",formats=\"\"},{type=\"QStringList\",formats=\"\"},{type=\"QRegion\",formats=\"\"},{type=\"std__wstring\",formats=\"\"},{type=\"QString\",formats=\"Inline,Separate Window\",editable=\"true\"},{type=\"QTextCodec\",formats=\"\"},{type=\"QBasicAtomicInt\",formats=\"\"},{type=\"QScriptValue\",formats=\"\"},{type=\"QTime\",formats=\"\"},{type=\"QSharedData\",formats=\"\"},{type=\"std__vector\",formats=\"\",editable=\"true\"},{type=\"QRegExp\",formats=\"\"},{type=\"QTextCursor\",formats=\"\"},{type=\"QxXmlAttributes\",formats=\"\"},{type=\"QDateTime\",formats=\"\"},{type=\"QList\",formats=\"\"},{type=\"QStandardItem\",formats=\"\"},{type=\"std__deque\",formats=\"\"},{type=\"QFixed\",formats=\"\"},{type=\"QHash\",formats=\"Normal,Compact\"},{type=\"std__array\",formats=\"\"},{type=\"QSharedPointer\",formats=\"\"},{type=\"QUrl\",formats=\"\"},{type=\"boost__posix_time__ptime\",formats=\"\"},{type=\"QVector\",formats=\"\",editable=\"true\"},{type=\"std__list\",formats=\"\"},{type=\"std__basic_string\",formats=\"\"},{type=\"QPoint\",formats=\"\"},{type=\"std__unique_ptr\",formats=\"\"},{type=\"QScopedPointer\",formats=\"\"},{type=\"QRectF\",formats=\"\"},{type=\"QMultiMap\",formats=\"Normal,Compact\"},{type=\"QMapNode\",formats=\"\"},{type=\"QModelIndex\",formats=\"Normal,Enhanced\"},{type=\"QLocale\",formats=\"\"},{type=\"QTJSC__JSValue\",formats=\"\"},{type=\"std__complex\",formats=\"\"},{type=\"QVariant\",formats=\"\"},{type=\"string\",formats=\"\",editable=\"true\"},{type=\"QBasicAtomicPointer\",formats=\"\"},{type=\"boost__gregorian__date\",formats=\"\"},{type=\"QDate\",formats=\"\"},{type=\"QFile\",formats=\"\"},{type=\"QAtomicInt\",formats=\"\"},{type=\"TBuf\",formats=\"\"},{type=\"QWeakPointer\",formats=\"\"},{type=\"QSizeF\",formats=\"\"},{type=\"__m128\",formats=\"As Floats,As Doubles\"},{type=\"std__map\",formats=\"Normal,Compact\"},{type=\"boost__optional\",formats=\"\"},{type=\"QStack\",formats=\"\"},{type=\"std__shared_ptr\",formats=\"\"},{type=\"wstring\",formats=\"\"},{type=\"QPointF\",formats=\"\"},{type=\"TLitC\",formats=\"\"},{type=\"QRect\",formats=\"\"},{type=\"QByteArray\",formats=\"\"},{type=\"QMap\",formats=\"Normal,Compact\"},{type=\"boost__shared_ptr\",formats=\"\"},{type=\"QChar\",formats=\"\"},{type=\"QDir\",formats=\"\"},{type=\"QPixmap\",formats=\"\"},{type=\"QFlags\",formats=\"\"},{type=\"std__set\",formats=\"\"},{type=\"QHostAddress\",formats=\"\"},{type=\"QHashNode\",formats=\"\"},{type=\"QTemporaryFile\",formats=\"\"},{type=\"QObject\",formats=\"\"},{type=\"Eigen__Matrix\",formats=\"\"},{type=\"std__string\",formats=\"\",editable=\"true\"},{type=\"QImage\",formats=\"Normal,Displayed\"},{type=\"QSet\",formats=\"\"},],hasInferiorThreadList=\"1\"\n"
>81^done
>&"set substitute-path C:/iwmake/build_mingw_opensource C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2\n"
>82^done
>&"set substitute-path C:/ndk_buildrepos/qt-desktop/src C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2\n"
>83^done
>&"set substitute-path C:/qt-greenhouse/Trolltech/Code_less_create_more/Trolltech/Code_less_create_more/Troll/4.6/qt C:/-/usr/bin/qt/4.8.1/mingw32--x64_86-w64--gcc-4.6.2\n"
>84^done
>85^done
sSetting breakpoints...
dSetting breakpoints...
<87-break-insert  -f "\"ac_graphicsview.cpp\":682"
dATTEMPT SYNC
>86^done
>&"No source file named ac_graphicsview.cpp.\n"
>87^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending="\"ac_graphicsview.cpp\":682",times="0",original-location="\"ac_graphicsview.cpp\":682"}
dALL COMMANDS DONE; INVOKING CALLBACK
<88maint print msymbols C:/-/tmp/gdb_ns_.Zn3912
>&"maint print msymbols C:/-/tmp/gdb_ns_.Zn3912\n"
>88^done
dFOUND NON-NAMESPACED QT
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
<89-exec-run
>=thread-group-started,id="i1",pid="4008"
sThread group i1 created
dTaking notice of pid 4008
>=thread-created,id="1",group-id="i1"
sThread 1 created
>~"[New Thread 4008.0xc40]\n"
s[New Thread 4008.0xc40]
>89^running
dNOTE: ENGINE RUN AND INFERIOR RUN OK
sRunning.
dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master]
dINFERIOR STARTED
sApplication started
>*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"
sLibrary C:\Windows\system32\ntdll.dll loaded
>=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"
sLibrary C:\Windows\system32\kernel32.dll loaded
>=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"
sLibrary C:\Windows\system32\KernelBase.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\ExtensionSystemd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\ExtensionSystemd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\ExtensionSystemd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\ExtensionSystemd.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libgcc_s_sjlj-1.dll",target-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libgcc_s_sjlj-1.dll",host-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libgcc_s_sjlj-1.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\mingw32--x86_64-w64--gcc-4.6.2\bin\libgcc_s_sjlj-1.dll loaded
>=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"
sLibrary C:\Windows\system32\msvcrt.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libwinpthread-1.dll",target-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libwinpthread-1.dll",host-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libwinpthread-1.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\mingw32--x86_64-w64--gcc-4.6.2\bin\libwinpthread-1.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libstdc++-6.dll",target-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libstdc++-6.dll",host-name="C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libstdc++-6.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\mingw32--x86_64-w64--gcc-4.6.2\bin\libstdc++-6.dll loaded
>=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"
sLibrary C:\Windows\system32\user32.dll loaded
>=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"
sLibrary C:\Windows\system32\gdi32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\lpk.dll",target-name="C:\\Windows\\system32\\lpk.dll",host-name="C:\\Windows\\system32\\lpk.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\lpk.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\usp10.dll",target-name="C:\\Windows\\system32\\usp10.dll",host-name="C:\\Windows\\system32\\usp10.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\usp10.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtCored4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtCored4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtCored4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtCored4.dll loaded
>=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"
sLibrary C:\Windows\system32\advapi32.dll loaded
>=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"
sLibrary C:\Windows\SYSTEM32\sechost.dll loaded
>=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"
sLibrary C:\Windows\system32\rpcrt4.dll loaded
>=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"
sLibrary C:\Windows\system32\ole32.dll loaded
>=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"
sLibrary C:\Windows\system32\ws2_32.dll loaded
>=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"
sLibrary C:\Windows\system32\nsi.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtGuid4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtGuid4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtGuid4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtGuid4.dll loaded
>=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"
sLibrary C:\Windows\system32\comdlg32.dll loaded
>=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"
sLibrary C:\Windows\system32\shlwapi.dll loaded
>=library-loaded,id="C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\\comctl32.dll",target-name="C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\\comctl32.dll",host-name="C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\\comctl32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\comctl32.dll loaded
>=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"
sLibrary C:\Windows\system32\shell32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\imm32.dll",target-name="C:\\Windows\\system32\\imm32.dll",host-name="C:\\Windows\\system32\\imm32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\imm32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\msctf.dll",target-name="C:\\Windows\\system32\\msctf.dll",host-name="C:\\Windows\\system32\\msctf.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\msctf.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\oleaut32.dll",target-name="C:\\Windows\\system32\\oleaut32.dll",host-name="C:\\Windows\\system32\\oleaut32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\oleaut32.dll loaded
>=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"
sLibrary C:\Windows\system32\winmm.dll loaded
>=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"
sLibrary C:\Windows\system32\winspool.drv loaded
>=library-loaded,id="C:\\PROGRA~2\\HEWLET~1\\IAM\\bin\\APSHook64.dll",target-name="C:\\PROGRA~2\\HEWLET~1\\IAM\\bin\\APSHook64.dll",host-name="C:\\PROGRA~2\\HEWLET~1\\IAM\\bin\\APSHook64.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\PROGRA~2\HEWLET~1\IAM\bin\APSHook64.dll loaded
>=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"
sLibrary C:\Windows\system32\uxtheme.dll loaded
>=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"
sLibrary C:\Windows\system32\dwmapi.dll loaded
>=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"
sLibrary C:\Windows\system32\cryptbase.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\userenv.dll",target-name="C:\\Windows\\system32\\userenv.dll",host-name="C:\\Windows\\system32\\userenv.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\userenv.dll loaded
>=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"
sLibrary C:\Windows\system32\profapi.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\QtCorePlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\QtCorePlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\QtCorePlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\QtCorePlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Aggregationd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Aggregationd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Aggregationd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\Aggregationd.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Utilsd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Utilsd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Utilsd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\Utilsd.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSqld4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSqld4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSqld4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtSqld4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtXmld4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtXmld4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtXmld4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtXmld4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\sqldrivers\\qsqlited4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\sqldrivers\\qsqlited4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\sqldrivers\\qsqlited4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\sqldrivers\qsqlited4.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiCorePlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiCorePlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiCorePlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\MiCorePlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcCorePlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcCorePlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcCorePlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcCorePlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcAudioEngined.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcAudioEngined.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcAudioEngined.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcAudioEngined.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csoundd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csoundd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csoundd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\csoundd.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\pthreadsd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\pthreadsd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\pthreadsd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\pthreadsd.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\wsock32.dll",target-name="C:\\Windows\\system32\\wsock32.dll",host-name="C:\\Windows\\system32\\wsock32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\wsock32.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\sndfiled.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\sndfiled.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\sndfiled.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\sndfiled.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtMultimediad4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtMultimediad4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtMultimediad4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtMultimediad4.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiGuiPlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiGuiPlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiGuiPlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\MiGuiPlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcGuiPlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcGuiPlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcGuiPlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcGuiPlugind.dll loaded
>=breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView(QGraphicsScene*, QWidget*)",file="..\\\\..\\\\..\\\\..\\\\repo\\\\src\\\\plugins\\\\ac_guiplugin\\\\graphicsview\\\\ac_graphicsview.cpp",fullname="C:\\\\-\\\\home\\\\code\\\\audiocarver-new--before-redesign\\\\build-test-d\\\\src\\\\plugins\\\\ac_guiplugin/..\\\\..\\\\..\\\\..\\\\repo\\\\src\\\\plugins\\\\ac_guiplugin\\\\graphicsview\\\\ac_graphicsview.cpp",line="682",times="0",original-location="\\"ac_graphicsview.cpp\\":682"}
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcMidiFilePlugind.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcMidiFilePlugind.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcMidiFilePlugind.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcMidiFilePlugind.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcSynthesizerd.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcSynthesizerd.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcSynthesizerd.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\lib\audiocarver\plugins\AndyFillebrown\AcSynthesizerd.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csound64d.dll",target-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csound64d.dll",host-name="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csound64d.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\home\code\audiocarver-new--before-redesign\build-test-d\bin\csound64d.dll loaded
>=thread-created,id="2",group-id="i1"
sThread 2 created
>~"[New Thread 4008.0x548]\n"
s[New Thread 4008.0x548]
>*running,thread-id="all"
>=library-loaded,id="C:\\Windows\\system32\\MMDevAPI.dll",target-name="C:\\Windows\\system32\\MMDevAPI.dll",host-name="C:\\Windows\\system32\\MMDevAPI.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\MMDevAPI.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\propsys.dll",target-name="C:\\Windows\\system32\\propsys.dll",host-name="C:\\Windows\\system32\\propsys.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\propsys.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\wdmaud.drv",target-name="C:\\Windows\\system32\\wdmaud.drv",host-name="C:\\Windows\\system32\\wdmaud.drv",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\wdmaud.drv loaded
>=library-loaded,id="C:\\Windows\\system32\\ksuser.dll",target-name="C:\\Windows\\system32\\ksuser.dll",host-name="C:\\Windows\\system32\\ksuser.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\ksuser.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\avrt.dll",target-name="C:\\Windows\\system32\\avrt.dll",host-name="C:\\Windows\\system32\\avrt.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\avrt.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\setupapi.dll",target-name="C:\\Windows\\system32\\setupapi.dll",host-name="C:\\Windows\\system32\\setupapi.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\setupapi.dll loaded
>=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"
sLibrary C:\Windows\system32\cfgmgr32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\devobj.dll",target-name="C:\\Windows\\system32\\devobj.dll",host-name="C:\\Windows\\system32\\devobj.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\devobj.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\AudioSes.dll",target-name="C:\\Windows\\system32\\AudioSes.dll",host-name="C:\\Windows\\system32\\AudioSes.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\AudioSes.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\msacm32.drv",target-name="C:\\Windows\\system32\\msacm32.drv",host-name="C:\\Windows\\system32\\msacm32.drv",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\msacm32.drv loaded
>=library-loaded,id="C:\\Windows\\system32\\msacm32.dll",target-name="C:\\Windows\\system32\\msacm32.dll",host-name="C:\\Windows\\system32\\msacm32.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\msacm32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\midimap.dll",target-name="C:\\Windows\\system32\\midimap.dll",host-name="C:\\Windows\\system32\\midimap.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\Windows\system32\midimap.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qgifd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qgifd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qgifd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qgifd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qicod4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qicod4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qicod4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qicod4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qjpegd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qjpegd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qjpegd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qjpegd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qmngd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qmngd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qmngd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qmngd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qsvgd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qsvgd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qsvgd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qsvgd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSvgd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSvgd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSvgd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\lib\QtSvgd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtgad4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtgad4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtgad4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qtgad4.dll loaded
>=library-loaded,id="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtiffd4.dll",target-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtiffd4.dll",host-name="C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtiffd4.dll",symbols-loaded="0",thread-group="i1"
sLibrary C:\-\usr\bin\qt\4.8.1\mingw32--x64_86-w64--gcc-4.6.2\plugins\imageformats\qtiffd4.dll loaded
>=breakpoint-modified,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView(QGraphicsScene*, QWidget*)",file="..\\\\..\\\\..\\\\..\\\\repo\\\\src\\\\plugins\\\\ac_guiplugin\\\\graphicsview\\\\ac_graphicsview.cpp",fullname="C:\\\\-\\\\home\\\\code\\\\audiocarver-new--before-redesign\\\\build-test-d\\\\src\\\\plugins\\\\ac_guiplugin/..\\\\..\\\\..\\\\..\\\\repo\\\\src\\\\plugins\\\\ac_guiplugin\\\\graphicsview\\\\ac_graphicsview.cpp",line="682",times="1",original-location="\\"ac_graphicsview.cpp\\":682"}
>*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame={addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView",args=[{name="this",value="0x1de22eb0"},{name="scene",value="0x1de1f010"},{name="parent",value="0x1b11ab70"}],file="..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",fullname="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\src\\plugins\\ac_guiplugin/..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",line="682"},thread-id="1",stopped-threads="all"
dNOTE: INFERIOR SPONTANEOUS STOP
sStopped.
dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
<90info shared
sStopped at breakpoint 2 (1) in thread 1.
<91-stack-list-frames 0 20
<92-thread-info
>&"info shared\n"
>~"From                To                  Syms Read   Shared Object Library\n"
>~"0x0000000077a31000  0x0000000077bd84e0  Yes         C:\\Windows\\system32\\ntdll.dll\n"
>~"0x00000000774b1000  0x00000000775ceabc  Yes         C:\\Windows\\system32\\kernel32.dll\n"
>~"0x000007fefdf81000  0x000007fefdfeb13c  Yes         C:\\Windows\\system32\\KernelBase.dll\n"
>~"0x0000000062f81000  0x0000000062fd1304  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\ExtensionSystemd.dll\n"
>~"0x000000006cec1000  0x000000006cee0038  Yes         C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libgcc_s_sjlj-1.dll\n"
>~"0x000007feff4e1000  0x000007feff57e4bc  Yes         C:\\Windows\\system32\\msvcrt.dll\n"
>~"0x0000000064941000  0x000000006495b034  Yes         C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libwinpthread-1.dll\n"
>~"0x000000006fc41000  0x000000006fd4a30c  Yes         C:\\-\\usr\\bin\\mingw32--x86_64-w64--gcc-4.6.2\\bin\\libstdc++-6.dll\n"
>~"0x00000000775d1000  0x00000000776c9348  Yes         C:\\Windows\\system32\\user32.dll\n"
>~"0x000007fefe321000  0x000007fefe386210  Yes         C:\\Windows\\system32\\gdi32.dll\n"
>~"0x000007fefe471000  0x000007fefe47d034  Yes         C:\\Windows\\system32\\lpk.dll\n"
>~"0x000007feff921000  0x000007feff9e8278  Yes         C:\\Windows\\system32\\usp10.dll\n"
>~"0x00000000004b1000  0x0000000000916df8  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtCored4.dll\n"
>~"0x000007feffc61000  0x000007feffd3a628  Yes         C:\\Windows\\system32\\advapi32.dll\n"
>~"0x000007fefe691000  0x000007fefe6ae39a  Yes         C:\\Windows\\SYSTEM32\\sechost.dll\n"
>~"0x000007feff711000  0x000007feff83c914  Yes         C:\\Windows\\system32\\rpcrt4.dll\n"
>~"0x000007feff9f1000  0x000007feffbf25c4  Yes         C:\\Windows\\system32\\ole32.dll\n"
>~"0x000007feffc01000  0x000007feffc4c124  Yes         C:\\Windows\\system32\\ws2_32.dll\n"
>~"0x000007feffc51000  0x000007feffc5700c  Yes         C:\\Windows\\system32\\nsi.dll\n"
>~"0x0000000004271000  0x00000000051c123c  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtGuid4.dll\n"
>~"0x000007fefe281000  0x000007fefe316dac  Yes         C:\\Windows\\system32\\comdlg32.dll\n"
>~"0x000007feff691000  0x000007feff700da8  Yes         C:\\Windows\\system32\\shlwapi.dll\n"
>~"0x000007fef2e71000  0x000007fef2f0f9b8  Yes         C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\\comctl32.dll\n"
>~"0x000007fefe751000  0x000007feff4d7f74  Yes         C:\\Windows\\system32\\shell32.dll\n"
>~"0x000007fefe661000  0x000007fefe68d048  Yes         C:\\Windows\\system32\\imm32.dll\n"
>~"0x000007feff581000  0x000007feff688a08  Yes         C:\\Windows\\system32\\msctf.dll\n"
>~"0x000007feff841000  0x000007feff916b3c  Yes         C:\\Windows\\system32\\oleaut32.dll\n"
>~"0x000007fefd2f1000  0x000007fefd32a130  Yes         C:\\Windows\\system32\\winmm.dll\n"
>~"0x000007fefb411000  0x000007fefb480572  Yes         C:\\Windows\\system32\\winspool.drv\n"
>~"0x0000000180001000  0x0000000180062728  Yes         C:\\PROGRA~2\\HEWLET~1\\IAM\\bin\\APSHook64.dll\n"
>~"0x000007fefc881000  0x000007fefc8d5290  Yes         C:\\Windows\\system32\\uxtheme.dll\n"
>~"0x000007fefc281000  0x000007fefc297050  Yes         C:\\Windows\\system32\\dwmapi.dll\n"
>~"0x000007fefdd61000  0x000007fefdd6e024  Yes         C:\\Windows\\system32\\cryptbase.dll\n"
>~"0x000007fefd191000  0x000007fefd1ad230  Yes         C:\\Windows\\system32\\userenv.dll\n"
>~"0x000007fefde91000  0x000007fefde9e040  Yes         C:\\Windows\\system32\\profapi.dll\n"
>~"0x0000000068dc1000  0x0000000068e54ea8  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\QtCorePlugind.dll\n"
>~"0x0000000064d01000  0x0000000064d1607c  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Aggregationd.dll\n"
>~"0x0000000062741000  0x00000000627784f4  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\Utilsd.dll\n"
>~"0x0000000064001000  0x000000006406a468  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSqld4.dll\n"
>~"0x0000000065081000  0x0000000065123658  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtXmld4.dll\n"
>~"0x000000006e9c1000  0x000000006ea744a4  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\sqldrivers\\qsqlited4.dll\n"
>~"0x000000006a101000  0x000000006a1242e0  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiCorePlugind.dll\n"
>~"0x000000001b691000  0x000000001b70f668  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcCorePlugind.dll\n"
>~"0x0000000068ac1000  0x0000000068af7234  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcAudioEngined.dll\n"
>~"0x00000000696c1000  0x000000006993e784  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csoundd.dll\n"
>~"0x0000000070541000  0x0000000070559038  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\pthreadsd.dll\n"
>~"0x000007fefd101000  0x000007fefd108010  Yes         C:\\Windows\\system32\\wsock32.dll\n"
>~"0x0000000067a81000  0x0000000067aff3ec  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\sndfiled.dll\n"
>~"0x0000000064dc1000  0x0000000064e034c4  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtMultimediad4.dll\n"
>~"0x000000001be51000  0x000000001be7a3d4  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\MiGuiPlugind.dll\n"
>~"0x000000001bfd1000  0x000000001c075de4  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcGuiPlugind.dll\n"
>~"0x000000006a341000  0x000000006a3732a8  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcMidiFilePlugind.dll\n"
>~"0x00000000647c1000  0x00000000647e00b8  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AcSynthesizerd.dll\n"
>~"0x000000001ca21000  0x000000001ccac774  Yes         C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\bin\\csound64d.dll\n"
>~"0x000007fefc2d1000  0x000007fefc31a7b8  Yes         C:\\Windows\\system32\\MMDevAPI.dll\n"
>~"0x000007fefc8e1000  0x000007fefca0b91c  Yes         C:\\Windows\\system32\\propsys.dll\n"
>~"0x000007fef5541000  0x000007fef557a5d4  Yes         C:\\Windows\\system32\\wdmaud.drv\n"
>~"0x0000000071c31000  0x0000000071c353e8  Yes         C:\\Windows\\system32\\ksuser.dll\n"
>~"0x000007fefc231000  0x000007fefc23800c  Yes         C:\\Windows\\system32\\avrt.dll\n"
>~"0x000007fefe481000  0x000007fefe65652c  Yes         C:\\Windows\\system32\\setupapi.dll\n"
>~"0x000007fefe221000  0x000007fefe2555c8  Yes         C:\\Windows\\system32\\cfgmgr32.dll\n"
>~"0x000007fefdff1000  0x000007fefe009020  Yes         C:\\Windows\\system32\\devobj.dll\n"
>~"0x000007fef70d1000  0x000007fef711eccc  Yes         C:\\Windows\\system32\\AudioSes.dll\n"
>~"0x000007fefc221000  0x000007fefc229066  Yes         C:\\Windows\\system32\\msacm32.drv\n"
>~"0x000007fef6231000  0x000007fef6247040  Yes         C:\\Windows\\system32\\msacm32.dll\n"
>~"0x000007fef6221000  0x000007fef6228024  Yes         C:\\Windows\\system32\\midimap.dll\n"
>~"0x0000000062181000  0x000000006219b0b8  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qgifd4.dll\n"
>~"0x000000001dc11000  0x000000001dc2b0ac  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qicod4.dll\n"
>~"0x0000000066d81000  0x0000000066de41ac  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qjpegd4.dll\n"
>~"0x0000000067481000  0x0000000067500590  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qmngd4.dll\n"
>~"0x000000001dc71000  0x000000001dc880ac  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qsvgd4.dll\n"
>~"0x0000000067c01000  0x0000000067c9c634  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\lib\\QtSvgd4.dll\n"
>~"0x000000006c601000  0x000000006c6180e4  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtgad4.dll\n"
>~"0x0000000070e41000  0x0000000070eba31c  Yes         C:\\-\\usr\\bin\\qt\\4.8.1\\mingw32--x64_86-w64--gcc-4.6.2\\plugins\\imageformats\\qtiffd4.dll\n"
>90^done
>91^done,stack=[frame={level="0",addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView",file="..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",fullname="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\src\\plugins\\ac_guiplugin/..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",line="682"},frame={level="1",addr="0x0000000000000000",func="??"}]
<93-stack-select-frame 0
<94bb options:fancy,autoderef,dyntype vars: expanded: typeformats: formats: watchers:
>92^done,threads=[{id="2",target-id="Thread 4008.0x548",frame={level="0",addr="0x0000000077a818ca",func="ntdll!ZwWriteFileGather",args=[],from="C:\\Windows\\system32\\ntdll.dll"},state="stopped"},{id="1",target-id="Thread 4008.0xc40",frame={level="0",addr="0x000000001bfd8f67",func="GraphicsView::GraphicsView",args=[{name="this",value="0x1de22eb0"},{name="scene",value="0x1de1f010"},{name="parent",value="0x1b11ab70"}],file="..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",fullname="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\src\\plugins\\ac_guiplugin/..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",line="682"},state="stopped"}],current-thread-id="1"
>93^done
>&"bb options:fancy,autoderef,dyntype vars: expanded: typeformats: formats: watchers:\n"
>&"warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)\n"
 (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
 
>&"\n"
>&"warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)\n"
 (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
 
>&"\n"
>~"data=[{iname=\"local.this\",name=\"this\",addr=\"0x1de22eb0\",numchild=\"4\",origaddr=\"0x22db40\",type=\"GraphicsView\",valueencoded=\"7\",value=\"\",},{iname=\"local.scene\",name=\"scene\",addr=\"0x1de1f010\",numchild=\"4\",origaddr=\"<no address>\",type=\"PitchScene\",valueencoded=\"7\",value=\"\",},{iname=\"local.parent\",name=\"parent\",addr=\"0x1b11ab70\",numchild=\"4\",origaddr=\"<no address>\",type=\"MainWidget\",valueencoded=\"7\",value=\"\",},,],typeinfo=[{name=\"UGl0Y2hTY2VuZQ==\",size=\"16\"},{name=\"R3JhcGhpY3NWaWV3\",size=\"48\"},{name=\"TWFpbldpZGdldA==\",size=\"48\"},]\n"
>94^done
 <Rebuild Watchmodel 1>
sFinished retrieving data
<95bb options:fancy,autoderef,dyntype,partial,tooltiponly vars:tooltip.736574496e746572616374697665 expanded: typeformats: formats: watchers:736574496e74657261637469766523746f6f6c7469702e37333635373434393665373436353732363136333734363937363635
>&"bb options:fancy,autoderef,dyntype,partial,tooltiponly vars:tooltip.736574496e746572616374697665 expanded: typeformats: formats: watchers:736574496e74657261637469766523746f6f6c7469702e37333635373434393665373436353732363136333734363937363635\n"
>~"XXX: WRONG ASSUMPTION HERE: 16 \n"
>~"\n"
>~"data=[,{iname=\"tooltip.736574496e746572616374697665\",wname=\"c2V0SW50ZXJhY3RpdmU=\",numchild=\"0\",type=\" \",value=\"<no such value>\",},],typeinfo=[]\n"
>95^done
dDISCARDING JUNK AT BEGIN OF RESPONSE: XXX: WRONG ASSUMPTION HERE: 16 
d
d
 <Rebuild Watchmodel 2>
sFinished retrieving data
<96bb options:fancy,autoderef,dyntype,partial,tooltiponly vars:tooltip.7365745472616e73666f726d6174696f6e416e63686f72 expanded: typeformats: formats: watchers:7365745472616e73666f726d6174696f6e416e63686f7223746f6f6c7469702e37333635373435343732363136653733363636663732366436313734363936663665343136653633363836663732
>&"bb options:fancy,autoderef,dyntype,partial,tooltiponly vars:tooltip.7365745472616e73666f726d6174696f6e416e63686f72 expanded: typeformats: formats: watchers:7365745472616e73666f726d6174696f6e416e63686f7223746f6f6c7469702e37333635373435343732363136653733363636663732366436313734363936663665343136653633363836663732\n"
>~"XXX: WRONG ASSUMPTION HERE: 16 \n"
>~"\n"
>~"data=[,{iname=\"tooltip.7365745472616e73666f726d6174696f6e416e63686f72\",wname=\"c2V0VHJhbnNmb3JtYXRpb25BbmNob3I=\",numchild=\"0\",type=\" \",value=\"<no such value>\",},],typeinfo=[]\n"
>96^done
dDISCARDING JUNK AT BEGIN OF RESPONSE: XXX: WRONG ASSUMPTION HERE: 16 
d
d
 <Rebuild Watchmodel 3>
sFinished retrieving data
<97-stack-select-frame 0
 --- token barrier ---
dNOTE: INFERIOR RUN REQUESTED
sRun requested...
dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master]
sFinish function requested...
<98-exec-finish
>97^done
>&"warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)\n"
 (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
 
>&"\n"
>98^running
dNOTE: INFERIOR RUN OK
sRunning.
dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master]
>*running,thread-id="1"
>&"Warning:\n"
>&"Cannot insert breakpoint 0.\n"
>&"Error accessing memory address 0x0: Input/output error.\n"
>&"\n"
>*stopped,frame={addr="0x000000001bfd8f6e",func="GraphicsView::GraphicsView",args=[{name="this",value="0x1de22eb0"},{name="scene",value="0x1de1f010"},{name="parent",value="0x1b11ab70"}],file="..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",fullname="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\src\\plugins\\ac_guiplugin/..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",line="682"},thread-id="1",stopped-threads="all"
dNOTE: INFERIOR SPONTANEOUS STOP
sStopped.
dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
sStopped.
<99-stack-list-frames 0 20
<100-thread-info
>99^done,stack=[frame={level="0",addr="0x000000001bfd8f6e",func="GraphicsView::GraphicsView",file="..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",fullname="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\src\\plugins\\ac_guiplugin/..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",line="682"},frame={level="1",addr="0x0000000000000000",func="??"}]
<101-stack-select-frame 0
<102bb options:fancy,autoderef,dyntype vars: expanded: typeformats: formats: watchers:
>100^done,threads=[{id="2",target-id="Thread 4008.0x548",frame={level="0",addr="0x0000000077a818ca",func="ntdll!ZwWriteFileGather",args=[],from="C:\\Windows\\system32\\ntdll.dll"},state="stopped"},{id="1",target-id="Thread 4008.0xc40",frame={level="0",addr="0x000000001bfd8f6e",func="GraphicsView::GraphicsView",args=[{name="this",value="0x1de22eb0"},{name="scene",value="0x1de1f010"},{name="parent",value="0x1b11ab70"}],file="..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",fullname="C:\\-\\home\\code\\audiocarver-new--before-redesign\\build-test-d\\src\\plugins\\ac_guiplugin/..\\..\\..\\..\\repo\\src\\plugins\\ac_guiplugin\\graphicsview\\ac_graphicsview.cpp",line="682"},state="stopped"}],current-thread-id="1"
>101^done
>&"bb options:fancy,autoderef,dyntype vars: expanded: typeformats: formats: watchers:\n"
>~"data=[{iname=\"local.this\",name=\"this\",addr=\"0x1de22eb0\",numchild=\"4\",origaddr=\"0x22db40\",type=\"GraphicsView\",valueencoded=\"7\",value=\"\",},{iname=\"local.scene\",name=\"scene\",addr=\"0x1de1f010\",numchild=\"4\",origaddr=\"<no address>\",type=\"PitchScene\",valueencoded=\"7\",value=\"\",},{iname=\"local.parent\",name=\"parent\",addr=\"0x1b11ab70\",numchild=\"4\",origaddr=\"<no address>\",type=\"MainWidget\",valueencoded=\"7\",value=\"\",},,],typeinfo=[]\n"
>102^done
 <Rebuild Watchmodel 4>
sFinished retrieving data
<103-stack-select-frame 0
 --- token barrier ---
dNOTE: INFERIOR RUN REQUESTED
sRun requested...
dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master]
sFinish function requested...
<104-exec-finish
>103^done
>&"warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)\n"
 (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
 
>&"\n"
>104^error,msg="\337\001rning:\nCannot insert breakpoint 0.\nError accessing memory address 0x0: Input/output error.\n"
dNOTE: INFERIOR ILL
dState changed from InferiorRunRequested(10) to InferiorRunFailed(12) [master]
dState changed from InferiorRunFailed(12) to InferiorStopOk(14) [master]
dState changed from InferiorStopOk(14) to InferiorShutdownRequested(17) [master]
dQUEUE: SHUTDOWN INFERIOR
dCALL: SHUTDOWN INFERIOR
<105kill
>&"kill\n"
>~"Kill the program being debugged? (y or n) [answered Y; input not from terminal]\n"
>=thread-exited,id="2",group-id="i1"
sThread 2 in group i1 exited
>=thread-exited,id="1",group-id="i1"
sThread 1 in group i1 exited
>=thread-group-exited,id="i1"
sThread group i1 exited
>105^done
dINFERIOR SUCCESSFULLY SHUT DOWN
dState changed from InferiorShutdownRequested(17) to InferiorShutdownOk(19) [master]
dState changed from InferiorShutdownOk(19) to EngineShutdownRequested(20) [master]
dQUEUE: SHUTDOWN ENGINE
dCALL: SHUTDOWN ENGINE
dPLAIN ADAPTER SHUTDOWN 20
dINITIATE GDBENGINE SHUTDOWN IN STATE 0, PROC: 2
<106-gdb-exit
>106^exit
dGDB CLAIMS EXIT; WAITING
dGDB PROCESS FINISHED, status 0, code 0
dNOTE: ENGINE SHUTDOWN OK
dState changed from EngineShutdownRequested(20) to EngineShutdownOk(22) [master]
dState changed from EngineShutdownOk(22) to DebuggerFinished(23) [master]
dQUEUE: FINISH DEBUGGER
dNOTE: FINISH DEBUGGER
dHANDLE RUNCONTROL FINISHED
sDebugger finished.


More information about the Development mailing list