[Qt-creator] 64 bit gdb-python27.exe

andy fillebrown andy.fillebrown at gmail.com
Fri Mar 11 19:02:26 CET 2011


On Fri, Mar 11, 2011 at 12:29 PM, andy fillebrown
<andy.fillebrown at gmail.com> wrote:
> On Fri, Mar 11, 2011 at 10:40 AM, André Pönitz <andre.poenitz at nokia.com> wrote:
>> On Friday 11 March 2011 04:28:39 ext andy fillebrown wrote:
>>> On Thu, Mar 10, 2011 at 10:24 PM, andy fillebrown
>>> <andy.fillebrown at gmail.com> wrote:
>>> > On Thu, Mar 10, 2011 at 11:22 AM, Andre Poenitz
>>> > <andre.poenitz at mathematik.tu-chemnitz.de> wrote:
>>> >> On Wed, Mar 09, 2011 at 11:54:55PM -0500, andy fillebrown wrote:
>>> >>> On Wed, Mar 9, 2011 at 11:15 AM, Daniel Molkentin
>>> >>> <daniel.molkentin at nokia.com> wrote:
>>> >>> > On 3/9/2011 10:44 AM, ext andy fillebrown wrote:
>>> >>> >>> ftp://ftp.qt.nokia.com/misc/gdb/7.2/  or the Qt SDK 1.1 beta installer.
>>> >>> >>
>>> >>> >> AFAIK, the mingw gdb downloads at ftp.qt.nokia are all 32 bit.  I need
>>> >>> >> a 64 bit version.
>>> >>> >>
>>> >>> >> ~ af
>>> >>> > I have updated
>>> >>> > ftp://ftp.qt.nokia.com/misc/gdb/7.2/qtcreator-gdb-7.2-mingw-x86.zip to
>>> >>> > include a gdb binary for the x86_64 target (gdb-x86_64-pc-mingw32.exe).
>>> >>> > Don't be confused by the fact that the binary itself is still compiled
>>> >>> > for 32 bit as the host platform (mostly for pragmatic reasons, we can
>>> >>> > reuse the 32 bit python, there is no real benefit to ship another python
>>> >>> > lib). It's compiled to debug 64 bit targets nevertheless. Please test it
>>> >>> > with a Qt Creator for 2.2 (preferred) or master branch.
>>> >>> >
>>> >>> > Note that all I verified is that the binary starts and python can be
>>> >>> > invoked. Enjoy :)
>>> >>>
>>> >>> In QtCreator, I'm getting ...
>>> >>>
>>> >>> 20-exec-run
>>> >>> >20^error,msg="Don't know how to run.  Try \"help target\"."
>>> >>> dDon't know how to run.  Try "help target".
>>> >>> dNOTE: ENGINE RUN FAILED
>>> >>
>>> >> Please attach the full log.
>>> >
>>> > Here is the log from the TDM MinGW prebuilt binary.  I've also tested
>>> > with a MinGW-w64 prebuilt binary, but it shows similar output.  I'll
>>> > send it later if you want.
>>> >
>>> > Thanks for looking into this.
>>> >
>>> > Cheers,
>>> > ~ andy.f
>>>
>>>
>>> Note that the specified gdb startup script contains one line, which is
>>> "b qFatal" -- without the quotes.
>>
>> Does it change if you don't use the startup script (and later perhaps
>> set the breakpoint in the breakpoint view directly)?
>
> No, and gdb reports the same error when run from the command line with
> target exec set to the binary being debugged in the log.
>

I've attached two more logs.  The log ending with qt-gdb uses the
build from the ftp.qt.nokia.com site, and the log ending with tdm-gdb
uses the build that came with the precompiled mingw-w64 package from
twilight dragon media.  AFAIK, the tdm gdb is 7.1, and it is not
python enabled -- but it does start up.  Other than not being python
enabled, the only problem I'm having with the tdm version is it won't
stop at breakpoints in shared libraries.

