valgrind derived/openmsx -machine msx1 1> /home/philippov/1.LOG 2> /home/philippov/2.LOG &
[1] 10446
Ok
...
^C[1]+ Выход из 1 valgrind derived/openmsx -machine msx1 > /home/philippov/1.LOG 2> /home/philippov/2.LOG
Ok
cat /home/philippov/1.LOG /home/philippov/2.LOG
==10446== Memcheck, a memory error detector
==10446== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==10446== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info
==10446== Command: derived/openmsx -machine msx1
==10446==
Fatal error: Error in "msx1" machine: Couldn't find ROM file for "MSX BIOS with BASIC ROM" roms/hx-10_basic-bios1.rom.
==10446==
==10446== HEAP SUMMARY:
==10446== in use at exit: 239,414 bytes in 73 blocks
==10446== total heap usage: 163,708 allocs, 163,635 frees, 9,081,428 bytes allocated
==10446==
==10446== LEAK SUMMARY:
==10446== definitely lost: 40 bytes in 1 blocks
==10446== indirectly lost: 120 bytes in 10 blocks
==10446== possibly lost: 71,168 bytes in 4 blocks
==10446== still reachable: 168,086 bytes in 58 blocks
==10446== suppressed: 0 bytes in 0 blocks
==10446== Rerun with --leak-check=full to see details of leaked memory
==10446==
==10446== For counts of detected and suppressed errors, rerun with: -v
==10446== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 110 from 9)
Ok