Commit: 4e079b173fa7b80d3f9695bbc772bd2ca8a74309 Author: Nuno Lopes <[email protected]> Sun, 7 Apr 2013 02:07:57 -0400 Parents: 9bc868f53b7baecf4ee847b240c4650301e8d1cb Branches: master
Link: http://git.php.net/?p=web/gcov.git;a=commitdiff;h=4e079b173fa7b80d3f9695bbc772bd2ca8a74309 Log: ignore php_cli's ps_title.c and gcov_exit interactions basically cleanup_ps_args frees environ, which is read by gcov_exit. There's no simple fiz (AFAICT) and it's harmless, since only happens with gcov builds Changed paths: M valgrind.supp Diff: diff --git a/valgrind.supp b/valgrind.supp index 954faed..0ed0a2c 100644 --- a/valgrind.supp +++ b/valgrind.supp @@ -179,3 +179,21 @@ fun:fclose@@GLIBC_2.2.5 obj:/usr/lib64/libcrypto.so.* } + +{ + php_cli ps_title 1 + Memcheck:Addr8 + fun:getenv + fun:gcov_exit + fun:exit + fun:main +} + +{ + php_cli ps_title 2 + Memcheck:Addr2 + fun:getenv + fun:gcov_exit + fun:exit + fun:main +} -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