Hope that helps,
~ andy.f
-------------- next part --------------
wThe debugger engine 'Cdb engine' preferred for debugging binaries of type x86-windows-msvc-pe-64bit is not set up correctly: There is no CDB binary available for binaries in format 'x86-windows-msvc-pe-64bit'
sStarting debugger 'GdbEngine' for ABI 'x86-windows-msvc-pe-64bit'...
dStart parameters: 'app' mode: 1
dABI: x86-windows-msvc-pe-64bit
dExecutable: C:\-\home\code\audiocarver-new\build-tdm-w64-d\bin\audiocarver.exe 
dDirectory: C:\-\home\code\audiocarver-new\build-tdm-w64-d\bin
dProject: C:\-\home\code\audiocarver-new\master (built: C:\-\home\code\audiocarver-new\build-tdm-w64-d)
dQML server: 127.0.0.1:0
d
dDebugger settings: 
dUseAlternatingRowColours: false  (default: false)
dUseMessageBoxForSignals: true  (default: true)
dAutoQuit: false  (default: false)
dLogTimeStamps: false  (default: false)
dVerboseLog: true  (default: false)  ***
dCloseBuffersOnExit: false  (default: false)
dSwitchModeOnExit: true  (default: false)  ***
dUseDebuggingHelper: true  (default: true)
dUseCustomDebuggingHelperLocation: false  (default: false)
dCustomDebuggingHelperLocation:   (default: )
dUseCodeModel: true  (default: true)
dShowThreadNames: false  (default: false)
dUseToolTips: false  (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)
dScriptFile: C:/-/usr/share/scripts/gdb/gdb-startup-script.txt  (default: )  ***
dWatchdogTimeout: 20  (default: 20)
dTargetAsync: false  (default: false)
dMaximalStackDepth: 20  (default: 20)
dShowStandardNamespace: true  (default: true)
dShowQtNamespace: true  (default: true)
dSortStructMembers: true  (default: true)
dAutoDerefPointers: true  (default: true)
dListSourceFiles: true  (default: false)  ***
dSkipKnownFrames: false  (default: false)
dEnableReverseDebugging: false  (default: false)
dAllPluginBreakpoints: true  (default: true)
dSelectedPluginBreakpoints: false  (default: false)
dAdjustBreakpointLocations: true  (default: true)
dNoPluginBreakpoints: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dBreakOnThrow: false  (default: false)
dBreakOnCatch: false  (default: false)
dState changed from DebuggerNotReady(0) to EngineSetupRequested(1).
dQUEUE: SETUP ENGINE
dCALL: SETUP ENGINE
dTRYING TO START ADAPTER
 Python path: C:\-\usr\-\gdb\qtcreator-gdb-7.2-mingw-x86\lib
