lean2/tests/lean/loop3.lean.expected.out
Leonardo de Moura aec9c84d0d fix(util/lua): deadlock
Errors in the Lua library produce longjmps.
The longjmp will not unwind the C++ stack.
In the new test, the lock was not being released, and the system was deadlocking in the next call that tried to lock the environment

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-04 15:16:29 -08:00

15 lines
409 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Set: pp::colors
Set: pp::unicode
Assumed: vec
Assumed: concat
Assumed: concat_assoc
Assumed: empty
Assumed: concat_empty
∀ (n : ) (v : vec (n + 0)) (w : vec n), v = w ; empty
loop3.lean:20: error: executing script
error: bad argument #3 to 'simplify' (options expected)
STEP 1
STEP 2
λ n : , ∃ (v : vec (n + 0)) (w : vec n), v ≠ w ; empty
====>
λ n : , ∃ v x : vec n, v ≠ x