GNOME Bugzilla – Bug 739370
The g_spawn_sync() function uses select() which has limitations
Last modified: 2018-05-24 17:11:39 UTC
The g_spawn_sync() function uses select() which has limitations. The fd_set structure is limited to 1024 fileids. If the stdout or stderr fileid passed in are too large, bad things happen. This should be using poll().
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/954.