frank90psi / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
GNU General Public License v2.0
0 stars 0 forks source link

Crash in single instance mode #258

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In some cases (i didn't caught them, unfortunately) when trying to play 
new item in single instance mode (adding through dbus) with enabled 
'replace and play' gnome-mplayer crashes with:

(gnome-mplayer:9267): Gtk-CRITICAL **: gtk_list_store_get_value: assertion 
`VALID_ITER (iter, list_store)' failed

(gnome-mplayer:9267): GLib-GObject-WARNING **: /build/buildd/
glib2.0-2.16.6/gobject/gtype.c:3362: type id `0' is invalid

(gnome-mplayer:9267): GLib-GObject-WARNING **: can't peek value table for 
type `<invalid>' which is not currently referenced

bt: 

#0  0x0000003d658195eb in gtk_tree_model_get_valist () from /usr/lib/
libgtk-x11-2.0.so.0
#1  0x0000003d658198a1 in gtk_tree_model_get () from /usr/lib/libgtk-
x11-2.0.so.0
#2  0x000000000042daf8 in play_iter (playiter=0x64ab80, start_second=0) at 
main.c:228
#3  0x00000000004304b4 in filter_func (connection=0xcf66a0, message=<value 
optimized out>, user_data=<value optimized out>) at dbus-interface.c:127
#4  0x0000003d66c0e12c in dbus_connection_dispatch () from /usr/lib/
libdbus-1.so.3
#5  0x0000003d67409855 in ?? () from /usr/lib/libdbus-glib-1.so.2
#6  0x0000003c86637384 in g_main_context_dispatch () from /usr/lib/
libglib-2.0.so.0
#7  0x0000003c8663a695 in ?? () from /usr/lib/libglib-2.0.so.0
#8  0x0000003c8663a9b5 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#9  0x0000003d65745f03 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#10 0x000000000042f0a7 in main (argc=1, argv=0x7fff29120128) at main.c:1063

PS I tried older revision and seems it's broken since r1458.

PPS Rather frequently this crash is happening when passing to already 
running instance second or third file.

Original issue reported on code.google.com by assaul...@googlemail.com on 7 Aug 2009 at 7:51

GoogleCodeExporter commented 8 years ago
Fixed in r1489

Original comment by kdeko...@gmail.com on 7 Aug 2009 at 1:11