X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c4830be809e3969945e79f543151a676bbc12a1f..adbdcbddadcbd685b72259874d1ebfd9cbbcc497:/examples/sthread/pthread-mutex-simple.tesh diff --git a/examples/sthread/pthread-mutex-simple.tesh b/examples/sthread/pthread-mutex-simple.tesh index 00827cbed4..f4b3f3cd6b 100644 --- a/examples/sthread/pthread-mutex-simple.tesh +++ b/examples/sthread/pthread-mutex-simple.tesh @@ -1,7 +1,6 @@ -$ ./pthread-mutex-simple -> [0.000000] [sthread/INFO] Starting the simulation. -> The first thread is terminating. +$ env ASAN_OPTIONS=verify_asan_link_order=0:$ASAN_OPTIONS LD_PRELOAD=${libdir:=.}/libsthread.so ./pthread-mutex-simple > All threads are started. -> The second thread is terminating. +> 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.