Skip to content
Snippets Groups Projects
  • Roman Tsisyk's avatar
    8b380c93
    Fix #334: Warnings on startup · 8b380c93
    Roman Tsisyk authored
    Tarantool's signal handlers are now installed *before* executing
    Lua script. libreadline doesn't install own signals anymore.
    TTY is now clean up properly in all cases.
    
    This patch also fixes possible problems with signal handlers
    after daemonization via box.cfg { background = true }.
    8b380c93
    History
    Fix #334: Warnings on startup
    Roman Tsisyk authored
    Tarantool's signal handlers are now installed *before* executing
    Lua script. libreadline doesn't install own signals anymore.
    TTY is now clean up properly in all cases.
    
    This patch also fixes possible problems with signal handlers
    after daemonization via box.cfg { background = true }.