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 98622 - Random crashes - backtrace provided
Random crashes - backtrace provided
Status: RESOLVED DUPLICATE of bug 97992
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2002-11-15 17:30 UTC by Patrick Aussems
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Patrick Aussems 2002-11-15 17:30:41 UTC
Strange bug, happens sometimes when I close windows. I haven't been able to
find a way to reproduce it reliably. Here is the backtrace I could get from
the bug:

  • #0 gdk_drawable_set_colormap
    from /usr/lib/libgdk-x11-2.0.so.0
  • #1 gdk_pixmap_new
    from /usr/lib/libgdk-x11-2.0.so.0
  • #2 gdk_window_begin_paint_region
    from /usr/lib/libgdk-x11-2.0.so.0
  • #3 gdk_window_begin_paint_rect
    from /usr/lib/libgdk-x11-2.0.so.0
  • #4 meta_frames_paint_to_drawable
    at frames.c line 1732
  • #5 meta_frames_expose_event
    at frames.c line 1565
  • #6 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #11 gtk_signal_emit
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 gtk_widget_send_expose
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 gtk_widget_send_expose
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 gdk_window_clear_area_e
    from /usr/lib/libgdk-x11-2.0.so.0
  • #16 gdk_window_process_all_updates
  • #17 gdk_window_process_all_updates
    from /usr/lib/libgdk-x11-2.0.so.0
  • #18 g_timeout_add
    from /usr/lib/libglib-2.0.so.0
  • #19 g_get_current_time
    from /usr/lib/libglib-2.0.so.0
  • #20 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #21 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #22 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #23 main
    at main.c line 339

Info: gtk = 2.0.8, metacity = cvs2002115

Regards,

Patrick
Comment 1 Alex Duggan 2002-11-15 18:39:44 UTC
is this a gtk+ bug?
Comment 2 Heath Harrelson 2002-11-15 19:03:58 UTC
I believe so.  And it's a duplicate, at any rate.

*** This bug has been marked as a duplicate of 97992 ***