Actions
Bug #5720
openRegression Test : reusing LRA summary aborted
Start date:
20/10/2017
Due date:
% Done:
100%
Estimated time:
Description
When verifying the attached C code with LRA, the summary is generated successfully, but cannot be reused in the second run.
How to run:
./hifrog --claim 1 --logic qflra getchar1.c
Error message:
Assertion failed: ("Error: Not all arguments of a summary of a function was instantiated." && symbols.size() == args_instantiated), function substitute, file solvers/smt_itp.cpp, line 326.
Abort trap: 6
P.S. with the logic prop it works fine.(summary is generated and can be reused successfully).
Files
Updated by Karine Even Mendoza about 7 years ago
It is very clear what is the error: "Error: Not all arguments of a summary of a function was instantiated"
Why not first fixing the writing?
Updated by Martin Blicha about 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Writing and reading of summaries is now fixed and merged into the master branch.
Actions