Comment 2 for bug 948664

Revision history for this message
Joshua Taylor (joshuaaaron+lp) wrote :

I've been trying to run drkonqi manually to connect to a running kate, and getting the same sort of problem. E.g.,

$ /usr/lib/kde4/libexec/drkonqi --pid 23327 --bugaddress <myemailaddress> --signal 1 --appname "appname" --programname "programname" --apppath "/appath" --appversion "appversion"

I can view the stacktrace, though "The generated crash information is not useful." When I click "list of files" (under "install the needed packages (list of files) and click the /Reload/ button."), a dialog appears: "The packages containing debug information for the following applications and libraries are missing: /usr/bin/kate", but I have already installed kate-dbg. Just the same I have tried "Install Debug Symbols" which presents a progress dialog for a while, then generates a new backtrace (the same as the existing one). There is console output at this point:

87 ../sysdeps/unix/sysv/linux/poll.c: No such file or directory.

The generated trace follows, and the only ?? appearances are for libQtScript (for which there don't seem to be debug packages). I'm not sure which packages drkonqi actually wants to install, nor why.

Application: programname (kate), signal: Hangup
[Current thread is 1 (Thread 0x7f9f3da7b780 (LWP 23327))]

Thread 3 (Thread 0x7f9f297cc700 (LWP 23329)):
#0 0x00007f9f3d3b5473 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1 0x00007f9f3a50ef68 in g_main_context_poll (n_fds=3, fds=0x7b3bc0, timeout=-1, context=0x81bde0, priority=<optimized out>) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3402
#2 g_main_context_iterate (context=0x81bde0, block=<optimized out>, dispatch=1, self=<optimized out>) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3084
#3 0x00007f9f3a50f792 in g_main_loop_run (loop=0x81bd90) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3297
#4 0x00007f9f31b5c516 in gdbus_shared_thread_func (user_data=0x81bdb0) at /build/buildd/glib2.0-2.30.0/./gio/gdbusprivate.c:276
#5 0x00007f9f3a5342b6 in g_thread_create_proxy (data=0x81bed0) at /build/buildd/glib2.0-2.30.0/./glib/gthread.c:1962
#6 0x00007f9f3a9e0efc in start_thread (arg=0x7f9f297cc700) at pthread_create.c:304
#7 0x00007f9f3d3c159d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#8 0x0000000000000000 in ?? ()

Thread 2 (Thread 0x7f9f22775700 (LWP 23330)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1 0x00007f9f23613fe2 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2 0x00007f9f23614019 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3 0x00007f9f3a9e0efc in start_thread (arg=0x7f9f22775700) at pthread_create.c:304
#4 0x00007f9f3d3c159d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5 0x0000000000000000 in ?? ()

Thread 1 (Thread 0x7f9f3da7b780 (LWP 23327)):
#0 0x00007f9f3d3b5473 in __GI___poll (fds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:87
#1 0x00007f9f3a50ef68 in g_main_context_poll (n_fds=9, fds=0xf04ec0, timeout=-1, context=0x6bc4e0, priority=<optimized out>) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3402
#2 g_main_context_iterate (context=0x6bc4e0, block=<optimized out>, dispatch=1, self=<optimized out>) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3084
#3 0x00007f9f3a50f429 in g_main_context_iteration (context=0x6bc4e0, may_block=1) at /build/buildd/glib2.0-2.30.0/./glib/gmain.c:3152
#4 0x00007f9f3b2caed6 in QEventDispatcherGlib::processEvents (this=0x68afa0, flags=<optimized out>) at kernel/qeventdispatcher_glib.cpp:422
#5 0x00007f9f3c8a210e in QGuiEventDispatcherGlib::processEvents (this=<optimized out>, flags=<optimized out>) at kernel/qguieventdispatcher_glib.cpp:204
#6 0x00007f9f3b29ecf2 in QEventLoop::processEvents (this=<optimized out>, flags=...) at kernel/qeventloop.cpp:149
#7 0x00007f9f3b29eef7 in QEventLoop::exec (this=0x7fff76456960, flags=...) at kernel/qeventloop.cpp:201
#8 0x00007f9f3b2a3789 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1064
#9 0x00007f9f3d6850d5 in kdemain (argc=<optimized out>, argv=<optimized out>) at ../../../kate/app/katemain.cpp:377
#10 0x00007f9f3d2ff30d in __libc_start_main (main=0x400630 <main(int, char**)>, argc=1, ubp_av=0x7fff76457f58, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff76457f48) at libc-start.c:226
#11 0x0000000000400661 in _start ()