Subject: [Boost-bugs] [Boost C++ Libraries] #2043: windows build hangs in build slave mode
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-06-24 04:40:11
#2043: windows build hangs in build slave mode
------------------------------+---------------------------------------------
Reporter: troy | Owner: troy
Type: Bugs | Status: new
Milestone: To Be Determined | Component: CMake
Version: | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
this comes from the use of wait() in marshal.py...
stdout or stderr's buffer gets full and things hang until somebody frees
up
space by reading from them. use subprocess.communicate() instead, but
then
you've got a different problem, as you can't set a timer and set a SIGALRM
handler
in windows. Maybe do this with a couple of threads?
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/2043>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:58 UTC