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

crash when checking buggy transformation with wide integers #37

Closed
regehr opened this issue Feb 20, 2019 · 2 comments
Closed

crash when checking buggy transformation with wide integers #37

regehr opened this issue Feb 20, 2019 · 2 comments

Comments

@regehr
Copy link
Contributor

regehr commented Feb 20, 2019

regehr@john-home:~/alive2/build$ ./alive -root-only foo.opt 
Processing foo.opt..

----------------------------------------
  %nx = add i65 %x, -1
  %r = add i65 %nx, 3
  ret i65 %r
=>
  %r = i65 %x
  ret i65 %r

alive: ../tools/transform.cpp:41: void print_varval(std::ostream&, const smt::Model&, const IR::Value*, const IR::StateValue&): Assertion `e.isUInt(n)' failed.
Aborted
regehr@john-home:~/alive2/build$ 
@regehr
Copy link
Contributor Author

regehr commented Feb 20, 2019

manasij noticed this

nunoplopes added a commit that referenced this issue Feb 21, 2019
@nunoplopes
Copy link
Member

fixed, thanks!

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