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 04CEF46970E for ; Thu, 19 Dec 2019 07:50:14 +0300 (MSK) Date: Thu, 19 Dec 2019 07:50:13 +0300 From: Kirill Yukhin Message-ID: <20191219045013.svyfcecm5ltbl4uv@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 0/2] Module is not unloaded on function drop List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org Hello, On 27 ноя 00:29, Vladislav Shpilevoy wrote: > The patchset fixes a problem when a C function, added via > box.schema.func.create(), is dropped, but its dynamic library is not unloaded > from the process' memory. > > Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-4648-func-unload > Issue: https://github.com/tarantool/tarantool/issues/4648 I've checked your patchset into 1.10, 2.2 and master. -- Regards, Kirill Yukhin