[Qt-creator] QtCreator debugger helper

Dat Chu dattanchu at gmail.com
Mon Jun 22 00:17:00 CEST 2009


Hello Andre,

Thank you for your reply and sorry for unable to get back sooner. Attached
you will find the output of the right pane of Gdb View. I looked through it
and found a line that says: DEBUG HELPER LIBRARY IS NOT USABLE. I am
currently using Qt 4.5.0 (that is installed via apt-get from Ubuntu
repository). There is only one version of Qt.

On my laptop, I download Qt SDK so there are 2 versions of Qt, but both do
not have debug helper working.

Dat Chu

On Fri, Jun 19, 2009 at 11:15 AM, Andre Poenitz <
andre.poenitz at mathematik.tu-chemnitz.de> wrote:

> On Thu, Jun 18, 2009 at 09:09:53PM -0500, Dat Chu wrote:
> > Hello,
> >
> > I am switching over to using QtCreator as my main IDE for all thing C++.
> > With CMake support for 1.1.0, QtCreator is an awesome IDE and I am
> looking
> > forward to more updates in the future.
> >
> > One of the problem I am still trying to figure out is: the debugger
> helper.
> > I install QtCreator by downloading the binary for Linux, then run the
> > installer. Once done, I go to Options -> Qt4 -> Rebuild, so I can rebuild
> to
> > get the debugger to work. However, QtCreator keeps telling me that it
> cannot
> > find the debugging helper library.
>
> We would need the contents of the right pane of the Gdb View (Debug ->
> Views -> Gdb) to figure out what went wrong here.
>
> Also, what versions of Qt are present on your system? Is there more than
> one?
>
> Andre'
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090621/cc95cd4a/attachment.html 
-------------- next part --------------
debug:Current state: 0
debug:NO GDB PROCESS RUNNING, CMD IGNORED: -break-insert -f "\"/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp\":162"
debug:Current state: 0
debug:NO GDB PROCESS RUNNING, CMD IGNORED: -break-insert -f "\"/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp\":131"
status:Starting Debugger: gdb --tty=/tmp/qt_temp.TJ5312 -i mi
status:Gdb Running...
debug:Debugger settings: 
debug:
debug:
debug:
debug:
debug:
debug:gdb
debug:
debug:
debug:
debug:20
debug:
debug:
debug:
debug:
debug:false
debug:
debug:
debug:
debug:
debug:
debug:true
debug:
debug:
debug:false
debug:false
debug:false
debug:
debug:true
debug:false
debug:false
debug:
debug:
debug:
debug:
debug:
debug:
input:1show version
input:2set print static-members off
input:3set breakpoint pending on
input:4set print elements 10000
input:5-data-list-register-names
input:6set overload-resolution off
input:7handle SIGSEGV nopass stop print
input:8set unwindonsignal on
input:9pwd
input:10set width 0
input:11set height 0
input:12-file-exec-and-symbols "/home/dchu/build/urxd/programs/projectivetexture/projectivetexture"
input:13-exec-arguments 94003d35.wrl.fim 94003d35_SLR.jpg align/94003d35.wrl.aln 94003d35_calib_SLR.tka uv_94003d35.png
input:14set auto-solib-add off
input:15info target
status:Running requested...
            17:08:12.295
stdout:~"GNU gdb 6.8-debian\n"
            17:08:12.295
stdout:~"Copyright (C) 2008 Free Software Foundation, Inc.\n"
            17:08:12.295
stdout:~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
            17:08:12.295
stdout:~"This is free software: you are free to change and redistribute it.\n"
            17:08:12.295
stdout:~"There is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\n"
            17:08:12.295
stdout:~"and \"show warranty\" for details.\n"
            17:08:12.295
stdout:~"This GDB was configured as \"x86_64-linux-gnu\".\n"
            17:08:12.295
stdout:(gdb) 
            17:08:12.295
stdout:&"show version\n"
            17:08:12.295
stdout:~"GNU gdb 6.8-debian\n"
            17:08:12.295
stdout:~"Copyright (C) 2008 Free Software Foundation, Inc.\n"
            17:08:12.295
stdout:~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
            17:08:12.295
stdout:~"This is free software: you are free to change and redistribute it.\n"
            17:08:12.295
stdout:~"There is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\n"
            17:08:12.295
stdout:~"and \"show warranty\" for details.\n"
            17:08:12.295
stdout:~"This GDB was configured as \"x86_64-linux-gnu\".\n"
            17:08:12.295
