Home | History | Annotate | Download | only in tests
      1 
      2 ---Thread-Announcement------------------------------------------
      3 
      4 Thread #x was created
      5    ...
      6    by 0x........: pthread_create@* (hg_intercepts.c:...)
      7    by 0x........: main (tc14_laog_dinphils.c:34)
      8 
      9 ----------------------------------------------------------------
     10 
     11 Thread #x: lock order "0x........ before 0x........" violated
     12 
     13 Observed (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:18)
     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:19)
     22    by 0x........: mythread_wrapper (hg_intercepts.c:...)
     23    ...
     24 
     25 
     26 ERROR SUMMARY: 1000 errors from 1 contexts (suppressed: 0 from 0)
     27