From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp56.i.mail.ru (smtp56.i.mail.ru [217.69.128.36]) (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 7F77C46971A for ; Tue, 10 Dec 2019 17:22:05 +0300 (MSK) Date: Tue, 10 Dec 2019 17:22:04 +0300 From: Kirill Yukhin Message-ID: <20191210142204.ypbyrmyidyg5gi7j@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 > > Vladislav Shpilevoy (2): > errinj: provide 'get' method in Lua > func: fix not unloading of unused modules I've checked your patchset into 1.10, 2.2 and master. -- Regards, Kirill Yukhin