|
From: <sv...@va...> - 2008-04-09 17:44:31
|
Author: bart Date: 2008-04-09 18:44:28 +0100 (Wed, 09 Apr 2008) New Revision: 7863 Log: Added yet another output variant. Added: trunk/exp-drd/tests/rwlock_race.stderr.exp2 Modified: trunk/exp-drd/tests/Makefile.am Modified: trunk/exp-drd/tests/Makefile.am =================================================================== --- trunk/exp-drd/tests/Makefile.am 2008-04-09 16:21:34 UTC (rev 7862) +++ trunk/exp-drd/tests/Makefile.am 2008-04-09 17:44:28 UTC (rev 7863) @@ -75,6 +75,7 @@ recursive_mutex.stdout.exp \ recursive_mutex.vgtest \ rwlock_race.stderr.exp \ + rwlock_race.stderr.exp2 \ rwlock_race.vgtest \ sem_as_mutex.stderr.exp \ sem_as_mutex.vgtest \ Added: trunk/exp-drd/tests/rwlock_race.stderr.exp2 =================================================================== --- trunk/exp-drd/tests/rwlock_race.stderr.exp2 (rev 0) +++ trunk/exp-drd/tests/rwlock_race.stderr.exp2 2008-04-09 17:44:28 UTC (rev 7863) @@ -0,0 +1,28 @@ + +Thread 3: +Conflicting load by thread 3/3 at 0x........ size 4 + at 0x........: thread (rwlock_race.c:?) + by 0x........: vg_thread_wrapper (drd_pthread_intercepts.c:?) + by 0x........: (within libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Location 0x........ is 0 bytes inside local var "s_racy" +declared at rwlock_race.c:17, in frame #? of thread 3 +Other segment start (thread 0/2) + (thread finished, call stack no longer available) +Other segment end (thread 0/2) + (thread finished, call stack no longer available) + +Conflicting store by thread 3/3 at 0x........ size 4 + at 0x........: thread (rwlock_race.c:?) + by 0x........: vg_thread_wrapper (drd_pthread_intercepts.c:?) + by 0x........: (within libpthread-?.?.so) + by 0x........: clone (in /...libc...) +Location 0x........ is 0 bytes inside local var "s_racy" +declared at rwlock_race.c:17, in frame #? of thread 3 +Other segment start (thread 0/2) + (thread finished, call stack no longer available) +Other segment end (thread 0/2) + (thread finished, call stack no longer available) +Result: 2 + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) |