aec9c84d0d
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>
15 lines
409 B
Text
15 lines
409 B
Text
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
|