chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-janitors] #765: broken posix/process function under Windows


From: Chicken Trac
Subject: Re: [Chicken-janitors] #765: broken posix/process function under Windows 7 (MingW)
Date: Wed, 11 Jul 2012 14:46:09 -0000

#765: broken posix/process function under Windows 7 (MingW)
-----------------------------+----------------------------------------------
  Reporter:  Karl_H          |       Owner:       
      Type:  defect          |      Status:  new  
  Priority:  major           |   Milestone:  4.8.0
 Component:  core libraries  |     Version:  4.7.x
Resolution:                  |    Keywords:       
-----------------------------+----------------------------------------------

Comment(by megane):

 The bInheritHandle flag for the [http://msdn.microsoft.com/en-
 us/library/windows/desktop/ms724251%28v=vs.85%29.aspx DuplicateHandle]
 call at posixwin:820 is set to FALSE although the documentation suggests
 it should be TRUE:
 {{{
 A variable that indicates whether the handle is inheritable. If TRUE, the
 duplicate handle can be
  inherited by new processes created by the target process. If FALSE, the
 new handle cannot be
  inherited.
 }}}

 I tried switching it to TRUE some time ago, but it didn't make a
 difference.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/765#comment:3>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]