In some situations, e.g. when using Eva's abstract domains, loading a session always emits a warning of the form:
[kernel] Warning: 1 state in saved file ignored. It is invalid in this Frama-C configuration.
For instance, here's how to reproduce it with a simple C file containing nothing but a main
function (int main() {}
):
frama-c main.c -eva -eva-domains gauges -save framac.sav
frama-c -load framac.sav
The warning also appears when using the template generated by frama-c-script make-template
and enabling an abstract domain in EVAFLAGS
.