pothosware / PothosCore

The Pothos data-flow framework
https://github.com/pothosware/PothosCore/wiki
Boost Software License 1.0
302 stars 48 forks source link

Compiler support read pipe fix #234

Closed guruofquality closed 3 years ago

guruofquality commented 3 years ago

fix the hang from the output pipe getting full since there is so much verbose output from the compiler. Eventually the compiler hangs waiting for the output pipe to be drained. The fix is to read the pipe into a string buffer until the process finishes.