Comment 21 for bug 931134

Revision history for this message
ause (ause) wrote :

me-tv 1.3.6 on 12.04 with ~/.local/share/me-tv removed gives this stack when interrupted:

(gdb) where
#0 __lll_lock_wait () at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:132
#1 0x00007ffff56d709b in _L_lock_1006 () from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007ffff56d701c in __pthread_mutex_lock (mutex=0x6dfd20) at pthread_mutex_lock.c:101
#3 0x00007ffff51a3391 in g_static_rec_mutex_lock (mutex=0x6d5ae0) at /build/buildd/glib2.0-2.31.20/./glib/deprecated/gthread-deprecated.c:712
#4 0x000000000044ff57 in Lock (mutex=..., this=0x7fffffffcdd0) at /usr/include/glibmm-2.4/glibmm/thread.h:885
#5 Data::Statement::Statement (this=0x7fffffffcdd0, connection=..., command=...) at data.cc:40
#6 0x0000000000452024 in Data::TableAdapter::replace_rows (this=0x7fffffffd740, data_table=...) at data.cc:345
#7 0x000000000042e5a4 in Application::initialise_database (this=0x7fffffffdf10) at application.cc:316
#8 0x000000000043024d in Application::run (this=0x7fffffffdf10) at application.cc:376
#9 0x0000000000414a5d in main (argc=1, argv=0x7fffffffe0b8) at main.cc:152
(gdb)

1.4.x gives a similar stack for the me-tv-server though i don't have a debug version yet.

hope it helps...