Open antonis19 opened 6 years ago
Is it possible for you to attach the generated global graph (and the output of the synthesis?
Here is the output of the synthesis:
user@Lenovo:~/go/src/github.com/nickng/dingo-hunter/third_party/gmc-synthesis$ ./runsmc.py inputs/output_cfsms
----------------- GMC Check -----------------
Parsing CFSMs file... (factor 0)
Machine 5: True
Machine 3: True
Machine 1: False
Machine 2: False
Machine 4: True
Machine 0: False
----------------- Global Graph Synthesis -----------------
Parsing PN file...
Transformation 1 (One-Source Petri Net)
Transformation 2 (Joined Petri Net)
Transformation 3 (PN to Pre-Global Graph)
Transformation 4 (Pre-Global Graph to Global Graph)
Global Graph Construction Done; see output folder.
Execution time: 0.150355100632 ( Start: 1527690669.44 --> End: 1527690669.59 )
These are the generated graphs:
/cc @julien-lange
Confirmed as incorrect behaviour - fix will be issued in synthesis tool
Dingo-Hunter is not able to detect a deadlock for the program below: (you can also find the code in this pastebin link https://pastebin.com/C4Md3yLB). The extracted CFSMs are correct, however the GMC synthesis succeeds for all 3 machines, when in fact it should fail.
This is the most simple example I am showing. I have other examples where deadlocks are not detected, when previously they were detected. Is it possible that an update in GMC synthesis tool caused deadlocks to go undetected ?