[Wayland-bugs] [Bug 773274] [Wayland] Crash under gdk_wayland_window_attach_image()
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 2 15:13:31 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773274
--- Comment #13 from Olivier Fourdan <ofourdan at redhat.com> ---
(In reply to Ray Strode [halfline] from comment #12)
> but under what circumstance is drop_cairo_surfaces getting called before
> end_paint ?
When the client is resized, from gdk_wayland_window_update_size(), which
explains the reproducer from bug 773307 (which I used to investigate this one,
so I reckon both are the same issue)
Adding traces in gdk_window_impl_wayland_end_paint(), drop_cairo_surfaces(),
gdk_wayland_window_update_size(), and gdk_wayland_window_destroy() (the last
tow being the only caller of drop_cairo_surfaces()) shows:
gdk_wayland_window_update_size() window 0x1c473440 surface (nil)
drop_cairo_surfaces() window 0x1c473440 surface (nil)
gdk_wayland_window_update_size() window 0x1c473440 surface (nil)
drop_cairo_surfaces() window 0x1c473440 surface (nil)
gdk_window_impl_wayland_end_paint() window 0x1c473440 surface 0x1c61e590
gdk_window_impl_wayland_end_paint() window 0x1c473440 surface 0x1c61e590
gdk_wayland_window_update_size() window 0x1c473440 surface 0x1c61e590
drop_cairo_surfaces() window 0x1c473440 surface 0x1c61e590
gdk_wayland_window_update_size() window 0x1c473440 surface 0x1c75e430
drop_cairo_surfaces() window 0x1c473440 surface 0x1c75e430
gdk_wayland_window_update_size() window 0x1c473440 surface (nil)
drop_cairo_surfaces() window 0x1c473440 surface (nil)
gdk_wayland_window_update_size() window 0x1c473440 surface (nil)
drop_cairo_surfaces() window 0x1c473440 surface (nil)
gdk_window_impl_wayland_end_paint() window 0x1c473440 surface (nil)
Segmentation fault (core dumped)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20161102/2030ff14/attachment.html>
More information about the wayland-bugs
mailing list