Hi all,
Another problem with breakpoints. I am using v1.1 on Suse Linux 10.0
I have set one break breakpoint in my code.
I start the application.
The debugger stops immediataly as if it breaks at a break point.
But it is not my breakpoint.
The debug toolbar suggets that I can do all the debugging things (
continue, step into, etc), but I do not see a stack.
When I press continue, my application continues, but does not stop at my
breakpoint.
Earlier this morning I could debug in the normal way, and the breakpoint
was honoured.
I did not change the building parameters, so it is still a debugversion
of my application.
I attached the gdb input and output to this mail.
I also attached output of QtCreator atd stdout or stderror in
breakpoint_qtc_stdout.txt.
When pressing the 'continue' button the first time, it starts printing
to my konsole.
The second exec-contninue came spontaneously.
Luuk Kuiper
kui...@draco:~> /opt/qtcreator-1.1.0/bin/qtcreator &
[1] 2518
kui...@draco:~> ASSERTION cookie.synchronized || cookie.type ==
GdbInvalidCommand || cookie.type == GdbInfoProc || cookie.type ==
GdbStubAttached || cookie.type == ModulesList || cookie.type ==
WatchDebuggingHelperSetup || cookie.type == GdbQueryDebuggingHelper FAILED
gdbengine.cpp 1908
CMD: "-break-insert -f
"\"/BUILDS/swp/luuk/build/main/aramis_mk2/displaylibs/src/tdn/field/preselem.cxx\":1053""
TYPE: 207 SYNC: false
ASSERTION q->status() == DebuggerInferiorRunning FAILED gdbengine.cpp 666
STATUS: 2
ASSERTION q->status() == DebuggerInferiorStopRequested FAILED gdbengine.cpp 1199
STATUS: 3
ASSERTION cookie.synchronized || cookie.type == GdbInvalidCommand ||
cookie.type == GdbInfoProc || cookie.type == GdbStubAttached || cookie.type ==
ModulesList || cookie.type == WatchDebuggingHelperSetup || cookie.type ==
GdbQueryDebuggingHelper FAILED gdbengine.cpp 1908
CMD: "p temporaryStop" TYPE: 123 SYNC: false
ASSERTION cookie.synchronized || cookie.type == GdbInvalidCommand ||
cookie.type == GdbInfoProc || cookie.type == GdbStubAttached || cookie.type ==
ModulesList || cookie.type == WatchDebuggingHelperSetup || cookie.type ==
GdbQueryDebuggingHelper FAILED gdbengine.cpp 1908
CMD: "-exec-continue" TYPE: 115 SYNC: false
FIXME: GdbEngine::handleStackListArguments: should not happen
FIXME: stack: "Invalid"
1show version
2set print static-members off
3set breakpoint pending on
4set print elements 10000
5-data-list-register-names
6set overload-resolution off
7handle SIGSEGV nopass stop print
8set unwindonsignal on
9pwd
10set width 0
11set height 0
12-file-exec-and-symbols
"/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d"
13-exec-arguments -role hitt -wp dp01 -comms aramisdata/comms.ini -ini
aramisdata/xml/display.xml -tell aramisdata/repman.ini -cms aramisdata/cms.ini
> aramis.out 2>&1
14set auto-solib-add off
15info target
16tbreak *0x4e9f80
17-exec-run
18info proc
19sharedlibrary libc
20sharedlibrary libdl
21call
(void*)dlopen("/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0",
2)
22call
(void*)__dlopen("/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0",
2)
23sharedlibrary
.see.6.0.0.x86_64-linux.products.qt.4.4.3.qtc-debugging-helper.libgdbmacros.so.1.0.0
24call (void*)qDumpObjectData440(1,24+1,0,0,0,0,0,0)
25p (char*)&qDumpOutBuffer
26set auto-solib-add on
27set stop-on-solib-events 0
28sharedlibrary .*
29info shared
30-break-insert -f
"\"/BUILDS/swp/luuk/build/main/aramis_mk2/displaylibs/src/tdn/field/preselem.cxx\":1053"
31-exec-continue
32-break-insert -f qDumpObjectData440
33p temporaryStop
34-exec-continue
35-exec-continue
36info shared
37-stack-list-arguments 2 0 0
38-stack-list-locals 2
39-stack-list-frames 0 20
40-thread-list-ids
41-gdb-exit
[10:34:55.598] <Rebuild Watchmodel>
status:Starting Debugger: gdb --tty=/tmp/qt_temp.Wl2518 -i mi
status:Gdb Running...
debug:Debugger settings:
debug:
debug:
debug:
debug:
debug:true
debug:gdb
debug:
debug:
debug:
debug:20
debug:
debug:
debug:
debug:
debug:false
debug:
debug:
debug:
debug:
debug:
debug:true
debug:/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0
debug:/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0
debug:true
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
"/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d"
input:13-exec-arguments -role hitt -wp dp01 -comms aramisdata/comms.ini -ini
aramisdata/xml/display.xml -tell aramisdata/repman.ini -cms aramisdata/cms.ini
> aramis.out 2>&1
input:14set auto-solib-add off
input:15info target
10:33:14.315
stdout:~"GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs\n"
10:33:14.316
stdout:~"Copyright (C) 2008 Free Software Foundation, Inc.\n"
10:33:14.316
stdout:~"License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>\n"
10:33:14.316
stdout:~"This is free software: you are free to change and redistribute it.\n"
10:33:14.316
stdout:~"There is NO WARRANTY, to the extent permitted by law. Type \"show
copying\"\n"
10:33:14.316
stdout:~"and \"show warranty\" for details.\n"
10:33:14.316
stdout:~"This GDB was configured as \"x86_64-suse-linux\".\n"
10:33:14.316
stdout:~"For bug reporting instructions, please see:\n"
10:33:14.316
stdout:~"<http://bugs.opensuse.org/>.\n"
10:33:14.316
stdout:(gdb)
10:33:14.316
stdout:&"show version\n"
10:33:14.316
stdout:~"GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs\n"
10:33:14.316
stdout:~"Copyright (C) 2008 Free Software Foundation, Inc.\n"
10:33:14.316
stdout:~"License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>\n"
10:33:14.316
stdout:~"This is free software: you are free to change and redistribute it.\n"
10:33:14.316
stdout:~"There is NO WARRANTY, to the extent permitted by law. Type \"show
copying\"\n"
10:33:14.316
stdout:~"and \"show warranty\" for details.\n"
10:33:14.316
stdout:~"This GDB was configured as \"x86_64-suse-linux\".\n"
10:33:14.316
stdout:~"For bug reporting instructions, please see:\n"
10:33:14.316
stdout:~"<http://bugs.opensuse.org/>.\n"
10:33:14.316
stdout:1^done
debug:VERSION:1^done,{logstreamoutput="show version
debug:",consolestreamoutput="GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs
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-suse-linux\".
debug:For bug reporting instructions, please see:
debug:<http://bugs.opensuse.org/>.
debug:GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs
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-suse-linux\".
debug:For bug reporting instructions, please see:
debug:<http://bugs.opensuse.org/>.
debug:"}
debug:
debug:GDB VERSION: 60850
10:33:14.316
stdout:(gdb)
10:33:14.316
stdout:&"set print static-members off\n"
10:33:14.317
stdout:2^done
10:33:14.317
stdout:(gdb)
10:33:14.317
stdout:&"set breakpoint pending on\n"
10:33:14.317
stdout:3^done
10:33:14.317
stdout:(gdb)
10:33:14.317
stdout:&"set print elements 10000\n"
10:33:14.317
stdout:4^done
10:33:14.317
stdout:(gdb)
10:33:14.317
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"]
10:33:14.317
stdout:(gdb)
10:33:14.317
stdout:&"set overload-resolution off\n"
10:33:14.317
stdout:6^done
10:33:14.317
stdout:(gdb)
10:33:14.317
stdout:&"handle SIGSEGV nopass stop print\n"
10:33:14.317
stdout:~"Signal Stop\tPrint\tPass to program\tDescription\n"
10:33:14.317
stdout:~"SIGSEGV Yes\tYes\tNo\t\tSegmentation fault\n"
10:33:14.317
stdout:7^done
10:33:14.317
stdout:(gdb)
10:33:14.317
stdout:&"set unwindonsignal on\n"
10:33:14.317
stdout:8^done
10:33:14.317
stdout:(gdb)
10:33:14.317
stdout:&"pwd\n"
10:33:14.317
stdout:~"Working directory
/HITT/HMI/users/luuk/build/main/aramis_mk2/aramis_mk2/inifiles.\n"
10:33:14.317
stdout:9^done
debug:PWD RESULT: /HITT/HMI/users/luuk/build/main/aramis_mk2/aramis_mk2/inifiles
10:33:14.317
stdout:(gdb)
10:33:14.317
stdout:&"set width 0\n"
10:33:14.317
stdout:10^done
10:33:14.317
stdout:(gdb)
10:33:14.317
stdout:&"set height 0\n"
10:33:14.317
stdout:11^done
10:33:14.317
stdout:(gdb)
10:33:17.563
stdout:12^done
10:33:17.563
stdout:(gdb)
10:33:17.564
stdout:13^done
10:33:17.564
stdout:(gdb)
10:33:17.564
stdout:&"set auto-solib-add off\n"
10:33:17.564
stdout:14^done
10:33:17.564
stdout:(gdb)
10:33:17.564
stdout:&"info target\n"
status:Running requested...
10:33:17.567
stdout:~"Symbols from
\"/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d\".\n"
10:33:17.567
stdout:~"Local exec file:\n"
10:33:17.567
stdout:~"\t`/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d',
file type elf64-x86-64.\n"
10:33:17.567
stdout:~"\tEntry point: 0x4e9f80\n"
10:33:17.567
stdout:~"\t0x0000000000400238 - 0x0000000000400254 is .interp\n"
10:33:17.567
stdout:~"\t0x0000000000400254 - 0x0000000000400274 is .note.ABI-tag\n"
10:33:17.567
stdout:~"\t0x0000000000400274 - 0x000000000040028c is .note.SuSE\n"
10:33:17.567
stdout:~"\t0x000000000040028c - 0x00000000004002b0 is .note.gnu.build-id\n"
10:33:17.567
stdout:~"\t0x00000000004002b0 - 0x0000000000411128 is .hash\n"
10:33:17.567
stdout:~"\t0x0000000000411128 - 0x000000000041e390 is .gnu.hash\n"
10:33:17.567
stdout:~"\t0x000000000041e390 - 0x0000000000453898 is .dynsym\n"
10:33:17.567
stdout:~"\t0x0000000000453898 - 0x00000000004a8864 is .dynstr\n"
10:33:17.567
stdout:~"\t0x00000000004a8864 - 0x00000000004acf7a is .gnu.version\n"
10:33:17.567
stdout:~"\t0x00000000004acf80 - 0x00000000004ad080 is .gnu.version_r\n"
10:33:17.567
stdout:~"\t0x00000000004ad080 - 0x00000000004d3960 is .rela.dyn\n"
10:33:17.567
stdout:~"\t0x00000000004d3960 - 0x00000000004e1028 is .rela.plt\n"
10:33:17.567
stdout:~"\t0x00000000004e1028 - 0x00000000004e1040 is .init\n"
10:33:17.567
stdout:~"\t0x00000000004e1040 - 0x00000000004e9f80 is .plt\n"
10:33:17.567
stdout:~"\t0x00000000004e9f80 - 0x0000000001645158 is .text\n"
10:33:17.567
stdout:~"\t0x0000000001645158 - 0x0000000001645166 is .fini\n"
10:33:17.567
stdout:~"\t0x0000000001645180 - 0x000000000192ed58 is .rodata\n"
10:33:17.567
stdout:~"\t0x000000000192ed58 - 0x0000000001a16bfc is .eh_frame_hdr\n"
10:33:17.567
stdout:~"\t0x0000000001a16c00 - 0x0000000001de8e14 is .eh_frame\n"
10:33:17.567
stdout:~"\t0x0000000001de8e14 - 0x0000000001f216f6 is .gcc_except_table\n"
10:33:17.567
stdout:~"\t0x0000000002121820 - 0x00000000021257f8 is .ctors\n"
10:33:17.567
stdout:~"\t0x00000000021257f8 - 0x0000000002125808 is .dtors\n"
10:33:17.568
stdout:~"\t0x0000000002125808 - 0x0000000002125810 is .jcr\n"
10:33:17.568
stdout:~"\t0x0000000002125820 - 0x000000000227c3d8 is .data.rel.ro\n"
10:33:17.568
stdout:~"\t0x000000000227c3d8 - 0x000000000227c808 is .dynamic\n"
10:33:17.568
stdout:~"\t0x000000000227c808 - 0x0000000002288fe0 is .got\n"
10:33:17.568
stdout:~"\t0x0000000002288fe8 - 0x000000000228d798 is .got.plt\n"
10:33:17.568
stdout:~"\t0x000000000228d7a0 - 0x000000000229e75c is .data\n"
10:33:17.568
stdout:~"\t0x000000000229e760 - 0x000000000244d460 is .bss\n"
10:33:17.568
stdout:15^done
input:16tbreak *0x4e9f80
input:17-exec-run
10:33:17.569
stdout:(gdb)
10:33:17.606
stdout:&"tbreak *0x4e9f80\n"
10:33:17.607
stdout:~"Temporary breakpoint 1 at 0x4e9f80: file
../sysdeps/x86_64/elf/start.S, line 65.\n"
10:33:17.608
stdout:16^done
10:33:17.608
stdout:(gdb)
10:33:17.609
stdout:=thread-group-created,id="2575"
10:33:17.610
stdout:=thread-created,id="1",group-id="2575"
10:33:17.610
stdout:17^running
10:33:17.610
stdout:*running,thread-id="all"
10:33:17.610
stdout:(gdb)
10:33:17.708
stdout:*running,thread-id="all"
10:33:17.765
stdout:~"[Thread debugging using libthread_db enabled]\n"
status:Stopped.
10:33:17.802
stdout:*stopped,reason="breakpoint-hit",disp="del",bkptno="1",thread-id="1",stopped-threads="all",frame={addr="0x00000000004e9f80",func="_start",args=[],file="../sysdeps/x86_64/elf/start.S",line="65"}
input:18info proc
input:19sharedlibrary libc
input:20sharedlibrary libdl
input:21call
(void*)dlopen("/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0",
2)
input:22call
(void*)__dlopen("/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0",
2)
input:23sharedlibrary
.see.6.0.0.x86_64-linux.products.qt.4.4.3.qtc-debugging-helper.libgdbmacros.so.1.0.0
input:24call (void*)qDumpObjectData440(1,24+1,0,0,0,0,0,0)
input:25p (char*)&qDumpOutBuffer
input:26set auto-solib-add on
input:27set stop-on-solib-events 0
input:28sharedlibrary .*
input:29info shared
debug:Current state: 5
input:30-break-insert -f
"\"/BUILDS/swp/luuk/build/main/aramis_mk2/displaylibs/src/tdn/field/preselem.cxx\":1053"
10:33:17.829
stdout:~"Current language: auto; currently asm\n"
10:33:17.829
stdout:(gdb)
10:33:17.830
stdout:&"info proc\n"
10:33:17.831
stdout:~"process 2575\n"
10:33:17.832
stdout:~"cmdline =
'/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d'\n"
10:33:17.833
stdout:~"cwd =
'/HITT/HMI/users/luuk/build/main/aramis_mk2/aramis_mk2/inifiles'\n"
10:33:17.833
stdout:~"exe =
'/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d'\n"
10:33:17.833
stdout:18^done
debug:FOUND PID 2575
10:33:17.833
stdout:(gdb)
10:33:17.833
stdout:&"sharedlibrary libc\n"
10:33:17.841
stdout:~"Loaded symbols for /usr/lib64/libcrypto.so.0.9.8\n"
10:33:17.846
stdout:~"Loaded symbols for /lib64/libc.so.6\n"
10:33:17.848
stdout:~"Loaded symbols for /lib64/libcrypt.so.1\n"
10:33:17.849
stdout:~"Loaded symbols for /lib64/libcom_err.so.2\n"
10:33:17.850
stdout:19^done
10:33:17.850
stdout:(gdb)
10:33:17.850
stdout:&"sharedlibrary libdl\n"
10:33:17.852
stdout:~"Loaded symbols for /lib64/libdl.so.2\n"
10:33:17.852
stdout:20^done
10:33:17.852
stdout:(gdb)
10:33:17.852
stdout:&"call
(void*)dlopen(\"/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0\",
2)\n"
10:33:18.003
stdout:~"$1 = (void *) 0x244e5e0\n"
10:33:18.004
stdout:21^done
10:33:18.004
stdout:(gdb)
10:33:18.006
stdout:&"call
(void*)__dlopen(\"/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0\",
2)\n"
10:33:18.059
stdout:&"No symbol \"__dlopen\" in current context.\n"
status:Custom dumper setup: No symbol "__dlopen" in current context.
10:33:18.060
stdout:22^error,msg="No symbol \"__dlopen\" in current context."
10:33:18.061
stdout:(gdb)
10:33:18.111
stdout:&"sharedlibrary
.see.6.0.0.x86_64-linux.products.qt.4.4.3.qtc-debugging-helper.libgdbmacros.so.1.0.0\n"
10:33:18.111
stdout:~"Loaded symbols for
/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0\n"
10:33:18.111
stdout:23^done
10:33:18.111
stdout:(gdb)
10:33:18.111
stdout:&"call (void*)qDumpObjectData440(1,24+1,0,0,0,0,0,0)\n"
10:33:18.160
stdout:&"Invalid cast.\n"
10:33:18.160
stdout:24^error,msg="Invalid cast."
10:33:18.160
stdout:(gdb)
10:33:18.160
stdout:&"p (char*)&qDumpOutBuffer\n"
10:33:18.183
stdout:~"$2 = 0x7fffee89af60 \"\""
10:33:18.184
stdout:~"\n"
status:Debugging helpers not found.
10:33:18.185
stdout:25^done
10:33:18.185
stdout:(gdb)
10:33:18.185
stdout:&"set auto-solib-add on\n"
10:33:18.185
stdout:26^done
10:33:18.185
stdout:(gdb)
10:33:18.185
stdout:&"set stop-on-solib-events 0\n"
10:33:18.200
stdout:27^done
10:33:18.200
stdout:(gdb)
10:33:18.200
stdout:&"sharedlibrary .*\n"
10:33:18.200
stdout:~"Loaded symbols for /lib64/ld-linux-x86-64.so.2\n"
10:33:18.200
stdout:~"Loaded symbols for /usr/lib64/libboost_filesystem.so.1.36.0\n"
10:33:18.201
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libagentx.so.0\n"
10:33:18.201
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtOpenGL.so.4\n"
10:33:18.201
stdout:~"Loaded symbols for /usr/lib64/libGLU.so.1\n"
10:33:18.205
stdout:~"Loaded symbols for /usr/lib64/libGL.so.1\n"
10:33:18.206
stdout:~"Loaded symbols for /usr/lib64/libpq.so.5\n"
10:33:18.206
stdout:~"Loaded symbols for /usr/lib64/libpgtypes.so.3\n"
10:33:18.207
stdout:~"Loaded symbols for /usr/lib64/libecpg.so.6\n"
10:33:18.209
stdout:~"Loaded symbols for /usr/lib64/libldap-2.4.so.2\n"
10:33:18.210
stdout:~"Loaded symbols for /usr/lib64/liblber-2.4.so.2\n"
10:33:18.212
stdout:~"Loaded symbols for /usr/lib64/libssl.so.0.9.8\n"
10:33:18.213
stdout:~"Symbols already loaded for /usr/lib64/libcrypto.so.0.9.8\n"
10:33:18.218
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtDBus.so.4\n"
10:33:18.224
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtSvg.so.4\n"
10:33:18.229
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtSql.so.4\n"
10:33:18.234
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtXml.so.4\n"
10:33:18.334
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtGui.so.4\n"
10:33:18.335
stdout:~"Loaded symbols for /usr/lib64/libpng12.so.0\n"
10:33:18.336
stdout:~"Loaded symbols for /usr/lib64/libSM.so.6\n"
10:33:18.342
stdout:~"Loaded symbols for /usr/lib64/libICE.so.6\n"
10:33:18.342
stdout:~"Loaded symbols for /usr/lib64/libXi.so.6\n"
10:33:18.342
stdout:~"Loaded symbols for /usr/lib64/libXrender.so.1\n"
10:33:18.342
stdout:~"Loaded symbols for /usr/lib64/libXrandr.so.2\n"
10:33:18.342
stdout:~"Loaded symbols for /usr/lib64/libfreetype.so.6\n"
10:33:18.342
stdout:~"Loaded symbols for /usr/lib64/libfontconfig.so.1\n"
10:33:18.342
stdout:~"Loaded symbols for /usr/lib64/libXext.so.6\n"
10:33:18.346
stdout:~"Loaded symbols for /usr/lib64/libX11.so.6\n"
10:33:18.358
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtNetwork.so.4\n"
10:33:18.379
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtCore.so.4\n"
10:33:18.381
stdout:~"Loaded symbols for /lib64/libz.so.1\n"
10:33:18.383
stdout:~"Loaded symbols for /usr/lib64/libgthread-2.0.so.0\n"
10:33:18.384
stdout:~"Loaded symbols for /lib64/librt.so.1\n"
10:33:18.387
stdout:~"Loaded symbols for /usr/lib64/libglib-2.0.so.0\n"
10:33:18.388
stdout:~"Symbols already loaded for /lib64/libdl.so.2\n"
10:33:18.388
stdout:~"Symbols already loaded for /lib64/libpthread.so.0\n"
10:33:18.402
stdout:~"Loaded symbols for /usr/lib64/libstdc++.so.6\n"
10:33:18.404
stdout:~"Loaded symbols for /lib64/libm.so.6\n"
10:33:18.405
stdout:~"Loaded symbols for /lib64/libgcc_s.so.1\n"
10:33:18.406
stdout:~"Symbols already loaded for /lib64/libc.so.6\n"
10:33:18.406
stdout:~"Loaded symbols for /usr/lib64/libboost_system.so.1.36.0\n"
10:33:18.407
stdout:~"Loaded symbols for /usr/lib64/libXxf86vm.so.1\n"
10:33:18.407
stdout:~"Loaded symbols for /usr/lib64/libXdamage.so.1\n"
10:33:18.407
stdout:~"Loaded symbols for /usr/lib64/libXfixes.so.3\n"
10:33:18.407
stdout:~"Loaded symbols for /usr/lib64/libdrm.so.2\n"
10:33:18.410
stdout:~"Loaded symbols for /usr/lib64/libgssapi_krb5.so.2\n"
10:33:18.410
stdout:~"Symbols already loaded for /lib64/libcrypt.so.1\n"
10:33:18.411
stdout:~"Loaded symbols for /usr/lib64/libldap_r-2.4.so.2\n"
10:33:18.412
stdout:~"Loaded symbols for /usr/lib64/libsasl2.so.2\n"
10:33:18.412
stdout:~"Loaded symbols for /lib64/libresolv.so.2\n"
10:33:18.413
stdout:~"Loaded symbols for /lib64/libuuid.so.1\n"
10:33:18.414
stdout:~"Loaded symbols for /lib64/libexpat.so.1\n"
10:33:18.414
stdout:~"Loaded symbols for /usr/lib64/libXau.so.6\n"
10:33:18.414
stdout:~"Loaded symbols for /usr/lib64/libxcb-xlib.so.0\n"
10:33:18.415
stdout:~"Loaded symbols for /usr/lib64/libxcb.so.1\n"
10:33:18.416
stdout:~"Loaded symbols for /usr/lib64/libpcre.so.0\n"
10:33:18.419
stdout:~"Loaded symbols for /usr/lib64/libkrb5.so.3\n"
10:33:18.421
stdout:~"Loaded symbols for /usr/lib64/libk5crypto.so.3\n"
10:33:18.422
stdout:~"Symbols already loaded for /lib64/libcom_err.so.2\n"
10:33:18.423
stdout:~"Loaded symbols for /usr/lib64/libkrb5support.so.0\n"
10:33:18.423
stdout:~"Loaded symbols for /lib64/libkeyutils.so.1\n"
10:33:18.423
stdout:~"Symbols already loaded for
/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0\n"
10:33:18.424
stdout:28^done
10:33:18.424
stdout:(gdb)
10:33:18.424
stdout:&"info shared\n"
10:33:18.426
stdout:~"From To Syms Read Shared Object
Library\n"
10:33:18.426
stdout:~"0x00007ffff7de0b00 0x00007ffff7df7dc4 Yes
/lib64/ld-linux-x86-64.so.2\n"
10:33:18.426
stdout:~"0x00007ffff7bd2820 0x00007ffff7bdad78 Yes
/usr/lib64/libboost_filesystem.so.1.36.0\n"
10:33:18.426
stdout:~"0x00007ffff79b7d30 0x00007ffff79c0218 Yes
/see/6.0.0/x86_64-linux/lib/libagentx.so.0\n"
10:33:18.426
stdout:~"0x00007ffff7749900 0x00007ffff777bcf8 Yes
/see/6.0.0/x86_64-linux/lib/libQtOpenGL.so.4\n"
10:33:18.426
stdout:~"0x00007ffff74bbd30 0x00007ffff7513928 Yes
/usr/lib64/libGLU.so.1\n"
10:33:18.426
stdout:~"0x00007ffff7257490 0x00007ffff7293e88 Yes
/usr/lib64/libGL.so.1\n"
10:33:18.426
stdout:~"0x00007ffff701a280 0x00007ffff702e518 Yes
/usr/lib64/libpq.so.5\n"
10:33:18.426
stdout:~"0x00007ffff6e03e70 0x00007ffff6e0da78 Yes
/usr/lib64/libpgtypes.so.3\n"
10:33:18.426
stdout:~"0x00007ffff6af4a20 0x00007ffff6afe138 Yes
/usr/lib64/libecpg.so.6\n"
10:33:18.426
stdout:~"0x00007ffff68bc2e0 0x00007ffff68e4d88 Yes
/usr/lib64/libldap-2.4.so.2\n"
10:33:18.426
stdout:~"0x00007ffff66a1990 0x00007ffff66a9ef8 Yes
/usr/lib64/liblber-2.4.so.2\n"
10:33:18.426
stdout:~"0x00007ffff6463260 0x00007ffff648d488 Yes
/usr/lib64/libssl.so.0.9.8\n"
10:33:18.426
stdout:~"0x00007ffff613aaf0 0x00007ffff61e1a08 Yes
/usr/lib64/libcrypto.so.0.9.8\n"
10:33:18.426
stdout:~"0x00007ffff5e741f0 0x00007ffff5ebc1a8 Yes
/see/6.0.0/x86_64-linux/lib/libQtDBus.so.4\n"
10:33:18.426
stdout:~"0x00007ffff5c12a50 0x00007ffff5c437d8 Yes
/see/6.0.0/x86_64-linux/lib/libQtSvg.so.4\n"
10:33:18.426
stdout:~"0x00007ffff5962850 0x00007ffff59d49d8 Yes
/see/6.0.0/x86_64-linux/lib/libQtSql.so.4\n"
10:33:18.426
stdout:~"0x00007ffff570df00 0x00007ffff5734ac8 Yes
/see/6.0.0/x86_64-linux/lib/libQtXml.so.4\n"
10:33:18.426
stdout:~"0x00007ffff4d782c0 0x00007ffff52f5308 Yes
/see/6.0.0/x86_64-linux/lib/libQtGui.so.4\n"
10:33:18.426
stdout:~"0x00007ffff48cdec0 0x00007ffff48e9378 Yes
/usr/lib64/libpng12.so.0\n"
10:33:18.426
stdout:~"0x00007ffff46c1d20 0x00007ffff46c67c8 Yes
/usr/lib64/libSM.so.6\n"
10:33:18.426
stdout:~"0x00007ffff44a8560 0x00007ffff44b6e98 Yes
/usr/lib64/libICE.so.6\n"
10:33:18.426
stdout:~"0x00007ffff429aa10 0x00007ffff42a04b8 Yes
/usr/lib64/libXi.so.6\n"
10:33:18.426
stdout:~"0x00007ffff4090b70 0x00007ffff40970c8 Yes
/usr/lib64/libXrender.so.1\n"
10:33:18.426
stdout:~"0x00007ffff3e887d0 0x00007ffff3e8ca18 Yes
/usr/lib64/libXrandr.so.2\n"
10:33:18.426
stdout:~"0x00007ffff3c0e0d0 0x00007ffff3c64bc8 Yes
/usr/lib64/libfreetype.so.6\n"
10:33:18.426
stdout:~"0x00007ffff39d5340 0x00007ffff39ed998 Yes
/usr/lib64/libfontconfig.so.1\n"
10:33:18.426
stdout:~"0x00007ffff37c0950 0x00007ffff37cb478 Yes
/usr/lib64/libXext.so.6\n"
10:33:18.426
stdout:~"0x00007ffff34a0250 0x00007ffff352f1b8 Yes
/usr/lib64/libX11.so.6\n"
10:33:18.426
stdout:~"0x00007ffff31a15c0 0x00007ffff322c5d8 Yes
/see/6.0.0/x86_64-linux/lib/libQtNetwork.so.4\n"
10:33:18.426
stdout:~"0x00007ffff2d6f9c0 0x00007ffff2eaf7d8 Yes
/see/6.0.0/x86_64-linux/lib/libQtCore.so.4\n"
10:33:18.427
stdout:~"0x00007ffff2ad9260 0x00007ffff2ae4af8 Yes /lib64/libz.so.1\n"
10:33:18.427
stdout:~"0x00007ffff28d3750 0x00007ffff28d4cd8 Yes
/usr/lib64/libgthread-2.0.so.0\n"
10:33:18.427
stdout:~"0x00007ffff26cb2e0 0x00007ffff26cef38 Yes
/lib64/librt.so.1\n"
10:33:18.427
stdout:~"0x00007ffff24192e0 0x00007ffff24763a8 Yes
/usr/lib64/libglib-2.0.so.0\n"
10:33:18.427
stdout:~"0x00007ffff2200df0 0x00007ffff2201958 Yes
/lib64/libdl.so.2\n"
10:33:18.427
stdout:~"0x00007ffff1fe9280 0x00007ffff1ff4468 Yes
/lib64/libpthread.so.0\n"
10:33:18.427
stdout:~"0x00007ffff1d2eae0 0x00007ffff1da47c6 Yes
/usr/lib64/libstdc++.so.6\n"
10:33:18.427
stdout:~"0x00007ffff1a85e60 0x00007ffff1aba878 Yes /lib64/libm.so.6\n"
10:33:18.427
stdout:~"0x00007ffff186ccc0 0x00007ffff187dce8 Yes
/lib64/libgcc_s.so.1\n"
10:33:18.427
stdout:~"0x00007ffff152f210 0x00007ffff161b50c Yes /lib64/libc.so.6\n"
10:33:18.427
stdout:~"0x00007ffff130e450 0x00007ffff130edf8 Yes
/usr/lib64/libboost_system.so.1.36.0\n"
10:33:18.427
stdout:~"0x00007ffff1107fc0 0x00007ffff110b048 Yes
/usr/lib64/libXxf86vm.so.1\n"
10:33:18.427
stdout:~"0x00007ffff0f04ba0 0x00007ffff0f05708 Yes
/usr/lib64/libXdamage.so.1\n"
10:33:18.427
stdout:~"0x00007ffff0cff5d0 0x00007ffff0d02478 Yes
/usr/lib64/libXfixes.so.3\n"
10:33:18.427
stdout:~"0x00007ffff0af7ab0 0x00007ffff0afb2b8 Yes
/usr/lib64/libdrm.so.2\n"
10:33:18.427
stdout:~"0x00007ffff08cf6d0 0x00007ffff08eed58 Yes
/usr/lib64/libgssapi_krb5.so.2\n"
10:33:18.427
stdout:~"0x00007ffff068cb80 0x00007ffff0695e28 Yes
/lib64/libcrypt.so.1\n"
10:33:18.427
stdout:~"0x00007ffff044f720 0x00007ffff047acd8 Yes
/usr/lib64/libldap_r-2.4.so.2\n"
10:33:18.427
stdout:~"0x00007ffff0228d90 0x00007ffff02391b8 Yes
/usr/lib64/libsasl2.so.2\n"
10:33:18.446
stdout:~"0x00007ffff00108e0 0x00007ffff001c878 Yes
/lib64/libresolv.so.2\n"
10:33:18.446
stdout:~"0x00007fffefe096f0 0x00007fffefe0abb8 Yes
/lib64/libuuid.so.1\n"
10:33:18.447
stdout:~"0x00007fffefbe1e40 0x00007fffefbfb518 Yes
/lib64/libexpat.so.1\n"
10:33:18.447
stdout:~"0x00007fffef9daec0 0x00007fffef9dbc08 Yes
/usr/lib64/libXau.so.6\n"
10:33:18.447
stdout:~"0x00007fffef7d8730 0x00007fffef7d8938 Yes
/usr/lib64/libxcb-xlib.so.0\n"
10:33:18.447
stdout:~"0x00007fffef5c56f0 0x00007fffef5d0768 Yes
/usr/lib64/libxcb.so.1\n"
10:33:18.447
stdout:~"0x00007fffef38d6e0 0x00007fffef3aa2c8 Yes
/usr/lib64/libpcre.so.0\n"
10:33:18.447
stdout:~"0x00007fffef103590 0x00007fffef1743a8 Yes
/usr/lib64/libkrb5.so.3\n"
10:33:18.447
stdout:~"0x00007fffeeec9a80 0x00007fffeeedd8e8 Yes
/usr/lib64/libk5crypto.so.3\n"
10:33:18.447
stdout:~"0x00007fffeecc1230 0x00007fffeecc1bc8 Yes
/lib64/libcom_err.so.2\n"
10:33:18.447
stdout:~"0x00007fffeeab8ea0 0x00007fffeeabcb38 Yes
/usr/lib64/libkrb5support.so.0\n"
10:33:18.447
stdout:~"0x00007fffee8b4bb0 0x00007fffee8b5138 Yes
/lib64/libkeyutils.so.1\n"
10:33:18.447
stdout:~"0x00007fffee67efd0 0x00007fffee693378 Yes
/see/6.0.0/x86_64-linux/products/qt/4.4.3/qtc-debugging-helper/libgdbmacros.so.1.0.0\n"
10:33:18.447
stdout:29^done
10:33:18.447
stdout:(gdb)
status:Running requested...
input:31-exec-continue
status:Stopping temporarily.
status:Stop requested...
10:34:24.640
stdout:30^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000c02d86",func="tdl::StrMappedElement::addMapping(RWCString
const&, QString
const&)",file="src/tdn/field/preselem.cxx",fullname="/HITT/HMI/users/luuk/build/main/aramis_mk2/displaylibs/src/tdn/field/preselem.cxx",line="1053",times="0",original-location="\"/BUILDS/swp/luuk/build/main/aramis_mk2/displaylibs/src/tdn/field/preselem.cxx\":1053"}
debug:Current state: 2
debug:QUEUING COMMAND -break-insert -f qDumpObjectData440
10:34:24.642
stdout:(gdb)
status:Running...
status:Running...
10:34:24.673
stdout:31^running
10:34:24.675
stdout:*running,thread-id="all"
10:34:24.675
stdout:(gdb)
status:Stopped.
status:Temporarily stopped.
status:Handling queued commands.
10:34:24.745
stdout:*stopped,reason="signal-received",signal-name="SIGTRAP",signal-meaning="Trace/breakpoint
trap",thread-id="1",stopped-threads="all",frame={addr="0x00007ffff158ee50",func="memcmp",args=[],from="/lib64/libc.so.6"}
debug:RUNNING QUEUED COMMAND -break-insert -f qDumpObjectData440 207
input:32-break-insert -f qDumpObjectData440
input:33p temporaryStop
10:34:24.747
stdout:(gdb)
status:Running requested...
10:34:24.804
stdout:32^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="0x000000000057736b",func="qDumpObjectData440",file="src/aramis/gdbmacros.cpp",fullname="/HITT/HMI/users/luuk/build/main/aramis_mk2/aramis_mk2/src/aramis/gdbmacros.cpp",line="2495",times="0",original-location="qDumpObjectData440"}
input:34-exec-continue
10:34:24.805
stdout:(gdb)
status:Running requested...
status:Continuing after temporary stop.
10:34:24.903
stdout:&"p temporaryStop\n"
10:34:24.903
stdout:&"No symbol \"temporaryStop\" in current context.\n"
10:34:24.904
stdout:33^error,msg="No symbol \"temporaryStop\" in current context."
input:35-exec-continue
10:34:24.904
stdout:(gdb)
status:Running...
status:Running...
10:34:25.000
stdout:34^running
10:34:25.002
stdout:*running,thread-id="all"
10:34:25.002
stdout:(gdb)
status:Stopped: "signal-received"
status:Stopped.
10:34:55.499
stdout:*stopped,reason="signal-received",signal-name="SIGABRT",signal-meaning="Aborted",thread-id="1",stopped-threads="all",frame={addr="0x00007ffff1543645",func="raise",args=[],from="/lib64/libc.so.6"}
input:36info shared
input:37-stack-list-arguments 2 0 0
input:38-stack-list-locals 2
input:39-stack-list-frames 0 20
input:40-thread-list-ids
status:Running...
status:Running...
status:Stopped.
status:Program exited after receiving signal signal-name="SIGABRT"
10:34:55.521
stdout:(gdb)
10:34:55.521
stdout:35^running
10:34:55.523
stdout:*running,thread-id="all"
10:34:55.523
stdout:(gdb)
10:34:55.523
stdout:=thread-exited,id="1",group-id="2575"
10:34:55.523
stdout:=thread-group-exited,id="2575"
10:34:55.523
stdout:*stopped,reason="exited-signalled",signal-name="SIGABRT",signal-meaning="Aborted"
input:41-gdb-exit
10:34:55.524
stdout:(gdb)
status:Finished retrieving data.
10:34:55.598
stdout:&"info shared\n"
10:34:55.598
stdout:~"From To Syms Read Shared Object
Library\n"
10:34:55.598
stdout:~"0x00007ffff7de0b00 0x00007ffff7df7dc4 Yes
/lib64/ld-linux-x86-64.so.2\n"
10:34:55.598
stdout:36^done
10:34:55.598
stdout:(gdb)
10:34:55.598
stdout:37^error,msg="No registers."
10:34:55.598
stdout:(gdb)
10:34:55.598
stdout:38^error,msg="No registers."
10:34:55.598
stdout:(gdb)
10:34:55.598
stdout:39^error,msg="No registers."
10:34:55.598
stdout:(gdb)
10:34:55.598
stdout:40^done,thread-ids={},number-of-threads="0"
input:[10:34:55.598] <Rebuild Watchmodel>
10:34:55.599
stdout:(gdb)
status:Debugger exited.
10:34:55.720
stdout:41^exit
debug:GDBENGINE EXITDEBUFFER: 0_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator