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

Running example class TestZ3 only gets one "div by 0" error message #62

Open
y553546436 opened this issue Jul 29, 2021 · 0 comments
Open
Assignees

Comments

@y553546436
Copy link

When running src/examples/TestZ3.jpf, I got one error message:

java.lang.ArithmeticException: div by 0
	at TestZ3.testMod(TestZ3.java:195)
	at TestZ3.main(TestZ3.java:209)

which is because in the testMod method, the concrete value carried by the symbolic argument y is 0.

@yannicnoller yannicnoller self-assigned this Sep 6, 2022
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

2 participants