stdout:1^done
debug:VERSION:1^done,{logstreamoutput="show version
debug:",consolestreamoutput="GNU gdb 6.8-debian
debug:Copyright (C) 2008 Free Software Foundation, Inc.
debug:License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
debug:This is free software: you are free to change and redistribute it.
debug:There is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"
debug:and \"show warranty\" for details.
debug:This GDB was configured as \"x86_64-linux-gnu\".
debug:GNU gdb 6.8-debian
debug:Copyright (C) 2008 Free Software Foundation, Inc.
debug:License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
debug:This is free software: you are free to change and redistribute it.
debug:There is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"
debug:and \"show warranty\" for details.
debug:This GDB was configured as \"x86_64-linux-gnu\".
debug:"}
debug:
debug:GDB VERSION: 60800
            17:08:12.295
stdout:(gdb) 
            17:08:12.296
stdout:&"set print static-members off\n"
            17:08:12.296
stdout:2^done
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:&"set breakpoint pending on\n"
            17:08:12.296
stdout:3^done
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:&"set print elements 10000\n"
            17:08:12.296
stdout:4^done
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:5^done,register-names=["eax","ecx","edx","ebx","esp","ebp","esi","edi","eip","eflags","cs","ss","ds","es","fs","gs","st0","st1","st2","st3","st4","st5","st6","st7","fctrl","fstat","ftag","fiseg","fioff","foseg","fooff","fop","xmm0","xmm1","xmm2","xmm3","xmm4","xmm5","xmm6","xmm7","mxcsr","orig_eax","mm0","mm1","mm2","mm3","mm4","mm5","mm6","mm7"]
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:&"set overload-resolution off\n"
            17:08:12.296
stdout:6^done
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:&"handle SIGSEGV nopass stop print\n"
            17:08:12.296
stdout:~"Signal        Stop\tPrint\tPass to program\tDescription\n"
            17:08:12.296
stdout:~"SIGSEGV       Yes\tYes\tNo\t\tSegmentation fault\n"
            17:08:12.296
stdout:7^done
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:&"set unwindonsignal on\n"
            17:08:12.296
stdout:8^done
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:&"pwd\n"
            17:08:12.296
stdout:~"Working directory /home/dchu/Experiments/BDLETest3.\n"
            17:08:12.296
stdout:9^done
debug:PWD RESULT: /home/dchu/Experiments/BDLETest3
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:&"set width 0\n"
            17:08:12.296
stdout:10^done
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:&"set height 0\n"
            17:08:12.296
stdout:11^done
            17:08:12.296
stdout:(gdb) 
            17:08:12.296
stdout:12^done
            17:08:12.297
stdout:(gdb) 
            17:08:12.297
stdout:13^done
            17:08:12.297
stdout:(gdb) 
            17:08:12.297
stdout:&"set auto-solib-add off\n"
            17:08:12.297
stdout:14^done
            17:08:12.297
stdout:(gdb) 
            17:08:12.297
stdout:&"info target\n"
            17:08:12.297
stdout:~"Symbols from \"/home/dchu/build/urxd/programs/projectivetexture/projectivetexture\".\n"
            17:08:12.297
stdout:~"Local exec file:\n"
            17:08:12.297
stdout:~"\t`/home/dchu/build/urxd/programs/projectivetexture/projectivetexture', file type elf64-x86-64.\n"
            17:08:12.297
stdout:~"\tEntry point: 0x406160\t0x0000000000400238 - 0x0000000000400254 is .interp\n"
            17:08:12.297
stdout:~"\t0x0000000000400254 - 0x0000000000400274 is .note.ABI-tag\n"
            17:08:12.297
stdout:~"\t0x0000000000400278 - 0x0000000000400bc4 is .hash\n"
            17:08:12.297
stdout:~"\t0x0000000000400bc8 - 0x00000000004013c8 is .gnu.hash\n"
            17:08:12.297
stdout:~"\t0x00000000004013c8 - 0x00000000004032b8 is .dynsym\n"
            17:08:12.297
stdout:~"\t0x00000000004032b8 - 0x0000000000405019 is .dynstr\n"
            17:08:12.297
stdout:~"\t0x000000000040501a - 0x00000000004052ae is .gnu.version\n"
            17:08:12.297
stdout:~"\t0x00000000004052b0 - 0x0000000000405350 is .gnu.version_r\n"
            17:08:12.297
stdout:~"\t0x0000000000405350 - 0x0000000000405410 is .rela.dyn\n"
            17:08:12.297
stdout:~"\t0x0000000000405410 - 0x0000000000405bf0 is .rela.plt\n"
            17:08:12.297
stdout:~"\t0x0000000000405bf0 - 0x0000000000405c08 is .init\n"
            17:08:12.297
stdout:~"\t0x0000000000405c08 - 0x0000000000406158 is .plt\n"
            17:08:12.297
stdout:~"\t0x0000000000406160 - 0x00000000004213e8 is .text\n"
            17:08:12.297
stdout:~"\t0x00000000004213e8 - 0x00000000004213f6 is .fini\n"
            17:08:12.297
stdout:~"\t0x0000000000421400 - 0x0000000000422550 is .rodata\n"
            17:08:12.297
stdout:~"\t0x0000000000422550 - 0x0000000000422d3c is .eh_frame_hdr\n"
            17:08:12.297
stdout:~"\t0x0000000000422d40 - 0x0000000000424e34 is .eh_frame\n"
            17:08:12.297
stdout:~"\t0x0000000000424e34 - 0x00000000004258e6 is .gcc_except_table\n"
            17:08:12.297
stdout:~"\t0x0000000000625d20 - 0x0000000000625da8 is .ctors\n"
            17:08:12.297
stdout:~"\t0x0000000000625da8 - 0x0000000000625db8 is .dtors\n"
            17:08:12.297
stdout:~"\t0x0000000000625db8 - 0x0000000000625dc0 is .jcr\n"
            17:08:12.297
stdout:~"\t0x0000000000625dc0 - 0x0000000000625fe0 is .dynamic\n"
            17:08:12.297
stdout:~"\t0x0000000000625fe0 - 0x0000000000625fe8 is .got\n"
            17:08:12.297
stdout:~"\t0x0000000000625fe8 - 0x00000000006262a0 is .got.plt\n"
            17:08:12.297
stdout:~"\t0x00000000006262a0 - 0x00000000006262b8 is .data\n"
            17:08:12.297
stdout:~"\t0x00000000006262c0 - 0x0000000000626580 is .bss\n"
            17:08:12.297
stdout:15^done
input:16tbreak *0x406160
input:17-exec-run
            17:08:12.299
stdout:(gdb) 
            17:08:12.349
stdout:&"tbreak *0x406160\n"
            17:08:12.349
stdout:~"Breakpoint 1 at 0x406160: file ../sysdeps/x86_64/elf/start.S, line 65.\n"
            17:08:12.349
stdout:16^done
            17:08:12.349
stdout:(gdb) 
            17:08:12.350
stdout:17^running
            17:08:12.350
stdout:(gdb) 
            17:08:12.370
stdout:~"[Thread debugging using libthread_db enabled]\n"
            17:08:12.374
stdout:~"[New Thread 0x7fbb8a5797d0 (LWP 6865)]\n"
status:Stopped.
            17:08:12.375
stdout:~"[Switching to Thread 0x7fbb8a5797d0 (LWP 6865)]\n"
            17:08:12.375
stdout:~"Current language:  auto; currently asm\n"
            17:08:12.375
stdout:17*stopped,thread-id="1",frame={addr="0x0000000000406160",func="_start",args=[],file="../sysdeps/x86_64/elf/start.S",line="65"}
input:18info proc
debug:DEBUG HELPER LIBRARY IS NOT USABLE:    EXISTS: 0, EXECUTABLE: 0
            17:08:12.458
stdout:~"[Switching to Thread 0x7fbb8a5797d0 (LWP 6865)]\n"
stdout:~"Current language:  auto; currently asm\n"
stdout:17*stopped,thread-id="1",frame={addr="0x0000000000406160",func="_start",args=[],file="../sysdeps/x86_64/elf/start.S",line="65"}
stdout:(gdb) 
stdout:&"info proc\n"
            17:08:12.458
stdout:~"process 6865\n"
            17:08:12.458
stdout:~"cmdline = '/home/dchu/build/urxd/programs/projectivetexture/projectivetexture'\n"
            17:08:12.458
stdout:~"cwd = '/home/dchu/Experiments/BDLETest3'\n"
            17:08:12.458
stdout:~"exe = '/home/dchu/build/urxd/programs/projectivetexture/projectivetexture'\n"
            17:08:12.458
stdout:18^done
debug:FOUND PID 6865
            17:08:12.458
stdout:(gdb) 
input:19set auto-solib-add on
input:20set stop-on-solib-events 0
input:21sharedlibrary .*
input:22info shared
debug:Current state: 5
input:23-break-insert -f "\"/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp\":162"
            17:08:54.571
stdout:&"set auto-solib-add on\n"
            17:08:54.572
stdout:19^done
            17:08:54.572
stdout:(gdb) 
            17:08:54.572
stdout:&"set stop-on-solib-events 0\n"
            17:08:54.572
stdout:20^done
            17:08:54.572
stdout:(gdb) 
            17:08:54.572
stdout:&"sharedlibrary .*\n"
            17:08:54.572
stdout:~"Loaded symbols for /lib64/ld-linux-x86-64.so.2\n"
            17:08:54.572
stdout:~"Loaded symbols for /usr/lib/libcv.so.1\n"
            17:08:54.572
stdout:~"Loaded symbols for /usr/lib/libcxcore.so.1\n"
            17:08:54.572
stdout:~"Loaded symbols for /usr/lib/libcvaux.so.1\n"
            17:08:54.572
stdout:~"Loaded symbols for /usr/lib/libhighgui.so.1\n"
            17:08:54.578
stdout:~"Loaded symbols for /usr/lib/libstdc++.so.6\n"
            17:08:54.579
stdout:~"Loaded symbols for /lib/libm.so.6\n"
            17:08:54.581
stdout:~"Loaded symbols for /lib/libgcc_s.so.1\n"
            17:08:54.590
stdout:~"Loaded symbols for /lib/libc.so.6\n"
            17:08:54.591
stdout:~"Loaded symbols for /lib/libdl.so.2\n"
            17:08:54.591
stdout:~"Loaded symbols for /usr/lib/libgomp.so.1\n"
            17:08:54.591
stdout:~"Symbols already loaded for /lib/libpthread.so.0\n"
            17:08:54.592
stdout:~"Loaded symbols for /usr/lib/libgthread-2.0.so.0\n"
            17:08:54.592
stdout:~"Loaded symbols for /lib/librt.so.1\n"
            17:08:54.620
stdout:~"Loaded symbols for /usr/lib/libgtk-x11-2.0.so.0\n"
            17:08:54.625
stdout:~"Loaded symbols for /usr/lib/libgdk-x11-2.0.so.0\n"
            17:08:54.627
stdout:~"Loaded symbols for /usr/lib/libatk-1.0.so.0\n"
            17:08:54.628
stdout:~"Loaded symbols for /usr/lib/libpangoft2-1.0.so.0\n"
            17:08:54.629
stdout:~"Loaded symbols for /usr/lib/libpangocairo-1.0.so.0\n"
            17:08:54.633
stdout:~"Loaded symbols for /usr/lib/libgio-2.0.so.0\n"
            17:08:54.637
stdout:~"Loaded symbols for /usr/lib/libcairo.so.2\n"
            17:08:54.639
stdout:~"Loaded symbols for /usr/lib/libpango-1.0.so.0\n"
            17:08:54.642
stdout:~"Loaded symbols for /usr/lib/libfreetype.so.6\n"
            17:08:54.646
stdout:~"Loaded symbols for /usr/lib/libfontconfig.so.1\n"
            17:08:54.647
stdout:~"Loaded symbols for /usr/lib/libgdk_pixbuf-2.0.so.0\n"
            17:08:54.649
stdout:~"Loaded symbols for /usr/lib/libgobject-2.0.so.0\n"
            17:08:54.650
stdout:~"Loaded symbols for /usr/lib/libgmodule-2.0.so.0\n"
            17:08:54.655
stdout:~"Loaded symbols for /usr/lib/libglib-2.0.so.0\n"
            17:08:54.657
stdout:~"Loaded symbols for /usr/lib/libpng12.so.0\n"
            17:08:54.658
stdout:~"Loaded symbols for /usr/lib/libjpeg.so.62\n"
            17:08:54.659
stdout:~"Loaded symbols for /lib/libz.so.1\n"
            17:08:54.661
stdout:~"Loaded symbols for /usr/lib/libtiff.so.4\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libjasper.so.1\n"
            17:08:54.686
stdout:~"Loaded symbols for /lib/libpcre.so.3\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libXext.so.6\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libXrender.so.1\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libXinerama.so.1\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libXi.so.6\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libXrandr.so.2\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libXcursor.so.1\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libX11.so.6\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libXcomposite.so.1\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libXdamage.so.1\n"
            17:08:54.686
stdout:~"Loaded symbols for /usr/lib/libXfixes.so.3\n"
            17:08:54.686
stdout:~"Loaded symbols for /lib/libselinux.so.1\n"
            17:08:54.687
stdout:~"Loaded symbols for /usr/lib/libpixman-1.so.0\n"
            17:08:54.687
stdout:~"Loaded symbols for /usr/lib/libdirectfb-1.0.so.0\n"
            17:08:54.687
stdout:~"Loaded symbols for /usr/lib/libfusion-1.0.so.0\n"
            17:08:54.687
stdout:~"Loaded symbols for /usr/lib/libdirect-1.0.so.0\n"
            17:08:54.687
stdout:~"Loaded symbols for /usr/lib/libxcb-render-util.so.0\n"
            17:08:54.687
stdout:~"Loaded symbols for /usr/lib/libxcb-render.so.0\n"
            17:08:54.696
stdout:~"Loaded symbols for /usr/lib/libxcb.so.1\n"
            17:08:54.696
stdout:~"Loaded symbols for /usr/lib/libexpat.so.1\n"
            17:08:54.696
stdout:~"Loaded symbols for /usr/lib/libXau.so.6\n"
            17:08:54.696
stdout:~"Loaded symbols for /usr/lib/libXdmcp.so.6\n"
            17:08:54.696
stdout:21^done
            17:08:54.696
stdout:(gdb) 
            17:08:54.696
stdout:&"info shared\n"
            17:08:54.696
stdout:~"From                To                  Syms Read   Shared Object Library\n"
            17:08:54.696
stdout:~"0x00007fbb8a387a90  0x00007fbb8a3a0344  Yes         /lib64/ld-linux-x86-64.so.2\n"
            17:08:54.696
stdout:~"0x00007fbb8a0bcc10  0x00007fbb8a166a48  Yes         /usr/lib/libcv.so.1\n"
            17:08:54.696
stdout:~"0x00007fbb89d9dce0  0x00007fbb89e5a9b8  Yes         /usr/lib/libcxcore.so.1\n"
            17:08:54.696
stdout:~"0x00007fbb89ae75d0  0x00007fbb89b5fb28  Yes         /usr/lib/libcvaux.so.1\n"
            17:08:54.696
stdout:~"0x00007fbb898b2130  0x00007fbb898c4f08  Yes         /usr/lib/libhighgui.so.1\n"
            17:08:54.696
stdout:~"0x00007fbb895ec8a0  0x00007fbb89663246  Yes         /usr/lib/libstdc++.so.6\n"
            17:08:54.696
stdout:~"0x00007fbb89314e50  0x00007fbb893573e8  Yes         /lib/libm.so.6\n"
            17:08:54.696
stdout:~"0x00007fbb890fbc60  0x00007fbb8910ccc8  Yes         /lib/libgcc_s.so.1\n"
            17:08:54.696
stdout:~"0x00007fbb88da5230  0x00007fbb88eaa0e8  Yes         /lib/libc.so.6\n"
            17:08:54.696
stdout:~"0x00007fbb88b83db0  0x00007fbb88b849d8  Yes         /lib/libdl.so.2\n"
            17:08:54.696
stdout:~"0x00007fbb8897caa0  0x00007fbb88980028  Yes         /usr/lib/libgomp.so.1\n"
            17:08:54.696
stdout:~"0x00007fbb88763240  0x00007fbb8876ea08  Yes         /lib/libpthread.so.0\n"
            17:08:54.696
stdout:~"0x00007fbb8855a7b0  0x00007fbb8855bd38  Yes         /usr/lib/libgthread-2.0.so.0\n"
            17:08:54.696
stdout:~"0x00007fbb88353170  0x00007fbb88356978  Yes         /lib/librt.so.1\n"
            17:08:54.696
stdout:~"0x00007fbb87dc2ff0  0x00007fbb880107c8  Yes         /usr/lib/libgtk-x11-2.0.so.0\n"
            17:08:54.696
stdout:~"0x00007fbb87ad0cb0  0x00007fbb87b20668  Yes         /usr/lib/libgdk-x11-2.0.so.0\n"
            17:08:54.696
stdout:~"0x00007fbb8789ca40  0x00007fbb878a84e8  Yes         /usr/lib/libatk-1.0.so.0\n"
            17:08:54.696
stdout:~"0x00007fbb8766c480  0x00007fbb8768af38  Yes         /usr/lib/libpangoft2-1.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb8745dc20  0x00007fbb87462598  Yes         /usr/lib/libpangocairo-1.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb871f1330  0x00007fbb87238e58  Yes         /usr/lib/libgio-2.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb86f65410  0x00007fbb86fbf698  Yes         /usr/lib/libcairo.so.2\n"
            17:08:54.697
stdout:~"0x00007fbb86d1e9a0  0x00007fbb86d3d3f8  Yes         /usr/lib/libpango-1.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb86a95790  0x00007fbb86aeda68  Yes         /usr/lib/libfreetype.so.6\n"
            17:08:54.697
stdout:~"0x00007fbb8685e310  0x00007fbb86876988  Yes         /usr/lib/libfontconfig.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb86640d90  0x00007fbb86650fa8  Yes         /usr/lib/libgdk_pixbuf-2.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb86400150  0x00007fbb864299e8  Yes         /usr/lib/libgobject-2.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb861f3240  0x00007fbb861f4158  Yes         /usr/lib/libgmodule-2.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb85f420e0  0x00007fbb85f9f558  Yes         /usr/lib/libglib-2.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb85d0af20  0x00007fbb85d24d58  Yes         /usr/lib/libpng12.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb85ae68a0  0x00007fbb85afed08  Yes         /usr/lib/libjpeg.so.62\n"
            17:08:54.697
stdout:~"0x00007fbb858cd200  0x00007fbb858da2d8  Yes         /lib/libz.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb85676d50  0x00007fbb856a4838  Yes         /usr/lib/libtiff.so.4\n"
            17:08:54.697
stdout:~"0x00007fbb85421e20  0x00007fbb854584e8  Yes         /usr/lib/libjasper.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb851e94a0  0x00007fbb85206068  Yes         /lib/libpcre.so.3\n"
            17:08:54.697
stdout:~"0x00007fbb84fd9970  0x00007fbb84fe4a18  Yes         /usr/lib/libXext.so.6\n"
            17:08:54.697
stdout:~"0x00007fbb84dcda70  0x00007fbb84dd3f18  Yes         /usr/lib/libXrender.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb84bcaa30  0x00007fbb84bcb578  Yes         /usr/lib/libXinerama.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb849c0ab0  0x00007fbb849c7168  Yes         /usr/lib/libXi.so.6\n"
            17:08:54.697
stdout:~"0x00007fbb847b7890  0x00007fbb847bc8f8  Yes         /usr/lib/libXrandr.so.2\n"
            17:08:54.697
stdout:~"0x00007fbb845aec20  0x00007fbb845b3818  Yes         /usr/lib/libXcursor.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb842bfbd0  0x00007fbb8434d168  Yes         /usr/lib/libX11.so.6\n"
            17:08:54.697
stdout:~"0x00007fbb840a2bd0  0x00007fbb840a39e8  Yes         /usr/lib/libXcomposite.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb83ea0ae0  0x00007fbb83ea1648  Yes         /usr/lib/libXdamage.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb83c9c320  0x00007fbb83c9ef18  Yes         /usr/lib/libXfixes.so.3\n"
            17:08:54.697
stdout:~"0x00007fbb83a84280  0x00007fbb83a930d8  Yes         /lib/libselinux.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb8383e760  0x00007fbb83874708  Yes         /usr/lib/libpixman-1.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb835d3d40  0x00007fbb836241d8  Yes         /usr/lib/libdirectfb-1.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb833bf870  0x00007fbb833c2e68  Yes         /usr/lib/libfusion-1.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb831aafe0  0x00007fbb831b78c8  Yes         /usr/lib/libdirect-1.0.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb82fa45f0  0x00007fbb82fa5448  Yes         /usr/lib/libxcb-render-util.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb82d9d0e0  0x00007fbb82d9fc28  Yes         /usr/lib/libxcb-render.so.0\n"
            17:08:54.697
stdout:~"0x00007fbb82b86f80  0x00007fbb82b92608  Yes         /usr/lib/libxcb.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb82957c10  0x00007fbb82971318  Yes         /usr/lib/libexpat.so.1\n"
            17:08:54.697
stdout:~"0x00007fbb82751de0  0x00007fbb82752b28  Yes         /usr/lib/libXau.so.6\n"
            17:08:54.698
stdout:~"0x00007fbb8254d1d0  0x00007fbb8254ebe8  Yes         /usr/lib/libXdmcp.so.6\n"
            17:08:54.698
stdout:22^done
            17:08:54.698
stdout:(gdb) 
            17:08:54.732
stdout:23^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000406ac4",func="main",file="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",fullname="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",line="162",times="0"}
debug:Current state: 5
input:24-break-insert -f "\"/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp\":131"
            17:08:54.732
stdout:(gdb) 
status:Running requested...
            17:08:54.754
stdout:24^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000406796",func="create_projective_texture(Object3D const*, TKA_Camera const&, char const*, char const*, int)",file="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",fullname="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",line="131",times="0"}
input:--- token barrier ---
input:25-exec-continue
            17:08:54.756
stdout:(gdb) 
status:Running...
status:Running...
            17:08:54.782
stdout:25^running
            17:08:54.783
stdout:(gdb) 
status:Stopped at breakpoint.
            17:08:54.808
stdout:~"Current language:  auto; currently c++\n"
            17:08:54.808
stdout:25*stopped,reason="breakpoint-hit",bkptno="2",thread-id="1",frame={addr="0x0000000000406ac4",func="main",args=[{name="argc",value="6"},{name="argv",value="0x7fff925a4de8"}],file="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",fullname="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",line="162"}
input:26info shared
input:27-break-list
input:28p 0
            17:08:54.809
stdout:(gdb) 
status:Stopped.
            17:08:54.821
stdout:&"info shared\n"
            17:08:54.821
stdout:~"From                To                  Syms Read   Shared Object Library\n"
            17:08:54.821
stdout:~"0x00007fbb8a387a90  0x00007fbb8a3a0344  Yes         /lib64/ld-linux-x86-64.so.2\n"
            17:08:54.821
stdout:~"0x00007fbb8a0bcc10  0x00007fbb8a166a48  Yes         /usr/lib/libcv.so.1\n"
            17:08:54.821
stdout:~"0x00007fbb89d9dce0  0x00007fbb89e5a9b8  Yes         /usr/lib/libcxcore.so.1\n"
            17:08:54.821
stdout:~"0x00007fbb89ae75d0  0x00007fbb89b5fb28  Yes         /usr/lib/libcvaux.so.1\n"
            17:08:54.821
stdout:~"0x00007fbb898b2130  0x00007fbb898c4f08  Yes         /usr/lib/libhighgui.so.1\n"
            17:08:54.821
stdout:~"0x00007fbb895ec8a0  0x00007fbb89663246  Yes         /usr/lib/libstdc++.so.6\n"
            17:08:54.821
stdout:~"0x00007fbb89314e50  0x00007fbb893573e8  Yes         /lib/libm.so.6\n"
            17:08:54.821
stdout:~"0x00007fbb890fbc60  0x00007fbb8910ccc8  Yes         /lib/libgcc_s.so.1\n"
            17:08:54.821
stdout:~"0x00007fbb88da5230  0x00007fbb88eaa0e8  Yes         /lib/libc.so.6\n"
            17:08:54.821
stdout:~"0x00007fbb88b83db0  0x00007fbb88b849d8  Yes         /lib/libdl.so.2\n"
            17:08:54.821
stdout:~"0x00007fbb8897caa0  0x00007fbb88980028  Yes         /usr/lib/libgomp.so.1\n"
            17:08:54.821
stdout:~"0x00007fbb88763240  0x00007fbb8876ea08  Yes         /lib/libpthread.so.0\n"
            17:08:54.821
stdout:~"0x00007fbb8855a7b0  0x00007fbb8855bd38  Yes         /usr/lib/libgthread-2.0.so.0\n"
            17:08:54.821
stdout:~"0x00007fbb88353170  0x00007fbb88356978  Yes         /lib/librt.so.1\n"
            17:08:54.821
stdout:~"0x00007fbb87dc2ff0  0x00007fbb880107c8  Yes         /usr/lib/libgtk-x11-2.0.so.0\n"
            17:08:54.821
stdout:~"0x00007fbb87ad0cb0  0x00007fbb87b20668  Yes         /usr/lib/libgdk-x11-2.0.so.0\n"
            17:08:54.821
stdout:~"0x00007fbb8789ca40  0x00007fbb878a84e8  Yes         /usr/lib/libatk-1.0.so.0\n"
            17:08:54.821
stdout:~"0x00007fbb8766c480  0x00007fbb8768af38  Yes         /usr/lib/libpangoft2-1.0.so.0\n"
            17:08:54.821
stdout:~"0x00007fbb8745dc20  0x00007fbb87462598  Yes         /usr/lib/libpangocairo-1.0.so.0\n"
            17:08:54.821
stdout:~"0x00007fbb871f1330  0x00007fbb87238e58  Yes         /usr/lib/libgio-2.0.so.0\n"
            17:08:54.821
stdout:~"0x00007fbb86f65410  0x00007fbb86fbf698  Yes         /usr/lib/libcairo.so.2\n"
            17:08:54.821
stdout:~"0x00007fbb86d1e9a0  0x00007fbb86d3d3f8  Yes         /usr/lib/libpango-1.0.so.0\n"
            17:08:54.821
stdout:~"0x00007fbb86a95790  0x00007fbb86aeda68  Yes         /usr/lib/libfreetype.so.6\n"
            17:08:54.821
stdout:~"0x00007fbb8685e310  0x00007fbb86876988  Yes         /usr/lib/libfontconfig.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb86640d90  0x00007fbb86650fa8  Yes         /usr/lib/libgdk_pixbuf-2.0.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb86400150  0x00007fbb864299e8  Yes         /usr/lib/libgobject-2.0.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb861f3240  0x00007fbb861f4158  Yes         /usr/lib/libgmodule-2.0.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb85f420e0  0x00007fbb85f9f558  Yes         /usr/lib/libglib-2.0.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb85d0af20  0x00007fbb85d24d58  Yes         /usr/lib/libpng12.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb85ae68a0  0x00007fbb85afed08  Yes         /usr/lib/libjpeg.so.62\n"
            17:08:54.822
stdout:~"0x00007fbb858cd200  0x00007fbb858da2d8  Yes         /lib/libz.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb85676d50  0x00007fbb856a4838  Yes         /usr/lib/libtiff.so.4\n"
            17:08:54.822
stdout:~"0x00007fbb85421e20  0x00007fbb854584e8  Yes         /usr/lib/libjasper.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb851e94a0  0x00007fbb85206068  Yes         /lib/libpcre.so.3\n"
            17:08:54.822
stdout:~"0x00007fbb84fd9970  0x00007fbb84fe4a18  Yes         /usr/lib/libXext.so.6\n"
            17:08:54.822
stdout:~"0x00007fbb84dcda70  0x00007fbb84dd3f18  Yes         /usr/lib/libXrender.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb84bcaa30  0x00007fbb84bcb578  Yes         /usr/lib/libXinerama.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb849c0ab0  0x00007fbb849c7168  Yes         /usr/lib/libXi.so.6\n"
            17:08:54.822
stdout:~"0x00007fbb847b7890  0x00007fbb847bc8f8  Yes         /usr/lib/libXrandr.so.2\n"
            17:08:54.822
stdout:~"0x00007fbb845aec20  0x00007fbb845b3818  Yes         /usr/lib/libXcursor.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb842bfbd0  0x00007fbb8434d168  Yes         /usr/lib/libX11.so.6\n"
            17:08:54.822
stdout:~"0x00007fbb840a2bd0  0x00007fbb840a39e8  Yes         /usr/lib/libXcomposite.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb83ea0ae0  0x00007fbb83ea1648  Yes         /usr/lib/libXdamage.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb83c9c320  0x00007fbb83c9ef18  Yes         /usr/lib/libXfixes.so.3\n"
            17:08:54.822
stdout:~"0x00007fbb83a84280  0x00007fbb83a930d8  Yes         /lib/libselinux.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb8383e760  0x00007fbb83874708  Yes         /usr/lib/libpixman-1.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb835d3d40  0x00007fbb836241d8  Yes         /usr/lib/libdirectfb-1.0.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb833bf870  0x00007fbb833c2e68  Yes         /usr/lib/libfusion-1.0.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb831aafe0  0x00007fbb831b78c8  Yes         /usr/lib/libdirect-1.0.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb82fa45f0  0x00007fbb82fa5448  Yes         /usr/lib/libxcb-render-util.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb82d9d0e0  0x00007fbb82d9fc28  Yes         /usr/lib/libxcb-render.so.0\n"
            17:08:54.822
stdout:~"0x00007fbb82b86f80  0x00007fbb82b92608  Yes         /usr/lib/libxcb.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb82957c10  0x00007fbb82971318  Yes         /usr/lib/libexpat.so.1\n"
            17:08:54.822
stdout:~"0x00007fbb82751de0  0x00007fbb82752b28  Yes         /usr/lib/libXau.so.6\n"
            17:08:54.822
stdout:~"0x00007fbb8254d1d0  0x00007fbb8254ebe8  Yes         /usr/lib/libXdmcp.so.6\n"
            17:08:54.822
stdout:26^done
            17:08:54.823
stdout:(gdb) 
            17:08:54.823
stdout:27^done,BreakpointTable={nr_rows="2",nr_cols="6",hdr=[{width="7",alignment="-1",col_name="number",colhdr="Num"},{width="14",alignment="-1",col_name="type",colhdr="Type"},{width="4",alignment="-1",col_name="disp",colhdr="Disp"},{width="3",alignment="-1",col_name="enabled",colhdr="Enb"},{width="18",alignment="-1",col_name="addr",colhdr="Address"},{width="40",alignment="2",col_name="what",colhdr="What"}],body=[bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000406ac4",func="main",file="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",fullname="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",line="162",times="1"},bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000406796",func="create_projective_texture(Object3D const*, TKA_Camera const&, char const*, char const*, int)",file="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",fullname="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",line="131",times="0"}]}
            17:08:54.823
