summaryrefslogtreecommitdiff
path: root/helgrind/tests/.svn/text-base/hg02_deadlock.stderr.exp.svn-base
blob: cec8d416e0c7b6d9772d1d7b3145677af2d223c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

Thread #x was created
   ...
   by 0x........: pthread_create@* (hg_intercepts.c:...)
   by 0x........: main (hg02_deadlock.c:36)

Thread #x: lock order "0x........ before 0x........" violated
   at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
   by 0x........: t2 (hg02_deadlock.c:20)
   by 0x........: mythread_wrapper (hg_intercepts.c:...)
   ...
  Required order was established by acquisition of lock at 0x........
   at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
   by 0x........: t1 (hg02_deadlock.c:9)
   by 0x........: mythread_wrapper (hg_intercepts.c:...)
   ...
  followed by a later acquisition of lock at 0x........
   at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
   by 0x........: t1 (hg02_deadlock.c:10)
   by 0x........: mythread_wrapper (hg_intercepts.c:...)
   ...

ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)