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 341497 - multiple crashes in applications with CVS HEAD
multiple crashes in applications with CVS HEAD
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.9.x
Other Linux
: Normal blocker
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-05-12 01:42 UTC by Diego González
Modified: 2006-05-12 16:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Diego González 2006-05-12 01:42:41 UTC
all of the crashes happend because applications are crashing on GTK CRITICAL warnings.

The problem is this:

Gtk-CRITICAL **: gtk_window_group_remove_window: assertion `window->group == window_group' failed
aborting...


A tipical backtrace of this problem is:

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 IA__g_logv
    at gmessages.c line 497
  • #4 IA__g_log
    at gmessages.c line 517
  • #5 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #6 IA__gtk_window_group_remove_window
    at gtkwindow.c line 7093
  • #7 gtk_window_unset_transient_for
    at gtkwindow.c line 1832
  • #8 IA__gtk_window_set_transient_for
    at gtkwindow.c line 1890
  • #9 attach_widget_hierarchy_changed
    at gtkmenu.c line 1029
  • #10 IA__g_cclosure_marshal_VOID__OBJECT
    at gmarshal.c line 636
  • #11 IA__g_closure_invoke
    at gclosure.c line 490
  • #12 signal_emit_unlocked_R
    at gsignal.c line 2438
  • #13 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #14 IA__g_signal_emit
    at gsignal.c line 2241
  • #15 gtk_widget_propagate_hierarchy_changed_recurse
    at gtkwidget.c line 5074
  • #16 gtk_bin_forall
    at gtkbin.c line 133
  • #17 IA__gtk_container_forall
    at gtkcontainer.c line 1261
  • #18 gtk_widget_propagate_hierarchy_changed_recurse
    at gtkwidget.c line 5078
  • #19 _gtk_widget_propagate_hierarchy_changed
    at gtkwidget.c line 5115
  • #20 gtk_plug_set_is_child
    at gtkplug.c line 171
  • #21 _gtk_plug_remove_from_socket
    at gtkplug.c line 309
  • #22 gtk_socket_unrealize
    at gtksocket.c line 371
  • #23 bonobo_socket_add_id
    from /opt/gnome2/lib/libbonoboui-2.so.0
  • #24 ??
    from /usr/lib/libgobject-2.0.so.0
  • #25 ??
  • #26 ??
  • #27 ??
  • #28 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77

This crash happends for example when switching in evolution from mail to calendar. When evolution exits. When i click on the drop down arrow that the back button has in epiphany, etc.
Comment 1 Matthias Clasen 2006-05-12 16:18:20 UTC
Should be fixed now.