GNOME Bugzilla – Bug 692728
wayland evet source doesn't handle poll err/hup
Last modified: 2013-02-06 18:13:35 UTC
The wayland event source integration (gdk/wayland/gdkeventsource.c) doesn't handle poll err/hup conditions. It is possible to run a gtk+ appliation then quit the compositor and the see the gtk+ app keep running at 100% CPU.
Kristian, hooray, fixed! commit f6383ebf9ed3f8557b2eb9088887f2c9ac5fd0c7 Author: Rob Bradford <rob@linux.intel.com> Date: Wed Feb 6 18:08:15 2013 +0000 wayland: React to G_IO_ERR and G_IO_HUP on the wayland socket Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=692728