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 775674 - Gdk-CRITICAL **: gdk_window_get_window_type: assertion 'GDK_IS_WINDOW (window)' failed
Gdk-CRITICAL **: gdk_window_get_window_type: assertion 'GDK_IS_WINDOW (window...
Status: RESOLVED DUPLICATE of bug 771242
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-12-05 23:40 UTC by gnome.vrb
Modified: 2016-12-05 23:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description gnome.vrb 2016-12-05 23:40:39 UTC
(gdb) bt
  • #0 gdk_window_get_window_type
    at ././gdk/gdkwindow.c line 2235
  • #1 gtk_grab_add
    at ././gtk/gtkmain.c line 2211
  • #2 gtk_menu_shell_activate
    at ././gtk/gtkmenushell.c line 632
  • #3 gtk_menu_shell_real_select_item
    at ././gtk/gtkmenushell.c line 1281
  • #4 gtk_combo_box_menu_popup
    at ././gtk/gtkcombobox.c line 2185
  • #5 gtk_combo_box_menu_button_press
    at ././gtk/gtkcombobox.c line 2818
  • #10 <emit signal ??? on instance 0x555555a88600 [GtkToggleButton]>
    at ././gobject/gsignal.c line 3447
  • #11 gtk_widget_event_internal
    at ././gtk/gtkwidget.c line 7723
  • #12 propagate_event
    at ././gtk/gtkmain.c line 2567
  • #13 propagate_event
    at ././gtk/gtkmain.c line 2669
  • #14 gtk_main_do_event
    at ././gtk/gtkmain.c line 1890
  • #15 _gdk_event_emit
    at ././gdk/gdkevents.c line 73
  • #16 gdk_event_source_dispatch
    at ././gdk/x11/gdkeventsource.c line 367
  • #17 g_main_context_dispatch
    at ././glib/gmain.c line 3203
  • #18 g_main_context_dispatch
    at ././glib/gmain.c line 3856
  • #19 g_main_context_iterate
    at ././glib/gmain.c line 3929
  • #20 g_main_context_iteration
    at ././glib/gmain.c line 3990
  • #21 g_application_run
    at ././gio/gapplication.c line 2381
  • #22 0x000055555555a7c9 in
  • #23 __libc_start_main
    at ../csu/libc-start.c line 291
  • #24 0x000055555555a81a in

Comment 1 gnome.vrb 2016-12-05 23:41:56 UTC
Issue is reproducible with gtk3-widget-factory. Start app in terminal and choose "Left / Right / Middle" combo box entries.
Comment 2 Daniel Boles 2016-12-05 23:44:42 UTC

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