|
From: Bart V. A. <bar...@gm...> - 2006-09-12 19:23:44
|
Hello Dirk, drd still runs fine for me, whether I use it to run /bin/false, /bin/true or /bin/date (SuSE 10.1, Valgrind revision 6053): bart@pc-100:~/software/valgrind-svn> inst/bin/valgrind --tool=drd /bin/date ==11882== drd, a data race detector. ==11882== Copyright (C) 2006, and GNU GPL'd, by Bart Van Assche. THIS SOFTWARE IS A PROTOTYPE, AND IS NOT YET RELEASED ==11882== Using LibVEX rev 1579, a library for dynamic binary translation. ==11882== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP. ==11882== Using valgrind-3.3.0.SVN, a dynamic binary instrumentation framework. ==11882== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al. ==11882== For more details, rerun with: -v ==11882== Tue Sep 12 21:10:36 CEST 2006 ==11882== ==11882== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) On 9/10/06, Dirk Mueller <dm...@gm...> wrote: > > On Sunday, 10. September 2006 21:07, Bart Van Assche wrote: > > > Can you provide me a reproducible test case ? I'd like to have a > look > > at this and fix this. > > well, its just a valgrind patched with your DRD patches, and it happens on > any > application, e.g. /bin/false. if thats not reproduceable for you, then I > have > to look further.. > > Dirk > |