dSTARTING C:\-\usr\-\gdb\qtcreator-gdb-7.2-mingw-x86\gdb-x86_64-pc-mingw32.exe -i mi --tty=\\.\pipe\creator-2808-23831
dGDB STARTED, INITIALIZING IT
<43show version
<44set breakpoint pending on
<45set print elements 10000
<46set overload-resolution off
<47handle SIGSEGV nopass stop print
<48set unwindonsignal on
<49pwd
<50set width 0
<51set height 0
<52set auto-solib-add on
<53-interpreter-exec console "maintenance set internal-warning quit no"
<54-interpreter-exec console "maintenance set internal-error quit no"
<55-interpreter-exec console "disassemble 0 0"
<56-interpreter-exec console "python execfile('R:/share/qtcreator/gdbmacros/dumper.py')"
<57-interpreter-exec console "python execfile('R:/share/qtcreator/gdbmacros/gdbmacros.py')"
<58-interpreter-exec console "bbsetup"
<59source C:/-/usr/share/scripts/gdb/gdb-startup-script.txt
dADAPTER SUCCESSFULLY STARTED
dNOTE: ENGINE SETUP OK
dState changed from EngineSetupRequested(1) to EngineSetupOk(3).
dQUEUE: SETUP INFERIOR
dState changed from EngineSetupOk(3) to InferiorSetupRequested(4).
dQUEUE: SETUP INFERIOR
dCALL: SETUP INFERIOR
sSetting up inferior...
<60-file-exec-and-symbols "C:/-/home/code/audiocarver-new/build-tdm-w64-d/bin/audiocarver.exe"
>=thread-group-added,id="i1"
>~"GNU gdb (GDB) 7.2\n"
>~"Copyright (C) 2010 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 \"--host=i686-pc-mingw32 --target=x86_64-pc-mingw32\".\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>&"show version\n"
>~"GNU gdb (GDB) 7.2\n"
>~"Copyright (C) 2010 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 \"--host=i686-pc-mingw32 --target=x86_64-pc-mingw32\".\nFor bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>43^done
dPARSING VERSION: 43^done,{logstreamoutput="show version\n",consolestreamoutput="GNU gdb (GDB) 7.2\nCopyright (C) 2010 Free Software Foundation, Inc.\nLicense 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.\nThis GDB was configured as \"--host=i686-pc-mingw32 --target=x86_64-pc-mingw32\".\nFor bug reporting instructions, please see:\n<http://www.gnu.org/software/gdb/bugs/>.\nGNU gdb (GDB) 7.2\nCopyright (C) 2010 Free Software Foundation, Inc.\nLicense 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.\nThis GDB was configured as \"--host=i686-pc-mingw32 --target=x86_64-pc-mingw32\".\nFor bug reporting instructions, please see:\n<http://www.gnu.org/software/gdb/bugs/>.\n"}
d
dSUPPORTED GDB VERSION GNU gdb (GDB) 7.2
dCopyright (C) 2010 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 "--host=i686-pc-mingw32 --target=x86_64-pc-mingw32".
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
dGNU gdb (GDB) 7.2
dCopyright (C) 2010 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 "--host=i686-pc-mingw32 --target=x86_64-pc-mingw32".
dFor bug reporting instructions, please see:
d<http://www.gnu.org/software/gdb/bugs/>.
d
dUSING GDB VERSION: 70200, BUILD: 2010
>&"set breakpoint pending on\n"
>44^done
>&"set print elements 10000\n"
>45^done
>&"set overload-resolution off\n"
>46^done
>&"handle SIGSEGV nopass stop print\n"
>~"Signal        Stop\tPrint\tPass to program\tDescription\n"
>~"SIGSEGV       Yes\tYes\tNo\t\tSegmentation fault\n"
>47^done
>&"set unwindonsignal on\n"
>48^done
>&"pwd\n"
>~"Working directory C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin.\n"
>49^done
>&"set width 0\n"
>50^done
>&"set height 0\n"
>51^done
>&"set auto-solib-add on\n"
>52^done
>53^done
>54^done
>&"A syntax error in expression, near `0'.\n"
>55^error,msg="A syntax error in expression, near `0'."
>56^done
>57^done
>~"dumpers=[{type=\"QLinkedList\",formats=\"\"},{type=\"QSize\",formats=\"\"},{type=\"QFileInfo\",formats=\"\"},{type=\"QAbstractItemModel\",formats=\"\"},{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\"},{type=\"QTextCodec\",formats=\"\"},{type=\"QBasicAtomicInt\",formats=\"\"},{type=\"QScriptValue\",formats=\"\"},{type=\"QTime\",formats=\"\"},{type=\"QSharedData\",formats=\"\"},{type=\"std__vector\",formats=\"\"},{type=\"QFlags\",formats=\"\"},{type=\"QTextCursor\",formats=\"\"},{type=\"QDateTime\",formats=\"\"},{type=\"QList\",formats=\"\"},{type=\"QStandardItem\",formats=\"\"},{type=\"std__deque\",formats=\"\"},{type=\"QFixed\",formats=\"\"},{type=\"QHash\",formats=\"\"},{type=\"QSharedPointer\",formats=\"\"},{type=\"QUrl\",formats=\"\"},{type=\"std__set\",formats=\"\"},{type=\"std__list\",formats=\"\"},{type=\"std__basic_string\",formats=\"\"},{type=\"QPoint\",formats=\"\"},{type=\"QStack\",formats=\"\"},{type=\"QScopedPointer\",formats=\"\"},{type=\"QRectF\",formats=\"\"},{type=\"QMultiMap\",formats=\"\"},{type=\"QMapNode\",formats=\"\"},{type=\"QHostAddress\",formats=\"\"},{type=\"QLocale\",formats=\"\"},{type=\"QTJSC__JSValue\",formats=\"\"},{type=\"QVariant\",formats=\"\"},{type=\"string\",formats=\"\"},{type=\"QBasicAtomicPointer\",formats=\"\"},{type=\"QVector\",formats=\"\"},{type=\"QDate\",formats=\"\"},{type=\"QFile\",formats=\"\"},{type=\"QAtomicInt\",formats=\"\"},{type=\"wstring\",formats=\"\"},{type=\"QWeakPointer\",formats=\"\"},{type=\"QSizeF\",formats=\"\"},{type=\"__m128\",formats=\"As Floats,As Doubles\"},{type=\"boost__optional\",formats=\"\"},{type=\"TBuf\",formats=\"\"},{type=\"QPointF\",formats=\"\"},{type=\"TLitC\",formats=\"\"},{type=\"QRect\",formats=\"\"},{type=\"QByteArray\",formats=\"\"},{type=\"QMap\",formats=\"\"},{type=\"boost__shared_ptr\",formats=\"\"},{type=\"QChar\",formats=\"\"},{type=\"QDir\",formats=\"\"},{type=\"QPixmap\",formats=\"\"},{type=\"QObject\",formats=\"\"},{type=\"std__map\",formats=\"\"},{type=\"QHashNode\",formats=\"\"},{type=\"QTemporaryFile\",formats=\"\"},{type=\"QModelIndex\",formats=\"\"},{type=\"std__string\",formats=\"\"},{type=\"QImage\",formats=\"Normal,Displayed\"},{type=\"QSet\",formats=\"\"},],hasInferiorThreadList=\"0\"\n"
>58^done
>&"source C:/-/usr/share/scripts/gdb/gdb-startup-script.txt\n"
>&"No symbol table is loaded.  Use the \"file\" command.\n"
>~"Breakpoint 1 (qFatal) pending.\n"
>59^done
>60^done
sSetting breakpoints...
dSetting breakpoints...
dNOTE: INFERIOR SETUP OK
dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6).
dState changed from InferiorSetupOk(6) to EngineRunRequested(7).
dQUEUE: RUN ENGINE
dCALL: RUN ENGINE
<61maint print msymbols C:/-/tmp/gdb_ns_.UU2808
>&"maint print msymbols C:/-/tmp/gdb_ns_.UU2808\n"
>61^done
<62-exec-run
>62^error,msg="Don't know how to run.  Try \"help target\"."
dDon't know how to run.  Try "help target".
dNOTE: ENGINE RUN FAILED
dState changed from EngineRunRequested(7) to EngineRunFailed(8).
dState changed from EngineRunFailed(8) to EngineShutdownRequested(20).
dQUEUE: SHUTDOWN ENGINE
dCALL: SHUTDOWN ENGINE
dPLAIN ADAPTER SHUTDOWN 20
dINITIATE GDBENGINE SHUTDOWN IN STATE 0, PROC: 2
<63-gdb-exit
>63^exit
dGDB CLAIMS EXIT; WAITING
dGDB PROCESS FINISHED, status 0, code 0
dNOTE: ENGINE SHUTDOWN OK
dState changed from EngineShutdownRequested(20) to EngineShutdownOk(22).
dState changed from EngineShutdownOk(22) to DebuggerFinished(23).
dQUEUE: FINISH DEBUGGER
dNOTE: FINISH DEBUGGER
dHANDLE RUNCONTROL FINISHED
sDebugger finished.
-------------- next part --------------
wThe debugger engine 'Cdb engine' preferred for debugging binaries of type x86-windows-msvc-pe-64bit is not set up correctly: There is no CDB binary available for binaries in format 'x86-windows-msvc-pe-64bit'
sStarting debugger 'GdbEngine' for ABI 'x86-windows-msvc-pe-64bit'...
dStart parameters: 'app' mode: 1
dABI: x86-windows-msvc-pe-64bit
dExecutable: C:\-\home\code\audiocarver-new\build-tdm-w64-d\bin\audiocarver.exe 
dDirectory: C:\-\home\code\audiocarver-new\build-tdm-w64-d\bin
dProject: C:\-\home\code\audiocarver-new\master (built: C:\-\home\code\audiocarver-new\build-tdm-w64-d)
dQML server: 127.0.0.1:0
d
dDebugger settings: 
dUseAlternatingRowColours: false  (default: false)
dUseMessageBoxForSignals: true  (default: true)
dAutoQuit: false  (default: false)
dLogTimeStamps: false  (default: false)
dVerboseLog: true  (default: false)  ***
dCloseBuffersOnExit: false  (default: false)
dSwitchModeOnExit: true  (default: false)  ***
dUseDebuggingHelper: true  (default: true)
dUseCustomDebuggingHelperLocation: false  (default: false)
dCustomDebuggingHelperLocation:   (default: )
dUseCodeModel: true  (default: true)
dShowThreadNames: false  (default: false)
dUseToolTips: false  (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)
dScriptFile: C:/-/usr/share/scripts/gdb/gdb-startup-script.txt  (default: )  ***
dWatchdogTimeout: 20  (default: 20)
dTargetAsync: false  (default: false)
dMaximalStackDepth: 20  (default: 20)
dShowStandardNamespace: true  (default: true)
dShowQtNamespace: true  (default: true)
dSortStructMembers: true  (default: true)
dAutoDerefPointers: true  (default: true)
dListSourceFiles: true  (default: false)  ***
dSkipKnownFrames: false  (default: false)
dEnableReverseDebugging: false  (default: false)
dAllPluginBreakpoints: true  (default: true)
dSelectedPluginBreakpoints: false  (default: false)
dAdjustBreakpointLocations: true  (default: true)
dNoPluginBreakpoints: false  (default: false)
dSelectedPluginBreakpointsPattern: .*  (default: .*)
dBreakOnThrow: false  (default: false)
dBreakOnCatch: false  (default: false)
dState changed from DebuggerNotReady(0) to EngineSetupRequested(1).
dQUEUE: SETUP ENGINE
dCALL: SETUP ENGINE
dTRYING TO START ADAPTER
 Python path: C:\Program Files (x86)\Csound\bin
