-
- Downloads
all: Consistently work around glib!490
As noted in Flatpak and in GNOME/glib!490, there is a bug in GLib < 2.60
where g_spawn_* can sometimes deadlock while closing fds in a
multi-threaded application.
Work around this by making the affected fds close-on-execute ourselves,
much like Flatpak does.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Please register or sign in to comment