X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4d58af5e9f29128ea5d5cbb677884eae5ba1bf81..8344f32ee2339f2b53a6e79ac0e9aa3a93384f58:/examples/sthread/pthread-mutex-recursive.tesh diff --git a/examples/sthread/pthread-mutex-recursive.tesh b/examples/sthread/pthread-mutex-recursive.tesh index ca535da834..0879b2c14e 100644 --- a/examples/sthread/pthread-mutex-recursive.tesh +++ b/examples/sthread/pthread-mutex-recursive.tesh @@ -1,5 +1,4 @@ $ env ASAN_OPTIONS=verify_asan_link_order=0:$ASAN_OPTIONS LD_PRELOAD=${libdir:=.}/libsthread.so ./pthread-mutex-recursive -> sthread is intercepting the execution of ./pthread-mutex-recursive > Got the lock on the default mutex. > Failed to relock the default mutex. > Got the lock on the recursive mutex.