http://llvm.org/bugs/show_bug.cgi?id=8358

           Summary: [cygwin] sys::Program::Execute should use spawn
           Product: libraries
           Version: 1.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: System Library
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


"fork" on cygwin is a horrible hack.  Apparently the solution is to use the
cygwin spawn function which is both more efficient and also more reliable.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to