This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/10354] posix_spawn should use vfork() in more cases than presently


http://sourceware.org/bugzilla/show_bug.cgi?id=10354

Rich Felker <bugdal at aerifal dot cx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #5 from Rich Felker <bugdal at aerifal dot cx> 2012-10-21 16:59:58 UTC ---
This bug was marked "fixed" for no apparent reason. The issues reported still
exist; vfork is not used if any non-default attributes or file actions are
present. This makes it impossible to use posix_spawn from extremely large
processes due to commit charge exhaustion.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]