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:2 by troy d. straszheim, 14 years ago

hang appears to be gone, testing

comment:3 by troy d. straszheim, 14 years ago

Resolution: fixed
Status: assignedclosed

use threads. Even times out and correctly kills popups.

Note: See TracTickets for help on using tickets.