From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 6 18:50:04 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC96316A41F for ; Fri, 6 Jan 2006 18:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5412443D46 for ; Fri, 6 Jan 2006 18:50:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k06Io3nG012816 for ; Fri, 6 Jan 2006 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k06Io3Rl012812; Fri, 6 Jan 2006 18:50:03 GMT (envelope-from gnats) Resent-Date: Fri, 6 Jan 2006 18:50:03 GMT Resent-Message-Id: <200601061850.k06Io3Rl012812@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Thierry Herbelot Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1502616A41F for ; Fri, 6 Jan 2006 18:45:20 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6B8F43D48 for ; Fri, 6 Jan 2006 18:45:19 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k06IjJeP070632 for ; Fri, 6 Jan 2006 18:45:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k06IjJoo070631; Fri, 6 Jan 2006 18:45:19 GMT (envelope-from nobody) Message-Id: <200601061845.k06IjJoo070631@www.freebsd.org> Date: Fri, 6 Jan 2006 18:45:19 GMT From: Thierry Herbelot To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/91413: crash of rhythmbox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2006 18:50:04 -0000 >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: