|
From: Nuno L. <nun...@sa...> - 2007-01-11 14:55:02
|
> I have now tried it, but the _intel_fast_memcmp warnings still appear. > reports without suppressions: > http://gcov.php.net/~nlopess/vg1.txt - test execution with valgrind 3.2.1 > http://gcov.php.net/~nlopess/vg2.txt - same, but with your patch > http://gcov.php.net/~nlopess/array_bind_004.mem - execution of the test > through our test suite > http://gcov.php.net/~nlopess/array_bind_004-2.mem - same, but with > valgrind > patched > http://gcov.php.net/viewer.php?version=PHP_5_2&func=valgrind&file=ext%2Foci8%2Ftests%2Farray_bind_004.phpt - > report from the test suite, but with suppressions > > 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 correction: the patched valgrind does suppress the invalid read of size 8 warning. Together with my suppressions file, now the test suite reports zero valgrind warnings :) Anyway the _intel_fast_memcmp warning is still there, but it is not problematic as I can suppress it. So, the patch seems to work :) Thanks, Nuno |