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 341794 - Rhythmbox crash on startup
Rhythmbox crash on startup
Status: RESOLVED NOTGNOME
Product: rhythmbox
Classification: Other
Component: general
0.9.4.1
Other Linux
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-15 04:08 UTC by James
Modified: 2006-06-04 18:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description James 2006-05-15 04:08:54 UTC
Not sure when this happens, but after the crash, I just kill the process and reopen rhythmbox and it works fine.
(gdb) bt
  • #0 gdk_drawable_get_type
    from /usr/lib/libgdk-x11-2.0.so.0
  • #1 gdk_drawable_get_depth
    from /usr/lib/libgdk-x11-2.0.so.0
  • #2 _gdk_x11_have_render
    from /usr/lib/libgdk-x11-2.0.so.0
  • #3 gdk_draw_drawable
    from /usr/lib/libgdk-x11-2.0.so.0
  • #4 gdk_pixmap_get_type
    from /usr/lib/libgdk-x11-2.0.so.0
  • #5 gdk_draw_drawable
    from /usr/lib/libgdk-x11-2.0.so.0
  • #6 cl_progressbar_fill
    from /usr/lib/gtk-2.0/2.4.0/engines/libclearlooks.so
  • #7 clearlooks_rc_style_register_type
    from /usr/lib/gtk-2.0/2.4.0/engines/libclearlooks.so
  • #8 gtk_paint_box
    from /usr/lib/libgtk-x11-2.0.so.0
  • #9 gtk_progress_bar_new_with_adjustment
    from /usr/lib/libgtk-x11-2.0.so.0
  • #10 gtk_progress_bar_new_with_adjustment
    from /usr/lib/libgtk-x11-2.0.so.0
  • #11 rb_statusbar_set_source
  • #12 g_main_context_is_owner
    from /usr/lib/libglib-2.0.so.0
  • #13 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #14 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #16 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #17 main

Comment 1 Alex Lancaster 2006-05-15 10:38:56 UTC
Thanks for the bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash. Can you get us one with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so.
Comment 2 James "Doc" Livingston 2006-05-16 09:58:11 UTC
This looks like a bug in clearlooks, and looks the same as bug 303964 and bug 169310. Does it still occur if you use a different GTK theme?
Comment 3 James 2006-06-04 18:50:24 UTC
Nope, can't say it does.