|
From: Dan K. <da...@ke...> - 2009-06-04 14:18:26
|
On Thu, Jun 4, 2009 at 6:16 AM, Dennis Wassel <dw...@ma...> wrote: > Anyway, the matter at hand really is that valgrind trashes my console > with strange characters, some of them proper ascii ones, some of them > non-printable or control characters. 3.3.1 did not do this, but > otherwise produced pretty much the same output. What happens if you use --log-file=foo.log? Does the garbage go in the log file instead of the console? What if you valgrind /bin/true? Still garbage? What if you switch back to 3.3.1? |