A new drd version is available at the following location: http://home.euphonynet.be/bvassche/valgrind/valgrind-7182-drd-2007-11-18.patch.gz
Changes compared to version 2007-11-17: - Renamed the tool from exp_drd into exp-drd. - Added #define _GNU_SOURCE where appropriate in the drd source code such that it now compiles with older glibc libraries. - Updated exp-drd/tests/filter_stderr such that the experimental tool notice is removed before comparing regression test results. - Added a regression test that verifies that no false positives are reported in signal handlers. Most important known bugs: - drd is soon killed by the OOM handler when started with bigger clients. You can apply this patch with the following commands: cd valgrind zcat ../valgrind-7182-drd-2007-11-18.patch.gz | patch -p0 chmod a+x exp-drd/tests/filter* Bart Van Assche. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-developers
