labscript-suite-temp-2 / runmanager

runmanager is a graphical user interface (GUI) used to aid the compilation of labscript experiment scripts into hardware instructions to be executed on the hardware. Experiment parameters can be adjusted in the GUI, and lists of parameters can be used to create sequences of experiments, and scan over complex parameter spaces.
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Standard output and standard error of subprocess out of sync. #29

Closed philipstarkey closed 9 years ago

philipstarkey commented 9 years ago

Original report (archived issue) by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


Child process returns nonsense ordering of standard out and standard error, as if the two are being written to from separate threads, even when they're not.

This requires a fix in zprocess, and then runmanager will have to change to use it.

Also this looks terrible, howcome nobody reported this as a big before? :p

philipstarkey commented 9 years ago

Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).


Resolves issue #29: Standard output and standard error of subprocess out of sync. Actually, issue solved in zprocess and qtutils, simply bumped version requirements here.

→ \<\<cset 80f99976829a532a9b75e995e043c7de039b15f5>>