From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng1.m.smailru.net (smtpng1.m.smailru.net [94.100.181.251]) (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 489F34765E0 for ; Wed, 30 Dec 2020 14:20:59 +0300 (MSK) Date: Wed, 30 Dec 2020 14:20:44 +0300 From: Igor Munkin Message-ID: <20201230112044.GY5396@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH luajit 0/3] LuaJIT memory profiler bug fixes List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Kaplun Cc: tarantool-patches@dev.tarantool.org Sergey, On 30.12.20, Sergey Kaplun wrote: > This patchset accumulate different fixes for memory profiler bugs > introduced in scope of [1]. > > Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-noticket-misc-memprof-fixes > Branch CI: https://github.com/tarantool/tarantool/tree/skaplun/gh-noticket-misc-memprof-fixes > > CI is red [2], [3] but it isn't related to the patch, AFAICS. It has failed > before my commit (see [4], [5]). > CI :https://gitlab.com/tarantool/tarantool/-/pipelines/235622340 > > [1]: https://github.com/tarantool/tarantool/issues/5442 > [2]: https://gitlab.com/tarantool/tarantool/-/jobs/936802176 > [3]: https://gitlab.com/tarantool/tarantool/-/jobs/936802176 > [4]: https://gitlab.com/tarantool/tarantool/-/jobs/936547205#L4118 > [5]: https://gitlab.com/tarantool/tarantool/-/pipelines/235383279 > > Sergey Kaplun (3): > misc: fix build with disabled memory profiler > core: fix resources leak in memory profiler > core: remove excess assertion inside memprof I've checked your patchset into tarantool/luajit bleeding branch and bumped a new version in Tarantool master. > > > -- > 2.28.0 > -- Best regards, IM