-
Notifications
You must be signed in to change notification settings - Fork 13
dup'ing stdout is detectable on Windows #34
Copy link
Copy link
Open
Description
In order to guarantee no output from the solver when verbosity is switched off, we have:
followed by:
This operation is undetectable on Unix but detectable on Windows, because it invalidates the underlying console handle. Detected in ocaml/opam#4710. It's fixed more reliably there, but I think it would be better to ensure that the patched GLPK, etc. never leaks by improving the verbosity checking rather than preventing the handle from being used.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels