Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jan 2006 18:45:19 GMT
From:      Thierry Herbelot <thierry@herbelot.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91413: crash of rhythmbox
Message-ID:  <200601061845.k06IjJoo070631@www.freebsd.org>
Resent-Message-ID: <200601061850.k06Io3Rl012812@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91413
>Category:       ports
>Synopsis:       crash of rhythmbox
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 06 18:50:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Herbelot
>Release:        FreeBSD 6.0-STABLE
>Organization:
>Environment:
FreeBSD diversion 6.0-STABLE FreeBSD 6.0-STABLE #3: Sun Jan  1 16:59:57 CET 2006     XX@YY:/usr/obj/usr/src/sys/GENERIC  i386
the ports on the machines are up-to-date (the ports tree was cvsuped yesterday, and a portupgrade -a was also done yesterday)
>Description:
according to http://mail.gnome.org/archives/rhythmbox-devel/2005-December/msg00022.html
rhythmbox 9.2 contains a bug in player/rb-player-gst.c
(correction in http://cvs.gnome.org/viewcvs/rhythmbox/player/rb-player-gst.c?r1=1.51&r2=1.52)

the problem is a crash of rhythmbox when playing certain types of files

a gdb trace is :
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x80f3000 (LWP 100201)]
0x289e453b in g_type_check_value_holds () from /usr/local/lib/libgobject-2.0.so.0
(gdb) where
#0  0x289e453b in g_type_check_value_holds () from /usr/local/lib/libgobject-2.0.so.0
#1  0x289e98d4 in g_value_set_double () from /usr/local/lib/libgobject-2.0.so.0
#2  0x080a87fc in rb_player_set_replaygain ()
#3  0x0806bf7e in rb_shell_player_toggle_mute ()
#4  0x0806cba0 in rb_shell_player_sync_buttons ()
#5  0x0806d397 in rb_shell_player_do_next ()
#6  0x0806e4d0 in rb_shell_player_play_entry ()
#7  0x289db668 in g_cclosure_marshal_VOID__VOID () from /usr/local/lib/libgobject-2.0.so.0
#8  0x289c741d in g_closure_invoke () from /usr/local/lib/libgobject-2.0.so.0
#9  0x289da1c6 in g_signal_has_handler_pending () from /usr/local/lib/libgobject-2.0.so.0
#10 0x289db060 in g_signal_emit_valist () from /usr/local/lib/libgobject-2.0.so.0
#11 0x289db2ac in g_signal_emit () from /usr/local/lib/libgobject-2.0.so.0
#12 0x080a831f in rb_player_open ()
#13 0x28d36098 in g_child_watch_add () from /usr/local/lib/libglib-2.0.so.0
#14 0x28d332d1 in g_main_context_dispatch () from /usr/local/lib/libglib-2.0.so.0
#15 0x28d34b71 in g_main_context_acquire () from /usr/local/lib/libglib-2.0.so.0
#16 0x28d34dcc in g_main_loop_run () from /usr/local/lib/libglib-2.0.so.0
#17 0x28c1a665 in bonobo_main () from /usr/local/lib/libbonobo-2.so.0
#18 0x080653b9 in main ()

(I did not compile with debugging info)
>How-To-Repeat:
I do not which of my music files are causing crashes, but I have had random crashes of rhythmbox over the last months
>Fix:
according to the mailing lists, the lack of initialization is a bug and should be corrected.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601061845.k06IjJoo070631>