[LLVMbugs] [Bug 8358] New: [cygwin] sys::Program::Execute should	use spawn
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Mon Oct 11 19:01:45 PDT 2010
    
    
  
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: unassignedbugs at nondot.org
        ReportedBy: clattner at apple.com
                CC: llvmbugs at cs.uiuc.edu
"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.
    
    
More information about the llvm-bugs
mailing list