hacspec / hax

A Rust verification tool
https://hacspec.org/blog
Apache License 2.0
200 stars 21 forks source link

Out Of Memory in the engine #1109

Open W95Psp opened 2 weeks ago

W95Psp commented 2 weeks ago

If an OOM happens in the engine, it seems like OCaml just exits with 1 with no error message at all.

That's an issue because that's probably a specific phase that crashed. We want to have information about that phase.

Possible solutions:

franziskuskiefer commented 2 weeks ago

Is this related to #1033?

W95Psp commented 2 weeks ago

Probably, yes! Thanks for linking it!