dSTARTING C:\-\usr\-\mingw\tdm-mingw-w64\bin\gdb.exe -i mi --tty=\\.\pipe\creator-2808-3195
dGDB STARTED, INITIALIZING IT
<22show version
<23set breakpoint pending on
<24set print elements 10000
<25set overload-resolution off
<26handle SIGSEGV nopass stop print
<27set unwindonsignal on
<28pwd
<29set width 0
<30set height 0
<31set auto-solib-add on
<32-interpreter-exec console "maintenance set internal-warning quit no"
<33-interpreter-exec console "maintenance set internal-error quit no"
<34-interpreter-exec console "disassemble 0 0"
<35-interpreter-exec console "python execfile('R:/share/qtcreator/gdbmacros/dumper.py')"
<36-interpreter-exec console "python execfile('R:/share/qtcreator/gdbmacros/gdbmacros.py')"
<37-interpreter-exec console "bbsetup"
<38source C:/-/usr/share/scripts/gdb/gdb-startup-script.txt
dADAPTER SUCCESSFULLY STARTED
dNOTE: ENGINE SETUP OK
dState changed from EngineSetupRequested(1) to EngineSetupOk(3).
dQUEUE: SETUP INFERIOR
dState changed from EngineSetupOk(3) to InferiorSetupRequested(4).
dQUEUE: SETUP INFERIOR
dCALL: SETUP INFERIOR
sSetting up inferior...
<39-file-exec-and-symbols "C:/-/home/code/audiocarver-new/build-tdm-w64-d/bin/audiocarver.exe"
>~"GNU gdb (GDB) 7.1\n"
>~"Copyright (C) 2010 Free Software Foundation, Inc.\n"
>~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
>~"This is free software: you are free to change and redistribute it.\n"
>~"There is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\n"
>~"and \"show warranty\" for details.\n"
>~"This GDB was configured as \"x86_64-w64-mingw32\".\n"
>~"For bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>&"show version\n"
>~"GNU gdb (GDB) 7.1\n"
>~"Copyright (C) 2010 Free Software Foundation, Inc.\n"
>~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
>~"This is free software: you are free to change and redistribute it.\n"
>~"There is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\n"
>~"and \"show warranty\" for details.\n"
>~"This GDB was configured as \"x86_64-w64-mingw32\".\n"
>~"For bug reporting instructions, please see:\n"
>~"<http://www.gnu.org/software/gdb/bugs/>.\n"
>22^done
dPARSING VERSION: 22^done,{logstreamoutput="show version\n",consolestreamoutput="GNU gdb (GDB) 7.1\nCopyright (C) 2010 Free Software Foundation, Inc.\nLicense 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.\nThis GDB was configured as \"x86_64-w64-mingw32\".\nFor bug reporting instructions, please see:\n<http://www.gnu.org/software/gdb/bugs/>.\nGNU gdb (GDB) 7.1\nCopyright (C) 2010 Free Software Foundation, Inc.\nLicense 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.\nThis GDB was configured as \"x86_64-w64-mingw32\".\nFor bug reporting instructions, please see:\n<http://www.gnu.org/software/gdb/bugs/>.\n"}
d
dSUPPORTED GDB VERSION GNU gdb (GDB) 7.1
dCopyright (C) 2010 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.1
dCopyright (C) 2010 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: 70100, BUILD: 2010
>&"set breakpoint pending on\n"
>23^done
>&"set print elements 10000\n"
>24^done
>&"set overload-resolution off\n"
>25^done
>&"handle SIGSEGV nopass stop print\n"
>~"Signal        Stop\tPrint\tPass to program\tDescription\n"
>~"SIGSEGV       Yes\tYes\tNo\t\tSegmentation fault\n"
>26^done
>&"set unwindonsignal on\n"
>27^done
>&"pwd\n"
>~"Working directory C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin.\n"
>28^done
>&"set width 0\n"
>29^done
>&"set height 0\n"
>30^done
>&"set auto-solib-add on\n"
>31^done
>32^done
>33^done
>&"A syntax error in expression, near `0'.\n"
>34^error,msg="A syntax error in expression, near `0'."
>&"Python scripting is not supported in this copy of GDB.\n"
>35^error,msg="Python scripting is not supported in this copy of GDB."
>&"Python scripting is not supported in this copy of GDB.\n"
>36^error,msg="Python scripting is not supported in this copy of GDB."
>&"Undefined command: \"bbsetup\".  Try \"help\".\n"
>37^error,msg="Undefined command: \"bbsetup\".  Try \"help\"."
>&"source C:/-/usr/share/scripts/gdb/gdb-startup-script.txt\n"
>&"No symbol table is loaded.  Use the \"file\" command.\n"
>~"Breakpoint 1 (qFatal) pending.\n"
>38^done
>39^done
sSetting breakpoints...
dSetting breakpoints...
dNOTE: INFERIOR SETUP OK
dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6).
dState changed from InferiorSetupOk(6) to EngineRunRequested(7).
dQUEUE: RUN ENGINE
dCALL: RUN ENGINE
<40maint print msymbols C:/-/tmp/gdb_ns_.Zx2808
>&"maint print msymbols C:/-/tmp/gdb_ns_.Zx2808\n"
>40^done
<41-exec-run
>=thread-group-created,id="4080"
sThread group 4080 created
dTaking notice of pid 4080
>=thread-created,id="1",group-id="4080"
sThread 1 created
>~"[New Thread 4080.0x408]\n"
s[New Thread 4080.0x408]
>41^running
dNOTE: ENGINE RUN AND INFERIOR RUN OK
dState changed from EngineRunRequested(7) to InferiorRunOk(11).
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"
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"
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"
sLibrary C:\Windows\system32\KernelBase.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin\\ExtensionSystemd.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin\\ExtensionSystemd.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin\\ExtensionSystemd.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\bin\ExtensionSystemd.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtCored4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtCored4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtCored4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\bin\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"
sLibrary C:\Windows\system32\advapi32.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"
sLibrary C:\Windows\system32\msvcrt.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"
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"
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"
sLibrary C:\Windows\system32\ole32.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"
sLibrary C:\Windows\system32\gdi32.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"
sLibrary C:\Windows\system32\user32.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"
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"
sLibrary C:\Windows\system32\usp10.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"
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"
sLibrary C:\Windows\system32\nsi.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtGuid4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtGuid4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtGuid4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\bin\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"
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"
sLibrary C:\Windows\system32\shlwapi.dll loaded
>=library-loaded,id="C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_a44e1fc257f685f6\\comctl32.dll",target-name="C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_a44e1fc257f685f6\\comctl32.dll",host-name="C:\\Windows\\WinSxS\\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_a44e1fc257f685f6\\comctl32.dll",symbols-loaded="0"
sLibrary C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_a44e1fc257f685f6\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"
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"
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"
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"
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"
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"
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"
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"
sLibrary C:\Windows\system32\uxtheme.dll loaded
>=library-loaded,id="C:\\Program Files (x86)\\Fraps\\fraps64.dll",target-name="C:\\Program Files (x86)\\Fraps\\fraps64.dll",host-name="C:\\Program Files (x86)\\Fraps\\fraps64.dll",symbols-loaded="0"
sLibrary C:\Program Files (x86)\Fraps\fraps64.dll loaded
>=thread-created,id="2",group-id="4080"
sThread 2 created
>~"[New Thread 4080.0xc30]\n"
s[New Thread 4080.0xc30]
>*running,thread-id="all"
>=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"
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"
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"
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"
sLibrary C:\Windows\system32\profapi.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\Cored.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\Cored.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\Cored.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\lib\audiocarver\plugins\AndyFillebrown\Cored.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin\\Aggregationd.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin\\Aggregationd.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin\\Aggregationd.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\bin\Aggregationd.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin\\Utilsd.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin\\Utilsd.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\bin\\Utilsd.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\bin\Utilsd.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtSqld4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtSqld4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtSqld4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\bin\QtSqld4.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtXmld4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtXmld4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtXmld4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\bin\QtXmld4.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\sqldrivers\\qsqlited4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\sqldrivers\\qsqlited4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\sqldrivers\\qsqlited4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\plugins\sqldrivers\qsqlited4.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\Databased.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\Databased.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\Databased.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\lib\audiocarver\plugins\AndyFillebrown\Databased.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AC_Databased.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AC_Databased.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AC_Databased.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\lib\audiocarver\plugins\AndyFillebrown\AC_Databased.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\Editord.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\Editord.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\Editord.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\lib\audiocarver\plugins\AndyFillebrown\Editord.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\GLScened.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\GLScened.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\GLScened.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\lib\audiocarver\plugins\AndyFillebrown\GLScened.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtOpenGLd4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtOpenGLd4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtOpenGLd4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\bin\QtOpenGLd4.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\opengl32.dll",target-name="C:\\Windows\\system32\\opengl32.dll",host-name="C:\\Windows\\system32\\opengl32.dll",symbols-loaded="0"
sLibrary C:\Windows\system32\opengl32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\glu32.dll",target-name="C:\\Windows\\system32\\glu32.dll",host-name="C:\\Windows\\system32\\glu32.dll",symbols-loaded="0"
sLibrary C:\Windows\system32\glu32.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\ddraw.dll",target-name="C:\\Windows\\system32\\ddraw.dll",host-name="C:\\Windows\\system32\\ddraw.dll",symbols-loaded="0"
sLibrary C:\Windows\system32\ddraw.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\dciman32.dll",target-name="C:\\Windows\\system32\\dciman32.dll",host-name="C:\\Windows\\system32\\dciman32.dll",symbols-loaded="0"
sLibrary C:\Windows\system32\dciman32.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"
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"
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"
sLibrary C:\Windows\system32\devobj.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\GLEditord.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\GLEditord.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\GLEditord.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\lib\audiocarver\plugins\AndyFillebrown\GLEditord.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AC_Scened.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AC_Scened.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AC_Scened.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\lib\audiocarver\plugins\AndyFillebrown\AC_Scened.dll loaded
>=library-loaded,id="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AC_Editord.dll",target-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AC_Editord.dll",host-name="C:\\-\\home\\code\\audiocarver-new\\build-tdm-w64-d\\lib\\audiocarver\\plugins\\AndyFillebrown\\AC_Editord.dll",symbols-loaded="0"
sLibrary C:\-\home\code\audiocarver-new\build-tdm-w64-d\lib\audiocarver\plugins\AndyFillebrown\AC_Editord.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qgifd4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qgifd4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qgifd4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\plugins\imageformats\qgifd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qicod4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qicod4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qicod4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\plugins\imageformats\qicod4.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qjpegd4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qjpegd4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qjpegd4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\plugins\imageformats\qjpegd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qmngd4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qmngd4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qmngd4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\plugins\imageformats\qmngd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qsvgd4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qsvgd4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qsvgd4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\plugins\imageformats\qsvgd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtSvgd4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtSvgd4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\bin\\QtSvgd4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\bin\QtSvgd4.dll loaded
>=library-loaded,id="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qtiffd4.dll",target-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qtiffd4.dll",host-name="C:\\-\\usr\\-\\qt\\git-master--20110305--tdm-mingw-w64\\plugins\\imageformats\\qtiffd4.dll",symbols-loaded="0"
sLibrary C:\-\usr\-\qt\git-master--20110305--tdm-mingw-w64\plugins\imageformats\qtiffd4.dll loaded
>=library-loaded,id="C:\\Windows\\system32\\ig4icd64.dll",target-name="C:\\Windows\\system32\\ig4icd64.dll",host-name="C:\\Windows\\system32\\ig4icd64.dll",symbols-loaded="0"
sLibrary C:\Windows\system32\ig4icd64.dll loaded
>&"warning:  \n"
  
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl model view: \n"
 gl model view: 
 
