1

The following code leads to a SIGSEV

Map<String, String> settings = new HashMap<String, String>();
settings.put("model", "true");
Context z3_ctx = new Context(settings);
BitVecExpr bv_left = z3_ctx.mkBV(10, 32);
IntExpr ret_val = z3_ctx.mkBV2Int(bv_left, true); 

If signed==false, then no problem happens.

I am running Z3 on a MAC OS X.

Any ideas?

0 Answers0