After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597706 - rhythmbox crashed with SIGSEGV in g_object_get()
rhythmbox crashed with SIGSEGV in g_object_get()
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
0.12.x
Other Linux
: Normal critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 603405 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-10-07 16:39 UTC by Pedro Villavicencio
Modified: 2009-12-01 09:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pedro Villavicencio 2009-10-07 16:39:19 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/rhythmbox/+bug/445047

"I was trying to play an audio cd"

rhythmbox version is: 

0.12.5-0ubuntu1

".

Thread 1 (process 2689)

  • #0 g_object_get
    from /usr/lib/libgobject-2.0.so.0
  • #1 get_db_for_source
    at rb-audiocd-source.c line 151
  • #2 rb_audiocd_source_cmd_reload_metadata
    at rb-audiocd-source.c line 586
  • #3 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #4 ??
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #7 _gtk_action_emit_activate
    at /build/buildd/gtk+2.0-2.18.2/gtk/gtkaction.c line 727
  • #8 button_clicked
    at /build/buildd/gtk+2.0-2.18.2/gtk/gtktoolbutton.c line 705
  • #9 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #10 ??
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #13 gtk_real_button_released
    at /build/buildd/gtk+2.0-2.18.2/gtk/gtkbutton.c line 1707
  • #14 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #15 ??
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #18 gtk_button_button_release
    at /build/buildd/gtk+2.0-2.18.2/gtk/gtkbutton.c line 1599
  • #19 _gtk_marshal_BOOLEAN__BOXED
    at /build/buildd/gtk+2.0-2.18.2/gtk/gtkmarshalers.c line 84
  • #20 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #21 ??
    from /usr/lib/libgobject-2.0.so.0
  • #22 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #23 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #24 gtk_widget_event_internal
    at /build/buildd/gtk+2.0-2.18.2/gtk/gtkwidget.c line 4767
  • #25 IA__gtk_propagate_event
    at /build/buildd/gtk+2.0-2.18.2/gtk/gtkmain.c line 2415
  • #26 IA__gtk_main_do_event
    at /build/buildd/gtk+2.0-2.18.2/gtk/gtkmain.c line 1620
  • #27 gdk_event_dispatch
    at /build/buildd/gtk+2.0-2.18.2/gdk/x11/gdkevents-x11.c line 2369
  • #28 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #29 ??
    from /lib/libglib-2.0.so.0
  • #30 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #31 IA__gtk_main
    at /build/buildd/gtk+2.0-2.18.2/gtk/gtkmain.c line 1216
  • #32 main
    at main.c line 332

Comment 1 Jonathan Matthew 2009-10-10 01:05:43 UTC
commit 4dcbd0caa14a1ee0a7e4750db9b330b496eb175d
Author: Jonathan Matthew <jonathan@d14n.org>
Date:   Sat Oct 10 11:03:21 2009 +1000

    audiocd: remove action group from UI manager when disposing (bug 597706)
    
    The action group previously was not removed from the UI manager.  This
    meant that the 'reload' action remained, with a pointer to the old
    (disposed) source object as the user data.  Removing it from the UI
    manager when disposing one source causes the action to be recreated when
    creating a new source, so it'll have the right user data.
Comment 2 Jonathan Matthew 2009-12-01 09:45:24 UTC
*** Bug 603405 has been marked as a duplicate of this bug. ***