Page 1 of 1

Crash (related to DBUS?)

Posted: Thu May 12, 2011 2:26 pm
by Lysias
A new song just started playing and the program crashed. Hopefully the backtrace shows something interesting:

01.15.01: Adding track at 1305238501 played 262 seconds
[New Thread 0x7fffd254b700 (LWP 32215)]
[New Thread 0x7fffd2d4c700 (LWP 32216)]
[Thread 0x7fffd2d4c700 (LWP 32216) exited]
[New Thread 0x7fffd2d4c700 (LWP 32219)]
01.15.01: Trying to get url: http://lyrics.wikia.com/Metallica:Whiskey_in_the_Jar

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe8c87700 (LWP 3167)]
0x00007ffff48f7bfc in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3

(gdb) bt
#0 0x00007ffff48f7bfc in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#1 0x00007ffff48f7c69 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#2 0x00007ffff48f7e8c in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#3 0x00007ffff48e6c6a in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#4 0x00007ffff48e6eb0 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#5 0x00007ffff48e71f4 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#6 0x00007ffff48e72d0 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#7 0x00007ffff48e754a in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#8 0x00007ffff48e43db in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#9 0x00007ffff48ec070 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#10 0x00007ffff48f4127 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#11 0x00007ffff48f4261 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#12 0x00007ffff48dc5d4 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#13 0x00007ffff48df868 in dbus_connection_dispatch () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#14 0x00007ffff48dfd96 in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#15 0x00000000006f8f7f in guDBusThread::Entry (this=0x3786ef0) at /home/lysias/bin/guayadeque/src/dbus/gudbus.cpp:585
#16 0x00007ffff7b6c631 in wxThreadInternal::PthreadStart(wxThread*) () from /usr/lib/libwx_baseu-2.8.so.0
#17 0x00007ffff46b9d8c in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#18 0x00007ffff393904d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#19 0x0000000000000000 in ?? ()

Crash (related to DBUS?)

Posted: Thu May 12, 2011 9:07 pm
by anonbeat
Yes the crash was at the dbus library and looks like nothing related to guayadeque itself. Please let me know if you can repeat it.

Thanks for your help

Crash (related to DBUS?)

Posted: Sat May 14, 2011 5:40 pm
by dodjie60
In reference to Lysias bug, I dont know if this post is related to his bug. In my case message regarding dbus is as follows:

process 978: arguments to dbus_message_iter_append_basic() were incorrect, assertion "*bool_p == 0 || *bool_p == 1" failed in file dbus-message.c line 2541.
This is normally a bug in some application using the D-Bus library.
process 978: Array or variant type requires that type boolean be written, but int32 was written.
The overall signature expected here was '' and we are on byte 139 of that signature.
process 978: Writing an element of type array, but the expected type here is int32
The overall signature expected here was '' and we are on byte 141 of that signature.
process 978: Array or variant type requires that type array be written, but byte was written.
The overall signature expected here was '' and we are on byte 142 of that signature.
process 978: Array or variant type requires that type byte be written, but end_struct was written.
The overall signature expected here was '' and we are on byte 143 of that signature.
09:31:38 PHT: guMainFrame::OnLyricFound
process 978: arguments to dbus_message_iter_append_basic() were incorrect, assertion "*bool_p == 0 || *bool_p == 1" failed in file dbus-message.c line 2541.
This is normally a bug in some application using the D-Bus library.
process 978: arguments to dbus_message_iter_append_basic() were incorrect, assertion "*bool_p == 0 || *bool_p == 1" failed in file dbus-message.c line 2541.
This is normally a bug in some application using the D-Bus library.
process 978: arguments to dbus_message_iter_append_basic() were incorrect, assertion "*bool_p == 0 || *bool_p == 1" failed in file dbus-message.c line 2541.
This is normally a bug in some application using the D-Bus library.
process 978: arguments to dbus_message_iter_append_basic() were incorrect, assertion "*bool_p == 0 || *bool_p == 1" failed in file dbus-message.c line

Reinstalled 0.2.9-1500 still the same problem.

Crash (related to DBUS?)

Posted: Sun May 15, 2011 1:12 am
by anonbeat
Use 0.3.1 please

Thanks for your help

Crash (related to DBUS?)

Posted: Sun May 15, 2011 2:54 am
by dodjie60
Installed 0.3.1, solved my problem.

Thanks a lot anonbeat, you have one great audio player.