|
From: Nicholas N. <nj...@cs...> - 2007-01-11 21:55:47
|
On Thu, 11 Jan 2007, Nuno Lopes wrote:
> It is strange that the bug that is bugging me ("Invalid read of size 8")
> only appears when the tests are run through the test suite. The test suite
> runs a slight different command that the one I was running.
> I simply run:
> valgrind ./sapi/cli/php ext/oci8/tests/array_bind_004.php > vg1.txt 2>&1
>
> The test suite:
> valgrind -q --tool=memcheck --trace-children=yes --log-file-exactly=/p2/var/php_gcov/PHP_5_2/ext/oci8/tests/array_bind_003.mem
> /p2/var/php_gcov/PHP_5_2/sapi/cli/php -f
> /p2/var/php_gcov/PHP_5_2/ext/oci8/tests/array_bind_004.php" 2>&1
>
> So, is it the pipe forwarding that is causing the problems?
> the --log-file--exactly? really strange..
Probably the --trace-children=yes..
Nick
|