|
From: Bart V. A. <bar...@gm...> - 2006-11-20 18:22:07
|
Finally I found some time to continue working on my drd tool. Changes since last version: - Reworked integration with Valgrind's core. Restored the thread state machine to the original Valgrind version (as asked by Julian). - Fixed the bug that caused memcheck to crash at client exit. Valgrind now produces exactly the same results for its regression tests with the drd patch applied. Note: nothing has changed yet to the drd tool -- that's the next issue I will work on. http://home.euphonynet.be/bvassche/valgrind/valgrind-6361-core-2006-11-20.patch http://home.euphonynet.be/bvassche/valgrind/valgrind-6361-drd-2006-11-20.tar.bz2 |
|
From: Nicholas N. <nj...@cs...> - 2006-11-20 22:06:29
|
On Mon, 20 Nov 2006, Bart Van Assche wrote: > Finally I found some time to continue working on my drd tool. Nice! I'm glad to hear you're still working on this. A steady trickle of people keep asking about Helgrind, so there is definite interest in data race detectors out there. Nick |