Guayadeque suddenly stopped working...

General discussions
Locked
anonplay
Posts: 2
Joined: Wed Sep 04, 2013 7:39 am

Guayadeque suddenly stopped working...

Post by anonplay »

Hi,
I'm using Guayadeque on x64 ubuntu 12.04, and it suddenly stopped working. I've re-installed from source code and ran a backtrace in gdb after it hung:
(gdb) bt
#0 0x00007ffff41193e3 in ppoll () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff6622bd3 in gst_poll_wait () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
#2 0x00007ffff661fe86 in ?? () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
#3 0x00007ffff66212ff in ?? () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
#4 0x00007ffff662aa2c in gst_update_registry () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
#5 0x00007ffff65dec4d in ?? () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
#6 0x00007ffff60c7f70 in g_option_context_parse () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7 0x00007ffff65df58f in gst_init_check () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
#8 0x0000000000564eed in guMediaCtrl::Init() ()
#9 0x0000000000564feb in guMediaCtrl::guMediaCtrl(guPlayerPanel*) ()
#10 0x00000000005762fc in guPlayerPanel::guPlayerPanel(wxWindow*, guDbLibrary*, guPlayList*, guPlayerFilters*) ()
#11 0x000000000055cc6f in guMainFrame::guMainFrame(wxWindow*, guDbLibrary*, guDbCache*) ()
#12 0x000000000053b4a0 in guMainApp::OnInit() ()
#13 0x00007ffff7b1dd3b in wxEntry(int&, wchar_t**) () from /usr/lib/x86_64-linux-gnu/libwx_baseu-2.8.so.0
#14 0x00000000004971b2 in main ()
(gdb)

Any suggestions?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Guayadeque suddenly stopped working...

Post by anonbeat »

You must be missing some gstreamer plugins.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Guayadeque suddenly stopped working...

Post by anonbeat »

anonplay
Posts: 2
Joined: Wed Sep 04, 2013 7:39 am

Guayadeque suddenly stopped working...

Post by anonplay »

I checked the link, and I've got all the plugins you've listed, plus a few others:
:~$ dpkg --list|grep gstreamer
ii bluez-gstreamer 4.98-2ubuntu7 Bluetooth GStreamer support
ii gir1.2-gstreamer-0.10 0.10.36-1ubuntu1 Description: GObject introspection data for the GStreamer library
ii gstreamer0.10-alsa 0.10.36-1ubuntu0.1 GStreamer plugin for ALSA
ii gstreamer0.10-ffmpeg 0.10.13-1 FFmpeg plugin for GStreamer
ii gstreamer0.10-fluendo-mp3 0.10.15.debian-1ubuntu1 Fluendo mp3 decoder GStreamer plugin
ii gstreamer0.10-gconf 0.10.31-1ubuntu1.2 GStreamer plugin for getting the sink/source information from GConf
ii gstreamer0.10-gnonlin 0.10.17-2 non-linear editing module for GStreamer
ii gstreamer0.10-nice 0.1.1-2ubuntu1 ICE library (GStreamer plugin)
ii gstreamer0.10-plugins-bad 0.10.22.3-2ubuntu2.2 GStreamer plugins from the "bad" set
ii gstreamer0.10-plugins-bad-multiverse 0.10.21-1 GStreamer plugins from the "bad" set (Multiverse Variant)
ii gstreamer0.10-plugins-base 0.10.36-1ubuntu0.1 GStreamer plugins from the "base" set
ii gstreamer0.10-plugins-base-apps 0.10.36-1ubuntu0.1 GStreamer helper programs from the "base" set
ii gstreamer0.10-plugins-good 0.10.31-1ubuntu1.2 GStreamer plugins from the "good" set
ii gstreamer0.10-plugins-ugly 0.10.18.3-1ubuntu1 GStreamer plugins from the "ugly" set
ii gstreamer0.10-pulseaudio 0.10.31-1ubuntu1.2 GStreamer plugin for PulseAudio
ii gstreamer0.10-tools 0.10.36-1ubuntu1 Tools for use with GStreamer
ii gstreamer0.10-x 0.10.36-1ubuntu0.1 GStreamer plugins for X11 and Pango
ii libgstreamer-plugins-bad0.10-0 0.10.22.3-2ubuntu2.2 GStreamer shared libraries from the "bad" set
ii libgstreamer-plugins-base0.10-0 0.10.36-1ubuntu0.1 GStreamer libraries from the "base" set
ri libgstreamer-plugins-base0.10-0:i386 0.10.36-1ubuntu0.1 GStreamer libraries from the "base" set
ii libgstreamer0.10-0 0.10.36-1ubuntu1 Core GStreamer libraries and elements
ii libgstreamer0.10-0:i386 0.10.36-1ubuntu1 Core GStreamer libraries and elements
ii libgstreamer0.10-dev 0.10.36-1ubuntu1 GStreamer core development files
ii phonon-backend-gstreamer 4:4.7.0really4.6.2-0ubuntu0.1 Phonon GStreamer 0.10.x backend
:~$
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Guayadeque suddenly stopped working...

Post by anonbeat »

Can you build guayadeque from svn and compile with debug information using
./buildd and try to get a complete backtrace please ?
Locked