X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0e93a6a4400978f6473c813eb434437ab540b2d..447a95c2dd42863dc11b210dd1e1dd857017a954:/examples/sthread/pthread-mutex-simple.tesh diff --git a/examples/sthread/pthread-mutex-simple.tesh b/examples/sthread/pthread-mutex-simple.tesh index b3bba4d0fd..29d66a92df 100644 --- a/examples/sthread/pthread-mutex-simple.tesh +++ b/examples/sthread/pthread-mutex-simple.tesh @@ -1,7 +1,7 @@ -$ ./pthread-mutex-simple +$ env ASAN_OPTIONS=verify_asan_link_order=0:$ASAN_OPTIONS LD_PRELOAD=${libdir:=.}/libsthread.so ./pthread-mutex-simple > [0.000000] [sthread/INFO] Starting the simulation. -> The thread 0 is terminating. > All threads are started. +> The thread 0 is terminating. > The thread 1 is terminating. > User's main is terminating. -> [0.000000] [sthread/INFO] All threads exited. Terminating the simulation. \ No newline at end of file +> [0.000000] [sthread/INFO] All threads exited. Terminating the simulation.