Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Show more information on dead-lock'ed transitions
[simgrid.git] / src / mc / mc_dpor.c
index 05677d2..bdc859e 100644 (file)
@@ -153,7 +153,8 @@ void MC_dpor(void)
         INFO0("**************************");
         INFO0("Locked transitions:");
         xbt_setset_foreach(mc_current_state->transitions, cursor, trans){
-          INFO1("%s", trans->name);
+          INFO3("%s [src=%p, dst=%p]", trans->name, trans->wait.comm->src_proc,
+                trans->wait.comm->dst_proc);
         }
 
         INFO0("Counter-example execution trace:");