>&"\n"
>&"warning: \"-1, 0, 0, 0\" \n"
 "-1, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1, 0\" \n"
 "0, 0, -1, 0" 
 
>&"\n"
>&"warning: \"0, 0, -100, 1\" \n"
 "0, 0, -100, 1" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl projection: \n"
 gl projection: 
 
>&"\n"
>&"warning: \"0.3, 0, 0, 0\" \n"
 "0.3, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1.002, -1\" \n"
 "0, 0, -1.002, -1" 
 
>&"\n"
>&"warning: \"0, 0, -2.002, 0\" \n"
 "0, 0, -2.002, 0" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl viewport: \n"
 gl viewport: 
 
>&"\n"
>&"warning: \"0, 0, 100 30\" \n"
 "0, 0, 100 30" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: Geometry::Point size == 12 \n"
 Geometry::Point size == 12 
 
>&"\n"
>&"warning: \"1.1, 2.2, 3.14159\" \n"
 "1.1, 2.2, 3.14159" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl model view: \n"
 gl model view: 
 
>&"\n"
>&"warning: \"-1, 0, 0, 0\" \n"
 "-1, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1, 0\" \n"
 "0, 0, -1, 0" 
 
>&"\n"
>&"warning: \"0, 0, -100, 1\" \n"
 "0, 0, -100, 1" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl projection: \n"
 gl projection: 
 
