Here is a new gdb input and gdb output.
I have switched of debugging debug helper.
I did not press 'continue' my self this time, so it continued automatically.
But 'temporarily' is must longer than I was used to. ( at least more than one
minute now).
I am using this gdb for a longer time already and had periods with no problem.
Concerning the remark: "i.e. the dumpers are loaded but not properly called,
but that's a different problem]",
I have another thread in this mailing list concerning the use of the de debug
helper. I was trying to experimetn for that, but I cannot do that now, because
of this breakpoint problem.
Luuk
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of André Pönitz
Sent: 06 May 2009 11:14
To: [email protected]
Subject: Re: [Qt-creator] Not stopping at breakpoint
On Wednesday 06 May 2009 10:47:11 ext Kuiper, Luuk wrote:
> 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.
It should stop there only temporarily.
> 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.
That's probably that's the one that was supposed to continue from the temporary
break.
Looks like a timing / reordering problem.
Could you check with a current git build?
Also, you seem to use a gdb cvs version. That's fine in theory, but your output
contains
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"
i.e. your gdb produces _two_ running notifications for one 'continue'.
That's a bit strange...
[The next "interesting" bit is:
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
i.e. the dumpers are loaded but not properly called, but that's a different
problem]
And the following might be the real problem:
debug:Current state: 2
debug:QUEUING COMMAND -break-insert -f qDumpObjectData440
Do you have "Debug debugging helpers" switched on?
If so, could you re-try after switching them off?
Andre'
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator
status:Starting Debugger: gdb --tty=/tmp/qt_temp.r19799 -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: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
"/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
11:31:03.178
stdout:~"GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs\n"
11:31:03.178
stdout:~"Copyright (C) 2008 Free Software Foundation, Inc.\n"
11:31:03.178
stdout:~"License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>\n"
11:31:03.178
stdout:~"This is free software: you are free to change and redistribute it.\n"
11:31:03.178
stdout:~"There is NO WARRANTY, to the extent permitted by law. Type \"show
copying\"\n"
11:31:03.178
stdout:~"and \"show warranty\" for details.\n"
11:31:03.178
stdout:~"This GDB was configured as \"x86_64-suse-linux\".\n"
11:31:03.178
stdout:~"For bug reporting instructions, please see:\n"
11:31:03.178
stdout:~"<http://bugs.opensuse.org/>.\n"
11:31:03.178
stdout:(gdb)
11:31:03.178
stdout:&"show version\n"
11:31:03.178
stdout:~"GNU gdb (GDB; openSUSE 11.1) 6.8.50.20081120-cvs\n"
11:31:03.178
stdout:~"Copyright (C) 2008 Free Software Foundation, Inc.\n"
11:31:03.178
stdout:~"License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>\n"
11:31:03.178
stdout:~"This is free software: you are free to change and redistribute it.\n"
11:31:03.178
stdout:~"There is NO WARRANTY, to the extent permitted by law. Type \"show
copying\"\n"
11:31:03.178
stdout:~"and \"show warranty\" for details.\n"
11:31:03.178
stdout:~"This GDB was configured as \"x86_64-suse-linux\".\n"
11:31:03.178
stdout:~"For bug reporting instructions, please see:\n"
11:31:03.178
stdout:~"<http://bugs.opensuse.org/>.\n"
11:31:03.178
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
11:31:03.179
stdout:(gdb)
11:31:03.179
stdout:&"set print static-members off\n"
11:31:03.179
stdout:2^done
11:31:03.179
stdout:(gdb)
11:31:03.179
stdout:&"set breakpoint pending on\n"
11:31:03.179
stdout:3^done
11:31:03.179
stdout:(gdb)
11:31:03.179
stdout:&"set print elements 10000\n"
11:31:03.179
stdout:4^done
11:31:03.179
stdout:(gdb)
11:31:03.179
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"]
11:31:03.179
stdout:(gdb)
11:31:03.179
stdout:&"set overload-resolution off\n"
11:31:03.179
stdout:6^done
11:31:03.179
stdout:(gdb)
11:31:03.179
stdout:&"handle SIGSEGV nopass stop print\n"
11:31:03.179
stdout:~"Signal Stop\tPrint\tPass to program\tDescription\n"
11:31:03.179
stdout:~"SIGSEGV Yes\tYes\tNo\t\tSegmentation fault\n"
11:31:03.179
stdout:7^done
11:31:03.179
stdout:(gdb)
11:31:03.179
stdout:&"set unwindonsignal on\n"
11:31:03.179
stdout:8^done
11:31:03.179
stdout:(gdb)
11:31:03.179
stdout:&"pwd\n"
11:31:03.179
stdout:~"Working directory
/HITT/HMI/users/luuk/build/main/aramis_mk2/aramis_mk2/inifiles.\n"
11:31:03.179
stdout:9^done
debug:PWD RESULT: /HITT/HMI/users/luuk/build/main/aramis_mk2/aramis_mk2/inifiles
11:31:03.179
stdout:(gdb)
11:31:03.179
stdout:&"set width 0\n"
11:31:03.180
stdout:10^done
11:31:03.180
stdout:(gdb)
11:31:03.180
stdout:&"set height 0\n"
11:31:03.180
stdout:11^done
11:31:03.180
stdout:(gdb)
11:31:06.277
stdout:12^done
11:31:06.277
stdout:(gdb)
11:31:06.278
stdout:13^done
11:31:06.278
stdout:(gdb)
11:31:06.279
stdout:&"set auto-solib-add off\n"
11:31:06.280
stdout:14^done
11:31:06.280
stdout:(gdb)
11:31:06.281
stdout:&"info target\n"
11:31:06.281
stdout:~"Symbols from
\"/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d\".\n"
11:31:06.281
stdout:~"Local exec file:\n"
status:Running requested...
11:31:06.282
stdout:~"\t`/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d',
file type elf64-x86-64.\n"
11:31:06.282
stdout:~"\tEntry point: 0x4e9f20\n"
11:31:06.282
stdout:~"\t0x0000000000400238 - 0x0000000000400254 is .interp\n"
11:31:06.282
stdout:~"\t0x0000000000400254 - 0x0000000000400274 is .note.ABI-tag\n"
11:31:06.282
stdout:~"\t0x0000000000400274 - 0x000000000040028c is .note.SuSE\n"
11:31:06.282
stdout:~"\t0x000000000040028c - 0x00000000004002b0 is .note.gnu.build-id\n"
11:31:06.282
stdout:~"\t0x00000000004002b0 - 0x0000000000411124 is .hash\n"
11:31:06.282
stdout:~"\t0x0000000000411128 - 0x000000000041e38c is .gnu.hash\n"
11:31:06.282
stdout:~"\t0x000000000041e390 - 0x0000000000453880 is .dynsym\n"
11:31:06.282
stdout:~"\t0x0000000000453880 - 0x00000000004a8817 is .dynstr\n"
11:31:06.282
stdout:~"\t0x00000000004a8818 - 0x00000000004acf2c is .gnu.version\n"
11:31:06.282
stdout:~"\t0x00000000004acf30 - 0x00000000004ad030 is .gnu.version_r\n"
11:31:06.282
stdout:~"\t0x00000000004ad030 - 0x00000000004d38f8 is .rela.dyn\n"
11:31:06.282
stdout:~"\t0x00000000004d38f8 - 0x00000000004e0fc0 is .rela.plt\n"
11:31:06.282
stdout:~"\t0x00000000004e0fc0 - 0x00000000004e0fd8 is .init\n"
11:31:06.282
stdout:~"\t0x00000000004e0fd8 - 0x00000000004e9f18 is .plt\n"
11:31:06.282
stdout:~"\t0x00000000004e9f20 - 0x0000000001641f28 is .text\n"
11:31:06.282
stdout:~"\t0x0000000001641f28 - 0x0000000001641f36 is .fini\n"
11:31:06.282
stdout:~"\t0x0000000001641f40 - 0x000000000192b9f8 is .rodata\n"
11:31:06.282
stdout:~"\t0x000000000192b9f8 - 0x0000000001a137ac is .eh_frame_hdr\n"
11:31:06.282
stdout:~"\t0x0000000001a137b0 - 0x0000000001de5564 is .eh_frame\n"
11:31:06.282
stdout:~"\t0x0000000001de5564 - 0x0000000001f1d8aa is .gcc_except_table\n"
11:31:06.282
stdout:~"\t0x000000000211e820 - 0x00000000021227f0 is .ctors\n"
11:31:06.282
stdout:~"\t0x00000000021227f0 - 0x0000000002122800 is .dtors\n"
11:31:06.282
stdout:~"\t0x0000000002122800 - 0x0000000002122808 is .jcr\n"
11:31:06.282
stdout:~"\t0x0000000002122820 - 0x00000000022793d8 is .data.rel.ro\n"
11:31:06.282
stdout:~"\t0x00000000022793d8 - 0x0000000002279808 is .dynamic\n"
11:31:06.282
stdout:~"\t0x0000000002279808 - 0x0000000002285fd8 is .got\n"
11:31:06.282
stdout:~"\t0x0000000002285fe8 - 0x000000000228a798 is .got.plt\n"
11:31:06.282
stdout:~"\t0x000000000228a7a0 - 0x000000000229b75c is .data\n"
11:31:06.282
stdout:~"\t0x000000000229b760 - 0x000000000244a320 is .bss\n"
11:31:06.282
stdout:15^done
input:16tbreak *0x4e9f20
input:17-exec-run
11:31:06.284
stdout:(gdb)
11:31:06.321
stdout:&"tbreak *0x4e9f20\n"
11:31:06.324
stdout:~"Temporary breakpoint 1 at 0x4e9f20: file
../sysdeps/x86_64/elf/start.S, line 65.\n"
11:31:06.325
stdout:16^done
11:31:06.325
stdout:(gdb)
11:31:06.326
stdout:=thread-group-created,id="20485"
11:31:06.327
stdout:=thread-created,id="1",group-id="20485"
11:31:06.328
stdout:17^running
11:31:06.328
stdout:*running,thread-id="all"
11:31:06.328
stdout:(gdb)
11:31:06.399
stdout:*running,thread-id="all"
11:31:06.453
stdout:~"[Thread debugging using libthread_db enabled]\n"
status:Stopped.
11:31:06.568
stdout:*stopped,reason="breakpoint-hit",disp="del",bkptno="1",thread-id="1",stopped-threads="all",frame={addr="0x00000000004e9f20",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"
11:31:06.600
stdout:~"Current language: auto; currently asm\n"
11:31:06.600
stdout:(gdb)
11:31:06.602
stdout:&"info proc\n"
11:31:06.603
stdout:~"process 20485\n"
11:31:06.604
stdout:~"cmdline =
'/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d'\n"
11:31:06.605
stdout:~"cwd =
'/HITT/HMI/users/luuk/build/main/aramis_mk2/aramis_mk2/inifiles'\n"
11:31:06.605
stdout:~"exe =
'/BUILDS/swp/luuk/build/main/aramis_mk2/aramis_mk2/bin/x86_64-linux/aramis_d'\n"
11:31:06.605
stdout:18^done
debug:FOUND PID 20485
11:31:06.605
stdout:(gdb)
11:31:06.605
stdout:&"sharedlibrary libc\n"
11:31:06.613
stdout:~"Loaded symbols for /usr/lib64/libcrypto.so.0.9.8\n"
11:31:06.618
stdout:~"Loaded symbols for /lib64/libc.so.6\n"
11:31:06.619
stdout:~"Loaded symbols for /lib64/libcrypt.so.1\n"
11:31:06.620
stdout:~"Loaded symbols for /lib64/libcom_err.so.2\n"
11:31:06.621
stdout:19^done
11:31:06.621
stdout:(gdb)
11:31:06.621
stdout:&"sharedlibrary libdl\n"
11:31:06.623
stdout:~"Loaded symbols for /lib64/libdl.so.2\n"
11:31:06.624
stdout:20^done
11:31:06.625
stdout:(gdb)
11:31:06.626
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"
11:31:06.774
stdout:~"$1 = (void *) 0x244b5e0\n"
11:31:06.776
stdout:21^done
11:31:06.776
stdout:(gdb)
11:31:06.776
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"
11:31:06.827
stdout:&"No symbol \"__dlopen\" in current context.\n"
status:Custom dumper setup: No symbol "__dlopen" in current context.
11:31:06.828
stdout:22^error,msg="No symbol \"__dlopen\" in current context."
11:31:06.828
stdout:(gdb)
11:31:06.840
stdout:&"sharedlibrary
.see.6.0.0.x86_64-linux.products.qt.4.4.3.qtc-debugging-helper.libgdbmacros.so.1.0.0\n"
11:31:06.840
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"
11:31:06.840
stdout:23^done
11:31:06.840
stdout:(gdb)
11:31:06.840
stdout:&"call (void*)qDumpObjectData440(1,24+1,0,0,0,0,0,0)\n"
11:31:06.911
stdout:&"Invalid cast.\n"
11:31:06.913
stdout:24^error,msg="Invalid cast."
11:31:06.913
stdout:(gdb)
11:31:06.913
stdout:&"p (char*)&qDumpOutBuffer\n"
11:31:06.936
stdout:~"$2 = 0x7fffee89af60 \"\""
status:Debugging helpers not found.
11:31:06.937
stdout:~"\n"
11:31:06.937
stdout:25^done
11:31:06.937
stdout:(gdb)
11:31:06.938
stdout:&"set auto-solib-add on\n"
11:31:06.938
stdout:26^done
11:31:06.938
stdout:(gdb)
11:31:06.938
stdout:&"set stop-on-solib-events 0\n"
11:31:06.953
stdout:27^done
11:31:06.953
stdout:(gdb)
11:31:06.953
stdout:&"sharedlibrary .*\n"
11:31:06.953
stdout:~"Loaded symbols for /lib64/ld-linux-x86-64.so.2\n"
11:31:06.953
stdout:~"Loaded symbols for /usr/lib64/libboost_filesystem.so.1.36.0\n"
11:31:06.953
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libagentx.so.0\n"
11:31:06.953
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtOpenGL.so.4\n"
11:31:06.953
stdout:~"Loaded symbols for /usr/lib64/libGLU.so.1\n"
11:31:06.953
stdout:~"Loaded symbols for /usr/lib64/libGL.so.1\n"
11:31:06.953
stdout:~"Loaded symbols for /usr/lib64/libpq.so.5\n"
11:31:06.953
stdout:~"Loaded symbols for /usr/lib64/libpgtypes.so.3\n"
11:31:06.953
stdout:~"Loaded symbols for /usr/lib64/libecpg.so.6\n"
11:31:06.959
stdout:~"Loaded symbols for /usr/lib64/libldap-2.4.so.2\n"
11:31:06.959
stdout:~"Loaded symbols for /usr/lib64/liblber-2.4.so.2\n"
11:31:06.959
stdout:~"Loaded symbols for /usr/lib64/libssl.so.0.9.8\n"
11:31:06.959
stdout:~"Symbols already loaded for /usr/lib64/libcrypto.so.0.9.8\n"
11:31:06.963
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtDBus.so.4\n"
11:31:06.968
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtSvg.so.4\n"
11:31:06.974
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtSql.so.4\n"
11:31:06.979
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtXml.so.4\n"
11:31:07.078
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtGui.so.4\n"
11:31:07.080
stdout:~"Loaded symbols for /usr/lib64/libpng12.so.0\n"
11:31:07.081
stdout:~"Loaded symbols for /usr/lib64/libSM.so.6\n"
11:31:07.082
stdout:~"Loaded symbols for /usr/lib64/libICE.so.6\n"
11:31:07.083
stdout:~"Loaded symbols for /usr/lib64/libXi.so.6\n"
11:31:07.083
stdout:~"Loaded symbols for /usr/lib64/libXrender.so.1\n"
11:31:07.083
stdout:~"Loaded symbols for /usr/lib64/libXrandr.so.2\n"
11:31:07.085
stdout:~"Loaded symbols for /usr/lib64/libfreetype.so.6\n"
11:31:07.085
stdout:~"Loaded symbols for /usr/lib64/libfontconfig.so.1\n"
11:31:07.086
stdout:~"Loaded symbols for /usr/lib64/libXext.so.6\n"
11:31:07.089
stdout:~"Loaded symbols for /usr/lib64/libX11.so.6\n"
11:31:07.102
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtNetwork.so.4\n"
11:31:07.123
stdout:~"Loaded symbols for /see/6.0.0/x86_64-linux/lib/libQtCore.so.4\n"
11:31:07.124
stdout:~"Loaded symbols for /lib64/libz.so.1\n"
11:31:07.126
stdout:~"Loaded symbols for /usr/lib64/libgthread-2.0.so.0\n"
11:31:07.127
stdout:~"Loaded symbols for /lib64/librt.so.1\n"
11:31:07.130
stdout:~"Loaded symbols for /usr/lib64/libglib-2.0.so.0\n"
11:31:07.131
stdout:~"Symbols already loaded for /lib64/libdl.so.2\n"
11:31:07.131
stdout:~"Symbols already loaded for /lib64/libpthread.so.0\n"
11:31:07.145
stdout:~"Loaded symbols for /usr/lib64/libstdc++.so.6\n"
11:31:07.147
stdout:~"Loaded symbols for /lib64/libm.so.6\n"
11:31:07.148
stdout:~"Loaded symbols for /lib64/libgcc_s.so.1\n"
11:31:07.149
stdout:~"Symbols already loaded for /lib64/libc.so.6\n"
11:31:07.150
stdout:~"Loaded symbols for /usr/lib64/libboost_system.so.1.36.0\n"
11:31:07.150
stdout:~"Loaded symbols for /usr/lib64/libXxf86vm.so.1\n"
11:31:07.151
stdout:~"Loaded symbols for /usr/lib64/libXdamage.so.1\n"
11:31:07.151
stdout:~"Loaded symbols for /usr/lib64/libXfixes.so.3\n"
11:31:07.151
stdout:~"Loaded symbols for /usr/lib64/libdrm.so.2\n"
11:31:07.153
stdout:~"Loaded symbols for /usr/lib64/libgssapi_krb5.so.2\n"
11:31:07.153
stdout:~"Symbols already loaded for /lib64/libcrypt.so.1\n"
11:31:07.154
stdout:~"Loaded symbols for /usr/lib64/libldap_r-2.4.so.2\n"
11:31:07.156
stdout:~"Loaded symbols for /usr/lib64/libsasl2.so.2\n"
11:31:07.157
stdout:~"Loaded symbols for /lib64/libresolv.so.2\n"
11:31:07.159
stdout:~"Loaded symbols for /lib64/libuuid.so.1\n"
11:31:07.160
stdout:~"Loaded symbols for /lib64/libexpat.so.1\n"
11:31:07.162
stdout:~"Loaded symbols for /usr/lib64/libXau.so.6\n"
11:31:07.163
stdout:~"Loaded symbols for /usr/lib64/libxcb-xlib.so.0\n"
11:31:07.166
stdout:~"Loaded symbols for /usr/lib64/libxcb.so.1\n"
11:31:07.167
stdout:~"Loaded symbols for /usr/lib64/libpcre.so.0\n"
11:31:07.171
stdout:~"Loaded symbols for /usr/lib64/libkrb5.so.3\n"
11:31:07.173
stdout:~"Loaded symbols for /usr/lib64/libk5crypto.so.3\n"
11:31:07.174
stdout:~"Symbols already loaded for /lib64/libcom_err.so.2\n"
11:31:07.175
stdout:~"Loaded symbols for /usr/lib64/libkrb5support.so.0\n"
11:31:07.176
stdout:~"Loaded symbols for /lib64/libkeyutils.so.1\n"
11:31:07.176
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"
11:31:07.176
stdout:28^done
11:31:07.176
stdout:(gdb)
11:31:07.176
stdout:&"info shared\n"
11:31:07.179
stdout:~"From To Syms Read Shared Object
Library\n"
11:31:07.179
stdout:~"0x00007ffff7de0b00 0x00007ffff7df7dc4 Yes
/lib64/ld-linux-x86-64.so.2\n"
11:31:07.179
stdout:~"0x00007ffff7bd2820 0x00007ffff7bdad78 Yes
/usr/lib64/libboost_filesystem.so.1.36.0\n"
11:31:07.179
stdout:~"0x00007ffff79b7d30 0x00007ffff79c0218 Yes
/see/6.0.0/x86_64-linux/lib/libagentx.so.0\n"
11:31:07.179
stdout:~"0x00007ffff7749900 0x00007ffff777bcf8 Yes
/see/6.0.0/x86_64-linux/lib/libQtOpenGL.so.4\n"
11:31:07.179
stdout:~"0x00007ffff74bbd30 0x00007ffff7513928 Yes
/usr/lib64/libGLU.so.1\n"
11:31:07.179
stdout:~"0x00007ffff7257490 0x00007ffff7293e88 Yes
/usr/lib64/libGL.so.1\n"
11:31:07.179
stdout:~"0x00007ffff701a280 0x00007ffff702e518 Yes
/usr/lib64/libpq.so.5\n"
11:31:07.179
stdout:~"0x00007ffff6e03e70 0x00007ffff6e0da78 Yes
/usr/lib64/libpgtypes.so.3\n"
11:31:07.179
stdout:~"0x00007ffff6af4a20 0x00007ffff6afe138 Yes
/usr/lib64/libecpg.so.6\n"
11:31:07.179
stdout:~"0x00007ffff68bc2e0 0x00007ffff68e4d88 Yes
/usr/lib64/libldap-2.4.so.2\n"
11:31:07.179
stdout:~"0x00007ffff66a1990 0x00007ffff66a9ef8 Yes
/usr/lib64/liblber-2.4.so.2\n"
11:31:07.179
stdout:~"0x00007ffff6463260 0x00007ffff648d488 Yes
/usr/lib64/libssl.so.0.9.8\n"
11:31:07.179
stdout:~"0x00007ffff613aaf0 0x00007ffff61e1a08 Yes
/usr/lib64/libcrypto.so.0.9.8\n"
11:31:07.179
stdout:~"0x00007ffff5e741f0 0x00007ffff5ebc1a8 Yes
/see/6.0.0/x86_64-linux/lib/libQtDBus.so.4\n"
11:31:07.179
stdout:~"0x00007ffff5c12a50 0x00007ffff5c437d8 Yes
/see/6.0.0/x86_64-linux/lib/libQtSvg.so.4\n"
11:31:07.179
stdout:~"0x00007ffff5962850 0x00007ffff59d49d8 Yes
/see/6.0.0/x86_64-linux/lib/libQtSql.so.4\n"
11:31:07.179
stdout:~"0x00007ffff570df00 0x00007ffff5734ac8 Yes
/see/6.0.0/x86_64-linux/lib/libQtXml.so.4\n"
11:31:07.179
stdout:~"0x00007ffff4d782c0 0x00007ffff52f5308 Yes
/see/6.0.0/x86_64-linux/lib/libQtGui.so.4\n"
11:31:07.179
stdout:~"0x00007ffff48cdec0 0x00007ffff48e9378 Yes
/usr/lib64/libpng12.so.0\n"
11:31:07.180
stdout:~"0x00007ffff46c1d20 0x00007ffff46c67c8 Yes
/usr/lib64/libSM.so.6\n"
11:31:07.180
stdout:~"0x00007ffff44a8560 0x00007ffff44b6e98 Yes
/usr/lib64/libICE.so.6\n"
11:31:07.180
stdout:~"0x00007ffff429aa10 0x00007ffff42a04b8 Yes
/usr/lib64/libXi.so.6\n"
11:31:07.180
stdout:~"0x00007ffff4090b70 0x00007ffff40970c8 Yes
/usr/lib64/libXrender.so.1\n"
11:31:07.180
stdout:~"0x00007ffff3e887d0 0x00007ffff3e8ca18 Yes
/usr/lib64/libXrandr.so.2\n"
11:31:07.180
stdout:~"0x00007ffff3c0e0d0 0x00007ffff3c64bc8 Yes
/usr/lib64/libfreetype.so.6\n"
11:31:07.180
stdout:~"0x00007ffff39d5340 0x00007ffff39ed998 Yes
/usr/lib64/libfontconfig.so.1\n"
11:31:07.180
stdout:~"0x00007ffff37c0950 0x00007ffff37cb478 Yes
/usr/lib64/libXext.so.6\n"
11:31:07.180
stdout:~"0x00007ffff34a0250 0x00007ffff352f1b8 Yes
/usr/lib64/libX11.so.6\n"
11:31:07.180
stdout:~"0x00007ffff31a15c0 0x00007ffff322c5d8 Yes
/see/6.0.0/x86_64-linux/lib/libQtNetwork.so.4\n"
11:31:07.180
stdout:~"0x00007ffff2d6f9c0 0x00007ffff2eaf7d8 Yes
/see/6.0.0/x86_64-linux/lib/libQtCore.so.4\n"
11:31:07.180
stdout:~"0x00007ffff2ad9260 0x00007ffff2ae4af8 Yes /lib64/libz.so.1\n"
11:31:07.180
stdout:~"0x00007ffff28d3750 0x00007ffff28d4cd8 Yes
/usr/lib64/libgthread-2.0.so.0\n"
11:31:07.180
stdout:~"0x00007ffff26cb2e0 0x00007ffff26cef38 Yes
/lib64/librt.so.1\n"
11:31:07.180
stdout:~"0x00007ffff24192e0 0x00007ffff24763a8 Yes
/usr/lib64/libglib-2.0.so.0\n"
11:31:07.180
stdout:~"0x00007ffff2200df0 0x00007ffff2201958 Yes
/lib64/libdl.so.2\n"
11:31:07.180
stdout:~"0x00007ffff1fe9280 0x00007ffff1ff4468 Yes
/lib64/libpthread.so.0\n"
11:31:07.180
stdout:~"0x00007ffff1d2eae0 0x00007ffff1da47c6 Yes
/usr/lib64/libstdc++.so.6\n"
11:31:07.180
stdout:~"0x00007ffff1a85e60 0x00007ffff1aba878 Yes /lib64/libm.so.6\n"
11:31:07.180
stdout:~"0x00007ffff186ccc0 0x00007ffff187dce8 Yes
/lib64/libgcc_s.so.1\n"
11:31:07.181
stdout:~"0x00007ffff152f210 0x00007ffff161b50c Yes /lib64/libc.so.6\n"
11:31:07.181
stdout:~"0x00007ffff130e450 0x00007ffff130edf8 Yes
/usr/lib64/libboost_system.so.1.36.0\n"
11:31:07.181
stdout:~"0x00007ffff1107fc0 0x00007ffff110b048 Yes
/usr/lib64/libXxf86vm.so.1\n"
11:31:07.181
stdout:~"0x00007ffff0f04ba0 0x00007ffff0f05708 Yes
/usr/lib64/libXdamage.so.1\n"
11:31:07.181
stdout:~"0x00007ffff0cff5d0 0x00007ffff0d02478 Yes
/usr/lib64/libXfixes.so.3\n"
11:31:07.181
stdout:~"0x00007ffff0af7ab0 0x00007ffff0afb2b8 Yes
/usr/lib64/libdrm.so.2\n"
11:31:07.181
stdout:~"0x00007ffff08cf6d0 0x00007ffff08eed58 Yes
/usr/lib64/libgssapi_krb5.so.2\n"
11:31:07.181
stdout:~"0x00007ffff068cb80 0x00007ffff0695e28 Yes
/lib64/libcrypt.so.1\n"
11:31:07.181
stdout:~"0x00007ffff044f720 0x00007ffff047acd8 Yes
/usr/lib64/libldap_r-2.4.so.2\n"
11:31:07.181
stdout:~"0x00007ffff0228d90 0x00007ffff02391b8 Yes
/usr/lib64/libsasl2.so.2\n"
11:31:07.181
stdout:~"0x00007ffff00108e0 0x00007ffff001c878 Yes
/lib64/libresolv.so.2\n"
11:31:07.181
stdout:~"0x00007fffefe096f0 0x00007fffefe0abb8 Yes
/lib64/libuuid.so.1\n"
11:31:07.181
stdout:~"0x00007fffefbe1e40 0x00007fffefbfb518 Yes
/lib64/libexpat.so.1\n"
11:31:07.181
stdout:~"0x00007fffef9daec0 0x00007fffef9dbc08 Yes
/usr/lib64/libXau.so.6\n"
11:31:07.181
stdout:~"0x00007fffef7d8730 0x00007fffef7d8938 Yes
/usr/lib64/libxcb-xlib.so.0\n"
11:31:07.203
stdout:~"0x00007fffef5c56f0 0x00007fffef5d0768 Yes
/usr/lib64/libxcb.so.1\n"
11:31:07.203
stdout:~"0x00007fffef38d6e0 0x00007fffef3aa2c8 Yes
/usr/lib64/libpcre.so.0\n"
11:31:07.203
stdout:~"0x00007fffef103590 0x00007fffef1743a8 Yes
/usr/lib64/libkrb5.so.3\n"
11:31:07.203
stdout:~"0x00007fffeeec9a80 0x00007fffeeedd8e8 Yes
/usr/lib64/libk5crypto.so.3\n"
11:31:07.203
stdout:~"0x00007fffeecc1230 0x00007fffeecc1bc8 Yes
/lib64/libcom_err.so.2\n"
11:31:07.203
stdout:~"0x00007fffeeab8ea0 0x00007fffeeabcb38 Yes
/usr/lib64/libkrb5support.so.0\n"
11:31:07.203
stdout:~"0x00007fffee8b4bb0 0x00007fffee8b5138 Yes
/lib64/libkeyutils.so.1\n"
11:31:07.203
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"
11:31:07.203
stdout:29^done
11:31:07.204
stdout:(gdb)
status:Running requested...
11:32:08.278
stdout:30^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000c02af6",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"}
input:--- token barrier ---
input:31-exec-continue
11:32:08.280
stdout:(gdb)
status:Running...
status:Running...
11:32:08.338
stdout:31^running
11:32:08.339
stdout:*running,thread-id="all"
11:32:08.339
stdout:(gdb)
11:33:57.106
stdout:=thread-exited,id="1",group-id="20485"
status:Stopped.
status:Program exited normally
11:33:57.107
stdout:=thread-group-exited,id="20485"
11:33:57.107
stdout:*stopped,reason="exited-normally"
input:32-gdb-exit
11:33:57.108
stdout:(gdb)
status:Debugger exited.
11:33:57.201
stdout:32^exit
debug:GDBENGINE EXITDEBUFFER: 01show 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 *0x4e9f20
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"
--- token barrier ---
31-exec-continue
32-gdb-exit_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator