From 5540402a8efdc96ade679384153e73a91f9ac0fc Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 22 Jul 2009 18:16:37 +0000 Subject: [PATCH] Removed from repository. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10526 --- drd/tests/tc23_bogus_condwait.stderr.exp2 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 drd/tests/tc23_bogus_condwait.stderr.exp2 diff --git a/drd/tests/tc23_bogus_condwait.stderr.exp2 b/drd/tests/tc23_bogus_condwait.stderr.exp2 deleted file mode 100644 index a7ca608a5b..0000000000 --- a/drd/tests/tc23_bogus_condwait.stderr.exp2 +++ /dev/null @@ -1,16 +0,0 @@ - -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) -- 2.47.3