From terminal:
- Code: Select all
audacious
** (audacious:27678): CRITICAL **: playback_get_paused: assertion `playing' failed
Segmentation fault
GDB:
- Code: Select all
(gdb) run
Starting program: /usr/bin/audacious
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
WARNING: Audacious seems to be already running but is not responding.
** (audacious:27815): CRITICAL **: playback_get_paused: assertion `playing' failed
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff50c5431 in ?? () from /lib64/libc.so.6
(gdb) bt
#0 0x00007ffff50c5431 in ?? () from /lib64/libc.so.6
#1 0x00007ffff50c5146 in strdup () from /lib64/libc.so.6
#2 0x00000000004271ee in ?? ()
#3 0x0000000000428118 in ?? ()
#4 0x00007ffff584375f in ?? () from /usr/lib64/libdbus-glib-1.so.2
#5 0x00007ffff560c521 in ?? () from /usr/lib64/libdbus-1.so.3
#6 0x00007ffff55fe449 in dbus_connection_dispatch ()
from /usr/lib64/libdbus-1.so.3
#7 0x00007ffff5841165 in ?? () from /usr/lib64/libdbus-glib-1.so.2
#8 0x00007ffff6c2243a in g_main_context_dispatch ()
from /usr/lib64/libglib-2.0.so.0
#9 0x00007ffff6c22800 in ?? () from /usr/lib64/libglib-2.0.so.0
#10 0x00007ffff6c22bfa in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0
#11 0x00007ffff64cfead in gtk_main () from /usr/lib64/libgtk-3.so.0
#12 0x0000000000414037 in ?? ()
#13 0x00007ffff5068d0d in __libc_start_main () from /lib64/libc.so.6
#14 0x000000000040e1d9 in ?? ()
#15 0x00007fffffffd8a8 in ?? ()
#16 0x00000000ffffffff in ?? ()
#17 0x0000000000000001 in ?? ()
#18 0x00007fffffffdc78 in ?? ()
#19 0x0000000000000000 in ?? ()
(gdb) c
Continuing.
[LWP 27815 exited]
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)

