From: Bart Van Assche Date: Thu, 23 Jul 2009 08:09:29 +0000 (+0000) Subject: Reverted r10526. X-Git-Tag: svn/VALGRIND_3_5_0~298 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7362b9846b9ba2920343c2bc2d0dbca35bf6e11;p=thirdparty%2Fvalgrind.git Reverted r10526. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10550 --- diff --git a/drd/tests/tc23_bogus_condwait.stderr.exp2 b/drd/tests/tc23_bogus_condwait.stderr.exp2 new file mode 100644 index 0000000000..a7ca608a5b --- /dev/null +++ b/drd/tests/tc23_bogus_condwait.stderr.exp2 @@ -0,0 +1,16 @@ + +The object at address 0x........ is not a mutex. + at 0x........: pthread_cond_wait* (drd_pthread_intercepts.c:?) + by 0x........: main (tc23_bogus_condwait.c:69) + +The object at address 0x........ is not a mutex. + at 0x........: pthread_cond_wait* (drd_pthread_intercepts.c:?) + by 0x........: main (tc23_bogus_condwait.c:69) + +Process terminating with default action of signal 7 (SIGBUS) + Invalid address alignment at address 0x........ + at 0x........: (within libpthread-?.?.so) + by 0x........: pthread_cond_wait@@GLIBC_2.3.2(within libpthread-?.?.so) + by 0x........: main (tc23_bogus_condwait.c:69) + +ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)