Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strategy output and Ptrie conflict #4

Open
Smoothini opened this issue Dec 8, 2020 · 0 comments
Open

Strategy output and Ptrie conflict #4

Smoothini opened this issue Dec 8, 2020 · 0 comments

Comments

@Smoothini
Copy link

branch: https://github.com/TAPAAL/verifydtapn/tree/strategy_output

If I run the verifier engine on a file with both ptrie flag (-p) and strategy output flag (-z), while it gives me the correct execution time, I also get a memory allocation error

terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc
./run_tests.sh: line 2: 2456 Aborted (core dumped)

Line 2 in that .sh file contained the netsynth command, but inside a for loop, something like
./verifydtapn-linux64 -k 20000 -o 1 -m 0 -p 1 -z file$i.txt file$i.xml file$i.q

Using both -p and -z is the only occurence of this error happening from what I have seen so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant