X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe73ee0797bb00244bdd4798a342633ac7e507fd..8be89720f55b4ceeb2877531ae1602cc7ed947d6:/examples/sthread/pthread-mutex-recursive.tesh diff --git a/examples/sthread/pthread-mutex-recursive.tesh b/examples/sthread/pthread-mutex-recursive.tesh index afe8d88a90..0879b2c14e 100644 --- a/examples/sthread/pthread-mutex-recursive.tesh +++ b/examples/sthread/pthread-mutex-recursive.tesh @@ -1,7 +1,6 @@ $ 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 -> [0.000000] [sthread/INFO] All threads exited. Terminating the simulation. > Got the lock on the default mutex. > Failed to relock the default mutex. > Got the lock on the recursive mutex. -> Got the lock again on the recursive mutex. \ No newline at end of file +> Got the lock again on the recursive mutex. +> [0.000000] [sthread/INFO] All threads exited. Terminating the simulation.