Crashes upon reordering of playlist

Use this category to discuss anything related to the development of Guayadeque.
Locked
jaschau
Posts: 2
Joined: Wed Jun 29, 2011 4:14 am

Crashes upon reordering of playlist

Post by jaschau »

Hey,

first of all, thanks for this great player, it's really the best player I've had the pleasure to use so far on Linux :)
However, I'm experiencing reproducible crashes upon adding items to the playlist and reordering those afterward.
For example, the crash always occurs if I add two songs to the playlist and shift the last one up afterwards.
I'm running the latest SVN revision 1652 under Ubuntu 11.04 with Gnome 3. However, the crashes have also been present under Gnome 2, albeit with prior versions of Guayadeque.
Backtrace looks like this:

Program received signal SIGSEGV, Segmentation fault.
0x0038e310 in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
(gdb) bt
#0 0x0038e310 in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#1 0x01233a04 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#2 0x00871372 in g_closure_invoke ()
from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#3 0x00884048 in ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#4 0x0088c8d7 in g_signal_emit_valist ()
from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#5 0x0088ccc2 in g_signal_emit ()
from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
#6 0x01368836 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#7 0x01232114 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#8 0x0152da0a in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#9 0x00a27aa8 in g_main_context_dispatch ()
from /lib/i386-linux-gnu/libglib-2.0.so.0
#10 0x00a28270 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
#11 0x00a2892b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
#12 0x01230c39 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#13 0x0038fe08 in wxEventLoop::Run() () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#14 0x00418bce in wxAppBase::MainLoop() ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#15 0x00418511 in wxAppBase::OnRun() () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#16 0x001a5c7b in wxEntry(int&, wchar_t**) ()
from /usr/lib/libwx_baseu-2.8.so.0
---Type to continue, or q to quit---
#17 0x001a5d27 in wxEntry(int&, char**) () from /usr/lib/libwx_baseu-2.8.so.0
#18 0x08172bab in main (argc=1, argv=0xbfffeda4)
at /home/jascha/Temp/guayadeque/src/MainApp.cpp:39

Any help would be greatly appreciated.
Regards,

jaschau
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Crashes upon reordering of playlist

Post by anonbeat »

Thanks a lot for your bug report. I will try to fix it asap.
Locked