|
From: Bart V. A. <bar...@gm...> - 2007-11-11 14:00:41
|
A new drd version is available at the following location: http://home.euphonynet.be/bvassche/valgrind/valgrind-7146-drd-2007-11-11.patch.gz Changes compared to version 2007-02-27: - The patch now works with the latest Valgrind source code (SVN trunk), that is, after thrchk was merged to the trunk. - Updated the drd source code for changes in the Valgrind core API. - Added a regression test for pthread_cond_broadcast(). - Updated drd suppression patterns for openSUSE 10.3. - Minor performance optimizations. Most important known bugs: - drd is soon killed by the OOM handler when started with bigger clients. - drd/default.supp has to be installed manually in the installation dir. - fp_race regression test now fails on openSUSE 10.3 because of changed behavior of VG_(find_seginfo)() for static variables. It is not yet clear to me whether this is a bug in drd, the Valgrind core or gcc. You can apply this patch with the following command: cd valgrind zcat ../valgrind-7146-drd-2007-11-11.patch.gz | patch -p0 Bart Van Assche. |