From d05f228d57c800440498c2f1225711b7ef4c2497 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 31 Jul 2009 19:00:05 +0000 Subject: [PATCH] Reverted to r10509. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10683 --- drd/tests/thread_name.stderr.exp | 56 +++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/drd/tests/thread_name.stderr.exp b/drd/tests/thread_name.stderr.exp index 75112198b5..b74a4ada90 100644 --- a/drd/tests/thread_name.stderr.exp +++ b/drd/tests/thread_name.stderr.exp @@ -11,28 +11,82 @@ The object at address 0x........ is not a mutex. thread_func instance 2 +Thread 3 (thread_func instance 2): +The object at address 0x........ is not a mutex. + at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) + by 0x........: thread_func (thread_name.c:?) + by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + thread_func instance 3 +Thread 4 (thread_func instance 3): +The object at address 0x........ is not a mutex. + at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) + by 0x........: thread_func (thread_name.c:?) + by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + thread_func instance 4 +Thread 5 (thread_func instance 4): +The object at address 0x........ is not a mutex. + at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) + by 0x........: thread_func (thread_name.c:?) + by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + thread_func instance 5 +Thread 6 (thread_func instance 5): +The object at address 0x........ is not a mutex. + at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) + by 0x........: thread_func (thread_name.c:?) + by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + thread_func instance 6 +Thread 7 (thread_func instance 6): +The object at address 0x........ is not a mutex. + at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) + by 0x........: thread_func (thread_name.c:?) + by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + thread_func instance 7 +Thread 8 (thread_func instance 7): +The object at address 0x........ is not a mutex. + at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) + by 0x........: thread_func (thread_name.c:?) + by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + thread_func instance 8 +Thread 9 (thread_func instance 8): +The object at address 0x........ is not a mutex. + at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) + by 0x........: thread_func (thread_name.c:?) + by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + thread_func instance 9 +Thread 10 (thread_func instance 9): +The object at address 0x........ is not a mutex. + at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) + by 0x........: thread_func (thread_name.c:?) + by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + thread_func instance 10 -ERROR SUMMARY: 10 errors from 1 contexts (suppressed: 0 from 0) +Thread 11 (thread_func instance 10): +The object at address 0x........ is not a mutex. + at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?) + by 0x........: thread_func (thread_name.c:?) + by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?) + +ERROR SUMMARY: 10 errors from 10 contexts (suppressed: 0 from 0) -- 2.47.3