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 709854 - Wayland: Reliable crash when hovering over items with an associated tooltip
Wayland: Reliable crash when hovering over items with an associated tooltip
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-10-10 18:23 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2013-10-15 22:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2013-10-10 18:23:18 UTC
Environment: jhbuild as per https://wiki.gnome.org/Wayland/TryingIt in F20.

Steps to reproduce:
1. Launch gtk3-demo 3.10 with the wayland backend
2. Launch the Tool Palette demo
3. Hover the mouse over one of the toolbar items on the left

Expected results: gtk3-demo would not crash.

Actual results: gtk3-demo crashes 100% of the time.

------------------------

  • #0 INT_cairo_region_num_rectangles
    at cairo-region.c line 447
  • #1 wl_region_from_cairo_region
    at gdkwindow-wayland.c line 2057
  • #2 gdk_wayland_window_set_opaque_region
    at gdkwindow-wayland.c line 2081
  • #3 update_opaque_region
    at gtkwindow.c line 6584
  • #4 _gtk_window_set_allocation
    at gtkwindow.c line 6637
  • #5 gtk_window_size_allocate
    at gtkwindow.c line 6706
  • #6 g_cclosure_marshal_VOID__BOXEDv
    at gmarshal.c line 1160
  • #7 _g_closure_invoke_va
    at gclosure.c line 840
  • #8 g_signal_emit_valist
    at gsignal.c line 3238
  • #9 g_signal_emit
    at gsignal.c line 3386
  • #10 gtk_widget_size_allocate_with_baseline
    at gtkwidget.c line 5560
  • #11 gtk_widget_size_allocate
    at gtkwidget.c line 5627
  • #12 gtk_window_show
    at gtkwindow.c line 5424
  • #13 g_closure_invoke
    at gclosure.c line 777
  • #14 signal_emit_unlocked_R
    at gsignal.c line 3516
  • #15 g_signal_emit_valist
    at gsignal.c line 3330
  • #16 g_signal_emit
    at gsignal.c line 3386
  • #17 gtk_widget_show
    at gtkwidget.c line 4335
  • #18 gtk_tooltip_position
    at gtktooltip.c line 1248
  • #19 gtk_tooltip_show_tooltip
    at gtktooltip.c line 1325
  • #20 tooltip_popup_timeout
    at gtktooltip.c line 1401
  • #21 gdk_threads_dispatch
    at gdk.c line 804
  • #22 g_timeout_dispatch
    at gmain.c line 4450
  • #23 g_main_dispatch
    at gmain.c line 3065
  • #24 g_main_context_dispatch
    at gmain.c line 3641
  • #25 g_main_context_iterate
    at gmain.c line 3712
  • #26 g_main_loop_run
    at gmain.c line 3906
  • #27 gtk_main
    at gtkmain.c line 1158
  • #28 main
    at main.c line 948