]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Updated to do list.
authorBart Van Assche <bvanassche@acm.org>
Wed, 31 Dec 2008 09:55:44 +0000 (09:55 +0000)
committerBart Van Assche <bvanassche@acm.org>
Wed, 31 Dec 2008 09:55:44 +0000 (09:55 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8887

drd/TODO.txt

index bbfdc108c0db8d3787cc9e30a3783e59f7c33450..7243a4b3cf04d317b5abe0b474466b550860cc9e 100644 (file)
@@ -15,7 +15,11 @@ Data-race detection algorithm
 - Find out why no variable name information is printed for races
   detected in parallel sections of OpenMP programs. An example:
   ./vg-in-place --tool=exp-drd exp-drd/tests/omp_prime 4 -t 2
-- Report races in glibc on stdout / stderr back to glibc maintainers.
+- Improve the code for suppressing races reported on glibc FILE objects, e.g. by intercepting
+  all operations on FILE objects and by associating mutex semantics with FILE objects. Verify
+  that races on unsynchronized *_unlocked() operations are reported. Remove FILE-I/O suppression
+  patterns from glibc-2.X-drd.supp. See also http://www.unix.org/whitepapers/reentrant.html.
+- Find out why drd/tests/pth_inconsistent_cond_wait sometimes fails on Fedora Core 6.
 
 
 Testing