From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 1 Nov 2018 15:45:37 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] [PATCH v3 0/4] Dump lua frames for a fiber traceback Message-ID: <20181101124537.fgyu23mauuf5a5i6@esperanza> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Georgy Kirichenko Cc: tarantool-patches@freelists.org List-ID: On Wed, Oct 31, 2018 at 01:49:09PM +0300, Georgy Kirichenko wrote: > Lua frames are now dumped as well as plain C-frames for a > fiber backtrace. The main patch follows preparation fixes: > - disable unwind handler inlining; > - enable backtrace for an active coroutine; > - reuse existing lua state for triggers; > > Georgy Kirichenko (4): > fiber: do not inline coro unwind function > Proper unwind for currently executing fiber > Use fiber lua state for triggers if possible > Show names of Lua functions in backtraces Pushed to 1.10-features