From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id E5BC34765E0 for ; Tue, 22 Dec 2020 21:02:06 +0300 (MSK) Date: Tue, 22 Dec 2020 21:01:22 +0300 From: Sergey Kaplun Message-ID: <20201222180122.GD9101@root> References: <20201222130858.16812-1-skaplun@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201222130858.16812-1-skaplun@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] lua: avoid panic if HOOK_GC is not active List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin , Sergey Ostanevich Cc: Michael Filonenko , tarantool-patches@dev.tarantool.org ChangeLog: - Fix false positive panic when yield in debug hook (gh-5649). -- Best regards, Sergey Kaplun