Menu

#10 No output to redirected stdout

Alpha
open
nobody
None
Core
54
all
2014-12-03
2012-07-26
No

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

Discussion


Log in to post a comment.

MongoDB Logo MongoDB