https://bugzilla.gnome.org/show_bug.cgi?id=793062
--- Comment #18 from Olivier Fourdan <[email protected]> ---
(In reply to Martin Stransky from comment #16)
> With the latest patch applied I still see a crash:
Weird. Can you double-check the version you use is the one with the patch?
Reason I ask is because the backtrace in comment #16 shows:
#15 _gdk_window_process_updates_recurse_helper
at gdkwindow.c line 3853
with:
state = (GDK_WINDOW_STATE_WITHDRAWN | GDK_WINDOW_STATE_FOCUSED)
However the patch calls the _gdk_event_emit() only if
GDK_WINDOW_IS_MAPPED(window).
GDK_WINDOW_IS_MAPPED() is defined as:
#define GDK_WINDOW_IS_MAPPED(window) (((window)->state &
GDK_WINDOW_STATE_WITHDRAWN) == 0)
So with the patch applied you cannot get to frame #15 with “state =
(GDK_WINDOW_STATE_WITHDRAWN | GDK_WINDOW_STATE_FOCUSED)”
(In reply to Martin Stransky from comment #17)
> I can 100% reproducible with the firefox-59 build I provide. Navigate to url
> bar and type "about:addons" there. When awesomebar disappears FF crashes.
Not here, with the patch applied, it works.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs