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
Hi thanks for the library. I am trying to use the get_integer_values_states that was recently added to the library.
I am using the master of Storm and of stormpy, since these functions were added after 1.9.0. I don't know if this is an issue of Storm or of the bindings. The types passed differ with the docs as prism_program.variables give a set of stormpy.storage.storage.Variable while get_integer_values_states seems to expect storm::expressions::Variable . I don't know if this might be a problem.
Thanks for the report. While the call should indeed only use the right variable type, giving a segfault is definitely not good. I added assertions in Storm, but I believe we should also add dedicated checks in stormpy.
Hi thanks for the library. I am trying to use the
get_integer_values_states
that was recently added to the library.I am using the master of Storm and of stormpy, since these functions were added after 1.9.0. I don't know if this is an issue of Storm or of the bindings. The types passed differ with the docs as prism_program.variables give a set of
stormpy.storage.storage.Variable
whileget_integer_values_states
seems to expectstorm::expressions::Variable
. I don't know if this might be a problem.You can repro with the simplest MDP:
This gives: Segmentation fault (core dumped) after building the model. Any help is appreciated.
The text was updated successfully, but these errors were encountered: