|
From: <sv...@va...> - 2010-10-14 10:45:29
|
Author: sewardj
Date: 2010-10-14 11:45:20 +0100 (Thu, 14 Oct 2010)
New Revision: 11442
Log:
Update expected output.
Modified:
trunk/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-amd64
Modified: trunk/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-amd64
===================================================================
--- trunk/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-amd64 2010-10-14 00:26:42 UTC (rev 11441)
+++ trunk/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-amd64 2010-10-14 10:45:20 UTC (rev 11442)
@@ -51,6 +51,10 @@
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
by 0x........: nearly_main (tc09_bad_unlock.c:32)
by 0x........: main (tc09_bad_unlock.c:50)
+ Lock was previously acquired
+ at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
+ by 0x........: nearly_main (tc09_bad_unlock.c:32)
+ by 0x........: main (tc09_bad_unlock.c:49)
Thread #x: Bug in libpthread: recursive write lock granted on mutex/wrlock which does not support recursion
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
|