You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling a test case to C, I get a read access violation. I believe the currentState field of PRT_MACHINEINST_PRIV is a garbage value, but I could be wrong. It could be a bug in Prt or in the generated code. I am not sure how to debug this. Can Visual Studio do reverse debugging? 😄
The text was updated successfully, but these errors were encountered:
PrtExecution.c line 817. The transIndex is out of bounds. Not sure why. Could add a bounds check here: PRT_DBG_ASSERT(transIndex < nTransitions, "Check Failed");
When compiling a test case to C, I get a
read access violation
. I believe thecurrentState
field ofPRT_MACHINEINST_PRIV
is a garbage value, but I could be wrong. It could be a bug in Prt or in the generated code. I am not sure how to debug this. Can Visual Studio do reverse debugging? 😄The text was updated successfully, but these errors were encountered: