1 2 ---Thread-Announcement------------------------------------------ 3 4 Thread #x is the program's root thread 5 6 ---------------------------------------------------------------- 7 8 Thread #x: lock order "0x........ before 0x........" violated 9 10 Observed (incorrect) order is: acquisition of lock at 0x........ 11 at 0x........: pthread_mutex_lock (hg_intercepts.c:...) 12 by 0x........: main (tc13_laog1.c:23) 13 14 followed by a later acquisition of lock at 0x........ 15 at 0x........: pthread_mutex_lock (hg_intercepts.c:...) 16 by 0x........: main (tc13_laog1.c:24) 17 18 Required order was established by acquisition of lock at 0x........ 19 at 0x........: pthread_mutex_lock (hg_intercepts.c:...) 20 by 0x........: main (tc13_laog1.c:17) 21 22 followed by a later acquisition of lock at 0x........ 23 at 0x........: pthread_mutex_lock (hg_intercepts.c:...) 24 by 0x........: main (tc13_laog1.c:18) 25 26 27 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) 28