Skip to content
Snippets Groups Projects
Commit e9aa7d87 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix gh-612 "crash on start".

tarantoolctl instance management script may run atexit()
handler a few times - and if the call stack leads back to lua_call(),
trying to free Lua state from within Lua call produced a crash.

Don't try to close lua_State from within lua_call,
this leads to a sudden death during an otherwise
orderly shutdown.
parent fabb121c
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment