1 2---Thread-Announcement------------------------------------------ 3 4Thread #x was created 5 ... 6 by 0x........: pthread_create@* (hg_intercepts.c:...) 7 by 0x........: main (tc14_laog_dinphils.c:39) 8 9---------------------------------------------------------------- 10 11Thread #x: lock order "0x........ before 0x........" violated 12 13Observed (incorrect) order is: acquisition of lock at 0x........ 14 at 0x........: pthread_mutex_lock (hg_intercepts.c:...) 15 by 0x........: dine (tc14_laog_dinphils.c:21) 16 by 0x........: mythread_wrapper (hg_intercepts.c:...) 17 ... 18 19 followed by a later acquisition of lock at 0x........ 20 at 0x........: pthread_mutex_lock (hg_intercepts.c:...) 21 by 0x........: dine (tc14_laog_dinphils.c:22) 22 by 0x........: mythread_wrapper (hg_intercepts.c:...) 23 ... 24 25 Lock at 0x........ was first observed 26 at 0x........: pthread_mutex_init (hg_intercepts.c:...) 27 by 0x........: main (tc14_laog_dinphils.c:36) 28 Address 0x........ is 0 bytes inside data symbol "chop" 29 30 Lock at 0x........ was first observed 31 at 0x........: pthread_mutex_init (hg_intercepts.c:...) 32 by 0x........: main (tc14_laog_dinphils.c:36) 33 Address 0x........ is 480 bytes inside data symbol "chop" 34 35 36 37ERROR SUMMARY: 1000 errors from 1 contexts (suppressed: 0 from 0) 38