No output to redirected stdout
Status: Pre-Alpha
Brought to you by:
cschwarz1
When running a program under Valgrind's control from cmd.exe and redirecting its standard output to a file, nothing gets written to the file.
To reproduce:
coregrind\valgrind.exe memcheck\tests\windows\hello-amd64-windows.exe > out.log
-or-
coregrind\valgrind.exe memcheck\tests\windows\hello-x86-windows.exe > out.log
Expected output in out.log:
Hello World!
Actual output: out.log is empty