stdout:(gdb) 
            17:08:54.823
stdout:&"p 0\n"
            17:08:54.823
stdout:~"$1 = 0"
            17:08:54.823
stdout:~"\n"
            17:08:54.823
stdout:28^done
input:29-stack-list-arguments 2 0 0
input:30-stack-list-locals 2
input:31-stack-list-frames 0 20
input:32-thread-list-ids
            17:08:54.825
stdout:(gdb) 
            17:08:54.883
stdout:29^done,stack-args=[frame={level="0",args=[{name="argc",type="int",value="6"},{name="argv",type="char **",value="0x7fff925a4de8"}]}]
            17:08:54.883
stdout:(gdb) 
            17:08:54.883
stdout:30^done,locals=[{name="meshName",type="const char *",value="0x7fff925a6b06 \"94003d35.wrl.fim\""},{name="textureImage",type="const char *",value="0x7fff925a6b17 \"94003d35_SLR.jpg\""},{name="alnName",type="const char *",value="0x7fff925a6b28 \"align/94003d35.wrl.aln\""},{name="tkaName",type="const char *",value="0x7fff925a6b3f \"94003d35_calib_SLR.tka\""},{name="outputName",type="const char *",value="0x7fff925a6b56 \"uv_94003d35.png\""},{name="mesh",type="class Object3D *",value="0xad9420"},{name="camera",type="TKA_Camera"}]
            17:08:54.883
stdout:(gdb) 
            17:08:54.883
stdout:31^done,stack=[frame={level="0",addr="0x0000000000406ac4",func="main",file="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",fullname="/home/dchu/svn/urxd/programs/projectivetexture/projectivetexture.cpp",line="162"}]
            17:08:54.884
stdout:(gdb) 
            17:08:54.884
stdout:32^done,thread-ids={thread-id="1"},number-of-threads="1"
input:33-var-delete "local.camera"
input:34-var-create "local.camera" * "camera"
            17:08:54.884
stdout:(gdb) 
            17:08:54.930
stdout:&"Variable object not found\n"
            17:08:54.930
stdout:33^error,msg="Variable object not found"
            17:08:54.930
stdout:(gdb) 
            17:08:54.930
stdout:34^done,name="local.camera",numchild="1",value="{...}",type="TKA_Camera"
input:35-var-evaluate-expression "local.camera"
            17:08:54.930
stdout:(gdb) 
status:Finished retrieving data.
            17:08:54.934
stdout:35^done,value="{...}"
input:[17:08:54.934]    <Rebuild Watchmodel>
            17:08:54.935
stdout:(gdb) 


More information about the Qt-creator-old mailing list