>&"\n"
>&"warning: \"0.3, 0, 0, 0\" \n"
 "0.3, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1.002, -1\" \n"
 "0, 0, -1.002, -1" 
 
>&"\n"
>&"warning: \"0, 0, -2.002, 0\" \n"
 "0, 0, -2.002, 0" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl viewport: \n"
 gl viewport: 
 
>&"\n"
>&"warning: \"0, 0, 100 30\" \n"
 "0, 0, 100 30" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: Geometry::Point size == 12 \n"
 Geometry::Point size == 12 
 
>&"\n"
>&"warning: \"1.1, 2.2, 3.14159\" \n"
 "1.1, 2.2, 3.14159" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl model view: \n"
 gl model view: 
 
>&"\n"
>&"warning: \"-1, 0, 0, 0\" \n"
 "-1, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1, 0\" \n"
 "0, 0, -1, 0" 
 
>&"\n"
>&"warning: \"0, 0, -100, 1\" \n"
 "0, 0, -100, 1" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl projection: \n"
 gl projection: 
 
>&"\n"
>&"warning: \"0.3, 0, 0, 0\" \n"
 "0.3, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1.002, -1\" \n"
 "0, 0, -1.002, -1" 
 
>&"\n"
>&"warning: \"0, 0, -2.002, 0\" \n"
 "0, 0, -2.002, 0" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl viewport: \n"
 gl viewport: 
 
