Comment 19 for bug 58192

Revision history for this message
Martin Emrich (emme) wrote :

Installed xmms-dbgsym. Here's my gdb session, I had to interrupt because it stalled after the first error message:

martin@garrett:~$ LANG=C gdb xmms
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...Using host libthread_db library
"/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/xmms
[Thread debugging using libthread_db enabled]
[New Thread 47162551178288 (LWP 9793)]

Gtk-WARNING **: Unable to locate loadable module in module_path: "libindustrial.
so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libindustrial.
so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libindustrial.
so",
[New Thread 1082132816 (LWP 9796)]

Gtk-WARNING **: Unable to locate loadable module in module_path: "libindustrial.
so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libindustrial.
so",

Gtk-WARNING **: Unable to locate loadable module in module_path: "libindustrial.
so",
Message: device: hw:0,0
Gdk-ERROR **: BadMatch (invalid parameter attributes)
  serial 1509 error_code 8 request_code 72 minor_code 0

 ----------------8<------- pressed CTRL-C here --------------->8----------

Program received signal SIGINT, Interrupt.
[Switching to Thread 47162551178288 (LWP 9793)]
0x00002ae4e2e3b7f6 in poll () from /lib/libc.so.6
(gdb) bt
#0 0x00002ae4e2e3b7f6 in poll () from /lib/libc.so.6
#1 0x00002ae4e2a5b146 in _XRead32 () from /usr/lib/libX11.so.6
#2 0x0004000500000007 in ?? ()
#3 0x0000000000000000 in ?? ()
(gdb) t 2
[Switching to thread 2 (Thread 1082132816 (LWP 9796))]#0 0x00002ae4e25eb8e6 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
(gdb) bt
#0 0x00002ae4e25eb8e6 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#1 0x0000000000428e9f in ctrlsocket_func (arg=<value optimized out>)
    at controlsocket.c:230
#2 0x00002ae4e25e83ca in start_thread () from /lib/libpthread.so.0
#3 0x00002ae4e2e4455d in clone () from /lib/libc.so.6
#4 0x0000000000000000 in ?? ()
(gdb)

Ciao

Martin