Comment 3 for bug 320480

Revision history for this message
tdflanders (thomasdelbeke) wrote :

Sorry about the accidental hurestore attachment, I removed it.

<gdb output>:

root@thomas-laptop:/home/thomas# gdb beidgui 2>&1 | tee gdb-beidgui.txt
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) set logging file gdb-beidgui.log
(gdb) set logging on
Copying output to gdb-beidgui.log.
(gdb) run
Starting program: /usr/bin/beidgui
[Thread debugging using libthread_db enabled]
[New Thread 0xb63ab700 (LWP 21907)]
[New Thread 0xb639fb90 (LWP 21910)]
^C
Program received signal SIGINT, Interrupt.
[Switching to Thread 0xb63ab700 (LWP 21907)]
0xb80a6430 in __kernel_vsyscall ()
(gdb) backtrace full
#0 0xb80a6430 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb6f56f77 in poll () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb7407a86 in ?? () from /usr/lib/libwx_gtk2u_core-2.6.so.0
No symbol table info available.
#3 0xb65b5c32 in g_main_context_iterate (context=0x9897810, block=1, dispatch=1, self=0x9898690) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:3091
 max_priority = 2147483647
 timeout = -1
 some_ready = <value optimized out>
 nfds = 2
 allocated_nfds = <value optimized out>
 fds = (GPollFD *) 0x9886638
 __PRETTY_FUNCTION__ = "g_main_context_iterate"
#4 0xb65b62c2 in IA__g_main_loop_run (loop=0x9ca5418) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2986
 self = (GThread *) 0x9898690
 __PRETTY_FUNCTION__ = "IA__g_main_loop_run"
#5 0xb69403a9 in IA__gtk_main () at /build/buildd/gtk+2.0-2.14.4/gtk/gtkmain.c:1200
 tmp_list = (GList *) 0xffffffff
 functions = (GList *) 0x0
 init = (GtkInitFunction *) 0x9ca87d8
 loop = (GMainLoop *) 0x9ca5418
#6 0xb7421c1b in wxEventLoop::Run () from /usr/lib/libwx_gtk2u_core-2.6.so.0
No symbol table info available.
#7 0xb74ac80e in wxAppBase::MainLoop () from /usr/lib/libwx_gtk2u_core-2.6.so.0
No symbol table info available.
#8 0xb74ac441 in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u_core-2.6.so.0
No symbol table info available.
#9 0xb72371ba in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
No symbol table info available.
#10 0xb7237276 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
No symbol table info available.
#11 0x08057540 in main (argc=Cannot access memory at address 0x2
) at src/eidviewer/eidviewerApp.cpp:84
No locals.
(gdb) info registers
eax 0xfffffdfc -516
ecx 0x2 2
edx 0xffffffff -1
ebx 0x9886638 159934008
esp 0xbfca8264 0xbfca8264
ebp 0xbfca8288 0xbfca8288
esi 0xffffffff -1
edi 0xb6fd9ff4 -1224892428
eip 0xb80a6430 0xb80a6430 <__kernel_vsyscall+16>
eflags 0x246 [ PF ZF IF ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
(gdb) thread apply all backtrace

Thread 2 (Thread 0xb639fb90 (LWP 21910)):
#0 0xb80a6430 in __kernel_vsyscall ()
#1 0xb6fe83a2 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb7e956aa in QWaitCondition::wait () from /usr/lib/libqt-mt.so.3
#3 0xb715bf3c in CServerPoll::run () from /usr/lib/libbeidpcsclite.so.2
#4 0xb7b703cf in QThreadInstance::start () from /usr/lib/libqt-mt.so.3
#5 0xb6fe450f in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#6 0xb6f617ee in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread 0xb63ab700 (LWP 21907)):
#0 0xb80a6430 in __kernel_vsyscall ()
#1 0xb6f56f77 in poll () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7407a86 in ?? () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#3 0xb65b5c32 in g_main_context_iterate (context=0x9897810, block=1, dispatch=1, self=0x9898690) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:3091
#4 0xb65b62c2 in IA__g_main_loop_run (loop=0x9ca5418) at /build/buildd/glib2.0-2.18.2/glib/gmain.c:2986
#5 0xb69403a9 in IA__gtk_main () at /build/buildd/gtk+2.0-2.14.4/gtk/gtkmain.c:1200
#6 0xb7421c1b in wxEventLoop::Run () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#7 0xb74ac80e in wxAppBase::MainLoop () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#8 0xb74ac441 in wxAppBase::OnRun () from /usr/lib/libwx_gtk2u_core-2.6.so.0
#9 0xb72371ba in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#10 0xb7237276 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0
#11 0x08057540 in main (argc=Cannot access memory at address 0x2
) at src/eidviewer/eidviewerApp.cpp:84
(gdb) quit
The program is running. Exit anyway? (y or n) y
root@thomas-laptop:/home/thomas# beidgui --help
root@thomas-laptop:/home/thomas# man beidgui
No manual entry for beidgui
See 'man 7 undocumented' for help when manual pages are not available.