Author: bart Date: 2008-02-25 20:25:41 +0000 (Mon, 25 Feb 2008) New Revision: 7464
Log: Fixed most Fedora 8 regression test failures. Added: trunk/exp-drd/tests/hg03_inherit.stderr.exp2 trunk/exp-drd/tests/hg04_race.stderr.exp2 trunk/exp-drd/tests/pth_barrier.stderr.exp-thread2b trunk/exp-drd/tests/tc01_simple_race.stderr.exp2 trunk/exp-drd/tests/tc07_hbl1.stderr.exp2 trunk/exp-drd/tests/tc11_XCHG.stderr.exp2 trunk/exp-drd/tests/tc16_byterace.stderr.exp2 trunk/exp-drd/tests/tc22_exit_w_lock.stderr.exp-32bit Modified: trunk/exp-drd/tests/hg03_inherit.stderr.exp trunk/exp-drd/tests/hg04_race.stderr.exp trunk/exp-drd/tests/hg05_race2.stderr.exp trunk/exp-drd/tests/tc01_simple_race.stderr.exp trunk/exp-drd/tests/tc07_hbl1.stderr.exp trunk/exp-drd/tests/tc11_XCHG.stderr.exp trunk/exp-drd/tests/tc16_byterace.stderr.exp Modified: trunk/exp-drd/tests/hg03_inherit.stderr.exp =================================================================== --- trunk/exp-drd/tests/hg03_inherit.stderr.exp 2008-02-25 20:25:10 UTC (rev 7463) +++ trunk/exp-drd/tests/hg03_inherit.stderr.exp 2008-02-25 20:25:41 UTC (rev 7464) @@ -5,7 +5,7 @@ by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: unknown +Allocation context: shared (offset 4, size 8) in hg03_inherit, NONE:BSS Other segment start (thread 1) at 0x........: pthread_join (drd_intercepts.c:?) by 0x........: main (hg03_inherit.c:49) @@ -19,7 +19,7 @@ by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: unknown +Allocation context: shared (offset 4, size 8) in hg03_inherit, NONE:BSS Other segment start (thread 1) at 0x........: pthread_join (drd_intercepts.c:?) by 0x........: main (hg03_inherit.c:49) Added: trunk/exp-drd/tests/hg03_inherit.stderr.exp2 =================================================================== --- trunk/exp-drd/tests/hg03_inherit.stderr.exp2 (rev 0) +++ trunk/exp-drd/tests/hg03_inherit.stderr.exp2 2008-02-25 20:25:41 UTC (rev 7464) @@ -0,0 +1,31 @@ + +Thread 3: +Conflicting store by thread 3 at 0x........ size 4 + at 0x........: t2 (hg03_inherit.c:28) + by 0x........: vg_thread_wrapper (drd_intercepts.c:?) + by 0x........: start_thread (in libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Allocation context: unknown +Other segment start (thread 1) + at 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (hg03_inherit.c:49) +Other segment end (thread 1) + at 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (hg03_inherit.c:63) + +Conflicting store by thread 3 at 0x........ size 4 + at 0x........: t2 (hg03_inherit.c:29) + by 0x........: vg_thread_wrapper (drd_intercepts.c:?) + by 0x........: start_thread (in libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Allocation context: unknown +Other segment start (thread 1) + at 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (hg03_inherit.c:49) +Other segment end (thread 1) + at 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (hg03_inherit.c:63) + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) Modified: trunk/exp-drd/tests/hg04_race.stderr.exp =================================================================== --- trunk/exp-drd/tests/hg04_race.stderr.exp 2008-02-25 20:25:10 UTC (rev 7463) +++ trunk/exp-drd/tests/hg04_race.stderr.exp 2008-02-25 20:25:41 UTC (rev 7464) @@ -5,7 +5,7 @@ by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: unknown +Allocation context: shared (offset 0, size 4) in hg04_race, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) @@ -16,7 +16,7 @@ by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: unknown +Allocation context: shared (offset 0, size 4) in hg04_race, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) Added: trunk/exp-drd/tests/hg04_race.stderr.exp2 =================================================================== --- trunk/exp-drd/tests/hg04_race.stderr.exp2 (rev 0) +++ trunk/exp-drd/tests/hg04_race.stderr.exp2 2008-02-25 20:25:41 UTC (rev 7464) @@ -0,0 +1,25 @@ + +Thread 2: +Conflicting load by thread 2 at 0x........ size 4 + at 0x........: th (hg04_race.c:10) + by 0x........: vg_thread_wrapper (drd_intercepts.c:?) + by 0x........: start_thread (in libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 2 at 0x........ size 4 + at 0x........: th (hg04_race.c:10) + by 0x........: vg_thread_wrapper (drd_intercepts.c:?) + by 0x........: start_thread (in libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) Modified: trunk/exp-drd/tests/hg05_race2.stderr.exp =================================================================== --- trunk/exp-drd/tests/hg05_race2.stderr.exp 2008-02-25 20:25:10 UTC (rev 7463) +++ trunk/exp-drd/tests/hg05_race2.stderr.exp 2008-02-25 20:25:41 UTC (rev 7464) @@ -5,7 +5,7 @@ by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: stack of thread 1, offset -5584 +Allocation context: stack of thread 1, offset ... Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) @@ -16,7 +16,7 @@ by 0x........: vg_thread_wrapper (drd_intercepts.c:?) by 0x........: start_thread (in libpthread-?.?.so) by 0x........: clone (in /...libc...) -Allocation context: stack of thread 1, offset -5584 +Allocation context: stack of thread 1, offset ... Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) Added: trunk/exp-drd/tests/pth_barrier.stderr.exp-thread2b =================================================================== --- trunk/exp-drd/tests/pth_barrier.stderr.exp-thread2b (rev 0) +++ trunk/exp-drd/tests/pth_barrier.stderr.exp-thread2b 2008-02-25 20:25:41 UTC (rev 7464) @@ -0,0 +1,25 @@ + +Thread 2: +Conflicting store by thread 2 at 0x........ size 4 + at 0x........: threadfunc (pth_barrier.c:?) + by 0x........: vg_thread_wrapper (drd_intercepts.c:?) + by 0x........: start_thread (in libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Allocation context: heap, offset 0 in block at 0x........ of size 4 + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: barriers_and_races (pth_barrier.c:?) + by 0x........: main (pth_barrier.c:?) +Other segment start (thread 3) + at 0x........: pthread_barrier_wait (drd_intercepts.c:?) + by 0x........: threadfunc (pth_barrier.c:?) + by 0x........: vg_thread_wrapper (drd_intercepts.c:?) + by 0x........: start_thread (in libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Other segment end (thread 3) + at 0x........: __lll_lock_wait (in libpthread-?.?.so) + by 0x........: threadfunc (pth_barrier.c:?) + by 0x........: vg_thread_wrapper (drd_intercepts.c:?) + by 0x........: start_thread (in libpthread-?.?.so) + by 0x........: clone (in /...libc...) + +ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) Modified: trunk/exp-drd/tests/tc01_simple_race.stderr.exp =================================================================== --- trunk/exp-drd/tests/tc01_simple_race.stderr.exp 2008-02-25 20:25:10 UTC (rev 7463) +++ trunk/exp-drd/tests/tc01_simple_race.stderr.exp 2008-02-25 20:25:41 UTC (rev 7464) @@ -1,7 +1,7 @@ Conflicting load by thread 1 at 0x........ size 4 at 0x........: main (tc01_simple_race.c:28) -Allocation context: unknown +Allocation context: x (offset 0, size 4) in tc01_simple_race, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) @@ -9,7 +9,7 @@ Conflicting store by thread 1 at 0x........ size 4 at 0x........: main (tc01_simple_race.c:28) -Allocation context: unknown +Allocation context: x (offset 0, size 4) in tc01_simple_race, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) Added: trunk/exp-drd/tests/tc01_simple_race.stderr.exp2 =================================================================== --- trunk/exp-drd/tests/tc01_simple_race.stderr.exp2 (rev 0) +++ trunk/exp-drd/tests/tc01_simple_race.stderr.exp2 2008-02-25 20:25:41 UTC (rev 7464) @@ -0,0 +1,18 @@ + +Conflicting load by thread 1 at 0x........ size 4 + at 0x........: main (tc01_simple_race.c:28) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: main (tc01_simple_race.c:28) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) Modified: trunk/exp-drd/tests/tc07_hbl1.stderr.exp =================================================================== --- trunk/exp-drd/tests/tc07_hbl1.stderr.exp 2008-02-25 20:25:10 UTC (rev 7463) +++ trunk/exp-drd/tests/tc07_hbl1.stderr.exp 2008-02-25 20:25:41 UTC (rev 7464) @@ -1,7 +1,7 @@ Conflicting load by thread 1 at 0x........ size 4 at 0x........: main (tc07_hbl1.c:68) -Allocation context: unknown +Allocation context: x (offset 0, size 4) in tc07_hbl1, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) @@ -9,7 +9,7 @@ Conflicting store by thread 1 at 0x........ size 4 at 0x........: main (tc07_hbl1.c:68) -Allocation context: unknown +Allocation context: x (offset 0, size 4) in tc07_hbl1, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) Added: trunk/exp-drd/tests/tc07_hbl1.stderr.exp2 =================================================================== --- trunk/exp-drd/tests/tc07_hbl1.stderr.exp2 (rev 0) +++ trunk/exp-drd/tests/tc07_hbl1.stderr.exp2 2008-02-25 20:25:41 UTC (rev 7464) @@ -0,0 +1,18 @@ + +Conflicting load by thread 1 at 0x........ size 4 + at 0x........: main (tc07_hbl1.c:68) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: main (tc07_hbl1.c:68) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) Modified: trunk/exp-drd/tests/tc11_XCHG.stderr.exp =================================================================== --- trunk/exp-drd/tests/tc11_XCHG.stderr.exp 2008-02-25 20:25:10 UTC (rev 7463) +++ trunk/exp-drd/tests/tc11_XCHG.stderr.exp 2008-02-25 20:25:41 UTC (rev 7464) @@ -1,7 +1,7 @@ Conflicting load by thread 1 at 0x........ size 4 at 0x........: main (tc11_XCHG.c:78) -Allocation context: unknown +Allocation context: x (offset 0, size 4) in tc11_XCHG, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) @@ -9,7 +9,7 @@ Conflicting store by thread 1 at 0x........ size 4 at 0x........: main (tc11_XCHG.c:78) -Allocation context: unknown +Allocation context: x (offset 0, size 4) in tc11_XCHG, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) Added: trunk/exp-drd/tests/tc11_XCHG.stderr.exp2 =================================================================== --- trunk/exp-drd/tests/tc11_XCHG.stderr.exp2 (rev 0) +++ trunk/exp-drd/tests/tc11_XCHG.stderr.exp2 2008-02-25 20:25:41 UTC (rev 7464) @@ -0,0 +1,18 @@ + +Conflicting load by thread 1 at 0x........ size 4 + at 0x........: main (tc11_XCHG.c:78) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: main (tc11_XCHG.c:78) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) Modified: trunk/exp-drd/tests/tc16_byterace.stderr.exp =================================================================== --- trunk/exp-drd/tests/tc16_byterace.stderr.exp 2008-02-25 20:25:10 UTC (rev 7463) +++ trunk/exp-drd/tests/tc16_byterace.stderr.exp 2008-02-25 20:25:41 UTC (rev 7464) @@ -1,7 +1,7 @@ Conflicting load by thread 1 at 0x........ size 1 at 0x........: main (tc16_byterace.c:34) -Allocation context: unknown +Allocation context: bytes (offset 4, size 10) in tc16_byterace, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) @@ -9,7 +9,7 @@ Conflicting store by thread 1 at 0x........ size 1 at 0x........: main (tc16_byterace.c:34) -Allocation context: unknown +Allocation context: bytes (offset 4, size 10) in tc16_byterace, NONE:BSS Other segment start (thread 2) (thread finished, call stack no longer available) Other segment end (thread 2) Added: trunk/exp-drd/tests/tc16_byterace.stderr.exp2 =================================================================== --- trunk/exp-drd/tests/tc16_byterace.stderr.exp2 (rev 0) +++ trunk/exp-drd/tests/tc16_byterace.stderr.exp2 2008-02-25 20:25:41 UTC (rev 7464) @@ -0,0 +1,18 @@ + +Conflicting load by thread 1 at 0x........ size 1 + at 0x........: main (tc16_byterace.c:34) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 1 + at 0x........: main (tc16_byterace.c:34) +Allocation context: unknown +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) Added: trunk/exp-drd/tests/tc22_exit_w_lock.stderr.exp-32bit =================================================================== --- trunk/exp-drd/tests/tc22_exit_w_lock.stderr.exp-32bit (rev 0) +++ trunk/exp-drd/tests/tc22_exit_w_lock.stderr.exp-32bit 2008-02-25 20:25:41 UTC (rev 7464) @@ -0,0 +1,134 @@ + +Conflicting load by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_used (offset 4, size 8) in libpthread-?.?.so, libpthread.so.0:Data +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_used (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting load by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_cache (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_cache (offset 4, size 8) in libpthread-?.?.so, libpthread.so.0:Data +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting load by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_cache_actsize (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_cache (offset 0, size 8) in libpthread-?.?.so, libpthread.so.0:Data +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_cache_actsize (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting load by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +Conflicting store by thread 1 at 0x........ size 4 + at 0x........: __deallocate_stack (in libpthread-?.?.so) + by 0x........: __free_tcb (in libpthread-?.?.so) + by 0x........: pthread_join (in libpthread-?.?.so) + by 0x........: pthread_join (drd_intercepts.c:?) + by 0x........: main (tc22_exit_w_lock.c:43) +Allocation context: stack_cache_lock (offset 0, size 4) in libpthread-?.?.so, libpthread.so.0:BSS +Other segment start (thread 2) + (thread finished, call stack no longer available) +Other segment end (thread 2) + (thread finished, call stack no longer available) + +ERROR SUMMARY: 11 errors from 11 contexts (suppressed: 0 from 0) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers