Page 1 of 1

Segfault in revision 1405

Posted: Wed Dec 22, 2010 6:31 am
by mr_hangman
I started the last song in the now playing list (smart mode off, no crossfading), walked away, came back and found this.
I guess it's libc again.

01:51:21 PM: OnMediaPosition... 30110 - 165575 1293025843 0
01:51:22 PM: OnMediaPosition... 31112 - 165575 1293025843 0
01:51:23 PM: OnMediaPosition... 32114 - 165575 1293025843 0
01:51:24 PM: OnMediaPosition... 33094 - 165575 1293025843 0
01:51:24 PM: ***************************************************************************** guMediaCtrl::Stop
01:51:24 PM: CurrentPlayBin: 1293025843
01:51:24 PM: * * * * * * * * * * current stream list * * * * * * * * * *
01:51:24 PM: [1293025843] 'playing'
01:51:24 PM: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
01:51:24 PM: guFaderPlayBin::StartFade (1293025843) 1.00, 0.00, 200
01:51:24 PM: guTimeLine::ValueChanged to 0.00
01:51:24 PM: CurrentPlayBin: 1293025843
01:51:24 PM: * * * * * * * * * * current stream list * * * * * * * * * *
01:51:24 PM: [1293025843] 'fading->stopped'
01:51:24 PM: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
01:51:24 PM: Got Application Message guayadeque-fade-out-done
01:51:24 PM: guMediaCtrl::FadeInStart
01:51:24 PM: CurrentPlayBin: 1293025843
01:51:24 PM: * * * * * * * * * * current stream list * * * * * * * * * *
01:51:24 PM: [1293025843] 'fading->stopped'
01:51:24 PM: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
01:51:24 PM: guMediaCtrl:FadeOutDone
01:51:24 PM: guFaderPlayBin::Stop (1293025843)
[Thread 0xa87fdb70 (LWP 17411) exited]
01:51:24 PM: OnMediaState: 2 1293025843 0
01:51:24 PM: guMediaCtrl::GetState 4
01:51:24 PM: StatusChanged( 2, 0, 0, 0 )
01:51:24 PM: guMediaCtrl::GetState 4
01:51:24 PM: OnMediaPosition... 0 - 0 1293025843 0
[Thread 0xaa1ffb70 (LWP 17405) exited]
[Thread 0xabd07b70 (LWP 17406) exited]
[Thread 0xa6503b70 (LWP 17665) exited]
[New Thread 0xa6503b70 (LWP 20217)]
[Thread 0xa6503b70 (LWP 20217) exited]

Program received signal SIGSEGV, Segmentation fault.
0xb721d0aa in strcmp () from /lib/libc.so.6
(gdb) bt
#0 0xb721d0aa in strcmp () from /lib/libc.so.6
#1 0xb60ea2c2 in g_mount_info_equal () from /usr/lib/libgvfscommon.so.0
#2 0xb5f45c19 in ?? () from /usr/lib/gio/modules/libgvfsdbus.so
#3 0xb5f45c97 in ?? () from /usr/lib/gio/modules/libgvfsdbus.so
#4 0xb788a788 in g_cclosure_marshal_VOID__POINTER ()
from /usr/lib/libgobject-2.0.so.0
#5 0xb786da72 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#6 0xb78808a0 in ?? () from /usr/lib/libgobject-2.0.so.0
#7 0xb7889306 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#8 0xb78894b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#9 0xb60eabcc in ?? () from /usr/lib/libgvfscommon.so.0
#10 0xb75a5cd3 in dbus_connection_dispatch () from /usr/lib/libdbus-1.so.3
#11 0xb60e417d in ?? () from /usr/lib/libgvfscommon.so.0
#12 0xb77d1b72 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#13 0xb77d2350 in ?? () from /usr/lib/libglib-2.0.so.0
#14 0xb77d2a1b in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#15 0xb6ed75b9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#16 0xb7c5a7a8 in wxEventLoop::Run() () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#17 0xb7ce454e in wxAppBase::MainLoop() ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#18 0xb7ce3e91 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#19 0xb7eef09b in wxEntry(int&, wchar_t**) ()
from /usr/lib/libwx_baseu-2.8.so.0
---Type to continue, or q to quit---
#20 0xb7eef147 in wxEntry(int&, char**) () from /usr/lib/libwx_baseu-2.8.so.0
#21 0x0814f05b in main (argc=1, argv=0xbffff754)
at /home/tian/guayadeque/src/MainApp.cpp:36
(gdb)

I couldn't reproduce it so far.

Segfault in revision 1405

Posted: Wed Dec 22, 2010 9:34 am
by anonbeat
Its a bug reported by some ppl here and its a gvfs bug

Segfault in revision 1405

Posted: Wed Dec 22, 2010 11:11 am
by mr_hangman
Oh, thanks. I didn't notice libgvfsdbus.so in the backtrace.