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:16:59 -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):

 [http://msdn.microsoft.com/en-
 us/library/windows/desktop/ms683231%28v=vs.85%29.aspx GetStdHandle]
 returns INVALID_HANDLE_VALUE when it fails. In posixwin.scm:820 the values
 from GetStdHandle calls are used if the child process is supposed to
 inherit a handle from the parent. But the values are used as is, and
 there's no check if they are INVALID_HANDLE_VALUE.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/765#comment:2>
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]