blob: bacf60ba1cd8a2539609ba124119e30a0cfa9f88 [file] [log] [blame]
sewardjb4112022007-11-09 22:49:28 +00001
sewardj9af8d1e2011-06-24 10:50:11 +00002---Thread-Announcement------------------------------------------
3
njn553c42f2009-03-13 01:41:03 +00004Thread #x was created
5 ...
florian31014da2011-09-26 00:29:44 +00006 by 0x........: pthread_create_WRK (hg_intercepts.c:...)
sewardjb4112022007-11-09 22:49:28 +00007 by 0x........: pthread_create@* (hg_intercepts.c:...)
8 by 0x........: main (hg02_deadlock.c:36)
9
sewardj9af8d1e2011-06-24 10:50:11 +000010----------------------------------------------------------------
11
njn553c42f2009-03-13 01:41:03 +000012Thread #x: lock order "0x........ before 0x........" violated
sewardj9af8d1e2011-06-24 10:50:11 +000013
14Observed (incorrect) order is: acquisition of lock at 0x........
15 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
16 by 0x........: t2 (hg02_deadlock.c:19)
17 by 0x........: mythread_wrapper (hg_intercepts.c:...)
18 ...
19
20 followed by a later acquisition of lock at 0x........
sewardjb4112022007-11-09 22:49:28 +000021 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
22 by 0x........: t2 (hg02_deadlock.c:20)
23 by 0x........: mythread_wrapper (hg_intercepts.c:...)
njn553c42f2009-03-13 01:41:03 +000024 ...
sewardj9af8d1e2011-06-24 10:50:11 +000025
26Required order was established by acquisition of lock at 0x........
sewardjb4112022007-11-09 22:49:28 +000027 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
28 by 0x........: t1 (hg02_deadlock.c:9)
29 by 0x........: mythread_wrapper (hg_intercepts.c:...)
njn553c42f2009-03-13 01:41:03 +000030 ...
sewardj9af8d1e2011-06-24 10:50:11 +000031
32 followed by a later acquisition of lock at 0x........
sewardjb4112022007-11-09 22:49:28 +000033 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
34 by 0x........: t1 (hg02_deadlock.c:10)
35 by 0x........: mythread_wrapper (hg_intercepts.c:...)
njn553c42f2009-03-13 01:41:03 +000036 ...
sewardjb4112022007-11-09 22:49:28 +000037
njncab64bc2009-08-12 00:14:44 +000038
sewardjb4112022007-11-09 22:49:28 +000039ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)