Opened 14 years ago
Closed 14 years ago
#2043 closed Bugs (fixed)
windows build hangs in build slave mode
Reported by: | troy d. straszheim | Owned by: | troy d. straszheim |
---|---|---|---|
Milestone: | To Be Determined | Component: | CMake |
Version: | Severity: | Problem | |
Keywords: | Cc: |
Description
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?
Change History (3)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
use threads. Even times out and correctly kills popups.
Note:
See TracTickets
for help on using tickets.
http://www.gossamer-threads.com/lists/python/python/645217