>&"\n"
>&"warning: \"0, 0, 100 30\" \n"
 "0, 0, 100 30" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: Geometry::Point size == 12 \n"
 Geometry::Point size == 12 
 
>&"\n"
>&"warning: \"1.1, 2.2, 3.14159\" \n"
 "1.1, 2.2, 3.14159" 
 
>&"\n"
>&"warning: QGLShader::link: \"No errors.\" \n"
 QGLShader::link: "No errors." 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl model view: \n"
 gl model view: 
 
>&"\n"
>&"warning: \"-1, 0, 0, 0\" \n"
 "-1, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1, 0\" \n"
 "0, 0, -1, 0" 
 
>&"\n"
>&"warning: \"0, 0, -100, 1\" \n"
 "0, 0, -100, 1" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl projection: \n"
 gl projection: 
 
>&"\n"
>&"warning: \"0.395, 0, 0, 0\" \n"
 "0.395, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1.002, -1\" \n"
 "0, 0, -1.002, -1" 
 
>&"\n"
>&"warning: \"0, 0, -2.002, 0\" \n"
 "0, 0, -2.002, 0" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl viewport: \n"
 gl viewport: 
 
>&"\n"
>&"warning: \"0, 0, 200 79\" \n"
 "0, 0, 200 79" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: Geometry::Point size == 12 \n"
 Geometry::Point size == 12 
 
