Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revalidate tesh files now that safety checking is based on reforks
[simgrid.git] / examples / sthread / pthread-mc-mutex-simpledeadlock.tesh
index c633f46..4ed5d19 100644 (file)
@@ -12,20 +12,26 @@ $ ${bindir:=.}/../../bin/simgrid-mc --cfg=model-check/setenv:LD_PRELOAD=${libdir
 > The thread 0 is terminating.
 > The thread 1 is terminating.
 > User's main is terminating.
+> [0.000000] [sthread/INFO] Starting the simulation.
+> All threads are started.
 > The thread 0 is terminating.
 > The thread 1 is terminating.
 > User's main is terminating.
+> [0.000000] [sthread/INFO] Starting the simulation.
+> All threads are started.
 > The thread 0 is terminating.
 > The thread 1 is terminating.
 > User's main is terminating.
+> [0.000000] [sthread/INFO] Starting the simulation.
+> All threads are started.
 > [0.000000] [mc_global/INFO] **************************
 > [0.000000] [mc_global/INFO] *** DEADLOCK DETECTED ***
 > [0.000000] [mc_global/INFO] **************************
 > [0.000000] [ker_engine/INFO] 3 actors are still running, waiting for something.
 > [0.000000] [ker_engine/INFO] Legend of the following listing: "Actor <pid> (<name>@<host>): <status>"
 > [0.000000] [ker_engine/INFO] Actor 1 (main thread@Lilibeth) simcall ActorJoin(pid:2)
-> [0.000000] [ker_engine/INFO] Actor 2 (0:1@Lilibeth) simcall MUTEX_WAIT(mutex_id:1 owner:3)
-> [0.000000] [ker_engine/INFO] Actor 3 (0:2@Lilibeth) simcall MUTEX_WAIT(mutex_id:0 owner:2)
+> [0.000000] [ker_engine/INFO] Actor 2 (thread 1@Lilibeth) simcall MUTEX_WAIT(mutex_id:1 owner:3)
+> [0.000000] [ker_engine/INFO] Actor 3 (thread 2@Lilibeth) simcall MUTEX_WAIT(mutex_id:0 owner:2)
 > [0.000000] [mc_global/INFO] Counter-example execution trace:
 > [0.000000] [mc_global/INFO]   2: MUTEX_ASYNC_LOCK(mutex: 0, owner: 2)
 > [0.000000] [mc_global/INFO]   2: MUTEX_WAIT(mutex: 0, owner: 2)