From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 0004846971A for ; Thu, 12 Dec 2019 00:36:16 +0300 (MSK) Date: Thu, 12 Dec 2019 00:36:11 +0300 From: Alexander Turenko Message-ID: <20191211213611.pqyjd2h3y3rvjxnf@tkn_work_nb> References: <20191210142204.ypbyrmyidyg5gi7j@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20191210142204.ypbyrmyidyg5gi7j@tarantool.org> 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: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org, Vladislav Shpilevoy On Tue, Dec 10, 2019 at 05:22:04PM +0300, Kirill Yukhin wrote: > 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. It seems you don't pushed it to 1.10. When you'll do, please, apply also eddc8cc03bc8a00c4f2edfc9782910b88b0fdd33 ('test: update box/errinj.test.lua result file').