I have a modified version of KLEE and an essentially simple query like
(assert (= 173 (str.len "OREN"))) (meant to be false).
When I invoke the Z3 solver I get stuck in an infinite loop (haven't waited forever though :]) inside the following while statement in z3/src/ast/rewriter/rewriter_def.h:
while (!frame_stack().empty())
I've posted it as a potential bug in GitHub/Z3Prover/z3/issues but I'm not at all sure it is indeed a bug. Any help is very much appreciated, thanks!