Created attachment 292 [details] Model describing various scenarios where the bug occurs. If a function is specified as double abs(double x) { return (x < 0.0 ? -x : x); } the results are unpredictable, sometimes leading to engine-crash.
Works fine in 4.1.19, but broken in stratego (4.1.20)