>&"\n"
>&"warning: \"1.1, 2.2, 3.14159\" \n"
 "1.1, 2.2, 3.14159" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl model view: \n"
 gl model view: 
 
>&"\n"
>&"warning: \"-1, 0, 0, 0\" \n"
 "-1, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1, 0\" \n"
 "0, 0, -1, 0" 
 
>&"\n"
>&"warning: \"0, 0, -100, 1\" \n"
 "0, 0, -100, 1" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl projection: \n"
 gl projection: 
 
>&"\n"
>&"warning: \"0.508785, 0, 0, 0\" \n"
 "0.508785, 0, 0, 0" 
 
>&"\n"
>&"warning: \"0, 1, 0, 0\" \n"
 "0, 1, 0, 0" 
 
>&"\n"
>&"warning: \"0, 0, -1.002, -1\" \n"
 "0, 0, -1.002, -1" 
 
>&"\n"
>&"warning: \"0, 0, -2.002, 0\" \n"
 "0, 0, -2.002, 0" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: gl viewport: \n"
 gl viewport: 
 
>&"\n"
>&"warning: \"0, 0, 1366 695\" \n"
 "0, 0, 1366 695" 
 
>&"\n"
>&"warning:  \n"
  
 
>&"\n"
>&"warning: Geometry::Point size == 12 \n"
 Geometry::Point size == 12 
 
>&"\n"
>&"warning: \"1.1, 2.2, 3.14159\" \n"
 "1.1, 2.2, 3.14159" 
 
>&"\n"
d
dNON-CRITICAL TIMEOUT
d
>=thread-exited,id="2",group-id="4080"
sThread 2 in group 4080 exited
>=thread-exited,id="1",group-id="4080"
sThread 1 in group 4080 exited
>=thread-group-exited,id="4080"
sThread group 4080 exited
>*stopped,reason="exited-normally"
sApplication exited normally
dNOTE: INFERIOR EXITED
dState changed from InferiorRunOk(11) to InferiorExitOk(16).
dState changed from InferiorExitOk(16) to InferiorShutdownOk(19).
dState changed from InferiorShutdownOk(19) to EngineShutdownRequested(20).
dQUEUE: SHUTDOWN ENGINE
dCALL: SHUTDOWN ENGINE
dPLAIN ADAPTER SHUTDOWN 20
dINITIATE GDBENGINE SHUTDOWN IN STATE 0, PROC: 2
<42-gdb-exit
>42^exit
dGDB CLAIMS EXIT; WAITING
dGDB PROCESS FINISHED, status 0, code 0
dNOTE: ENGINE SHUTDOWN OK
dState changed from EngineShutdownRequested(20) to EngineShutdownOk(22).
dState changed from EngineShutdownOk(22) to DebuggerFinished(23).
dQUEUE: FINISH DEBUGGER
dNOTE: FINISH DEBUGGER
dHANDLE RUNCONTROL FINISHED
sDebugger finished.


More information about the Qt-creator-old mailing list