Specialized binary results in a runtime segmentation fault with configuration priming: yices #52
Labels
bug
Generic bug
occamized-binary-exec-crash
The specialized binary generated by OCCAM crashes
over-specialization
Specializing yices with configuration priming results in a large reduction of functions. However, when the specialized binary is run, it results in a segmentation fault. The files required to reproduce the problem can be found here. The issue can be reproduced in the following way:
The test solves for an example file (bool_eqs.ys) using the QF_AUFBV logic and compares the result with result from an unspecialized binary. The test fails when the --enable-config-prime flag is provided. However, the test passes when the flag is not provided (i.e. bash build.sh). To see the segmentation fault, run ./yices_occamized_stripped (after running bash build.sh --enable-config-prime).
The text was updated successfully, but these errors were encountered: