annolinux / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

Crashes / Unexpected behavior on DnD in playlist #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add some items to playlist, start playing
2. Change position of currently playing item with drag'n'drop
3. Wait untill end of plaiyng of current item or press 'next'/'previous' 
button

What do you see instead?
Sometimes gnome-mplayer crashes, sometimes just stops to playing.

What version of the product are you using?
svn, revision 1273.

Please provide any additional information below.

Backtrace:

#0  0x00007fee5593529e in ?? () from /usr/lib/libglib-2.0.so.0
#1  0x00007fee587c4c4f in gtk_list_store_iter_is_valid () from /usr/lib/
libgtk-x11-2.0.so.0
#2  0x00000000004265f3 in next_item_in_playlist (iter=0x668fa0) at 
support.c:1633
#3  0x000000000043105b in launch_player (data=<value optimized out>) at 
thread.c:1181
#4  0x00007fee55943234 in ?? () from /usr/lib/libglib-2.0.so.0
#5  0x00007fee5a09e3f7 in start_thread () from /lib/libpthread.so.0
#6  0x00007fee5565bb3d in clone () from /lib/libc.so.6
#7  0x0000000000000000 in ?? ()

Original issue reported on code.google.com by assaul...@googlemail.com on 10 May 2009 at 9:26

GoogleCodeExporter commented 9 years ago
Drag and Drop reordering should have not been enabled, corrected that.

Original comment by kdeko...@gmail.com on 15 May 2009 at 8:02