After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 739370 - The g_spawn_sync() function uses select() which has limitations
The g_spawn_sync() function uses select() which has limitations
Status: RESOLVED OBSOLETE
Product: glib
Classification: Platform
Component: gsubprocess
2.40.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-10-29 19:46 UTC by Mark
Modified: 2018-05-24 17:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mark 2014-10-29 19:46:49 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().
Comment 1 GNOME Infrastructure Team 2018-05-24 17:11:39 UTC
-- 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.