blob: 74aa263e201fdf9ed09cea4dcf15f5e83588b94a [file] [log] [blame]
sewardjb4112022007-11-09 22:49:28 +00001
2Thread #1 is the program's root thread
3
4Thread #1: lock order "0x........ before 0x........" violated
5 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
6 by 0x........: main (tc13_laog1.c:24)
7 Required order was established by acquisition of lock at 0x........
8 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
9 by 0x........: main (tc13_laog1.c:17)
10 followed by a later acquisition of lock at 0x........
11 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
12 by 0x........: main (tc13_laog1.c:18)
13
14ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)