From: rtrimana Date: Mon, 22 Jun 2020 23:57:40 +0000 (-0700) Subject: Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/jpf-core X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e43debc55d61b0b1f84b2781b67b2a8ec57ee896;hp=e3029fe7a819a13b3753968460facfdeb92eb59b;p=jpf-core.git Merge branch 'master' of ssh://plrg.eecs.uci.edu/home/git/jpf-core --- diff --git a/src/main/gov/nasa/jpf/listener/DPORStateReducer.java b/src/main/gov/nasa/jpf/listener/DPORStateReducer.java index a8e9367..a54c7fa 100644 --- a/src/main/gov/nasa/jpf/listener/DPORStateReducer.java +++ b/src/main/gov/nasa/jpf/listener/DPORStateReducer.java @@ -1167,7 +1167,8 @@ public class DPORStateReducer extends ListenerAdapter { pushedExecution, pushedChoice, currRWSet, visited); } // Remove the transition after being explored - visited.remove(confTrans); + // TODO: Seems to cause a lot of loops---commented out for now + //visited.remove(confTrans); } // --- Functions related to the reachability analysis when there is a state match