Guayadeque crashes after some minutes of playing

General discussions
Locked
hummerstyle
Posts: 2
Joined: Sat Jan 21, 2012 3:03 pm

Guayadeque crashes after some minutes of playing

Post by hummerstyle »

Hi there! I got some problems with the program, it seems to crash after a while... usually it happens when I:
-set the volume
-try to create/modify a playlist, or the smart playlist

I proved all the versions, the svn is the one that seems to last longer but it still crashes after 5-10 minutes :(

I tried to recreate the bug with the backtrace and this is what came out (it crashed when I moved some songs trying to create a playlist):

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff768a100 in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
(gdb) bt
#0 0x00007ffff768a100 in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#1 0x00007ffff3aa6828 in ?? ()
from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#2 0x00007ffff637c0a4 in g_closure_invoke ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#3 0x00007ffff638e02a in ?? ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#4 0x00007ffff6397483 in g_signal_emit_valist ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#5 0x00007ffff6397852 in g_signal_emit ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#6 0x00007ffff3bc0dc1 in ?? ()
from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#7 0x00007ffff3aa4fbb in gtk_main_do_event ()
from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#8 0x00007ffff371802c in ?? ()
from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#9 0x00007ffff60bba5d in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007ffff60bc258 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007ffff60bc792 in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007ffff3aa3db7 in gtk_main ()



Oh, if it matters, I run Guayadeque under Mint 12 64bit
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Guayadeque crashes after some minutes of playing

Post by anonbeat »

Can you tell me what version are you using and where you installed from ?
Can you try to install the version from my ppa ?

Thanks for your help
hummerstyle
Posts: 2
Joined: Sat Jan 21, 2012 3:03 pm

Guayadeque crashes after some minutes of playing

Post by hummerstyle »

I'm using the 0.3.4-1757 that I installed from SVN (using the guide from here: http://guayadeque.org/forums/index.php? ... installing).

I tried from your PPA 2-3 weeks ago but it crashed on the same bugs.... I'll try again
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Guayadeque crashes after some minutes of playing

Post by anonbeat »

This backtrace looks like wxWidgets, glibc related sorry
Locked