When I try to run SMTChecker with a piece of code that contains assert(true) or assert(false), I get a weird error:
Unknown exception during compilation: thread constructor failed: Resource temporarily unavailable
It does not happen if I remove "engine": "chc" or "timeout" or use a timeout of zero. Seems to be a JS problem because the same input works fine with solc.
When I try to run SMTChecker with a piece of code that contains
assert(true)
orassert(false)
, I get a weird error:It does not happen if I remove
"engine": "chc"
or"timeout"
or use a timeout of zero. Seems to be a JS problem because the same input works fine withsolc
.input.json
solcjs
outputCompiler version: 0.8.6
solc
outputThe problem does not happen with
solc
.Compiler version: 0.8.6