From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 3DE68469719 for ; Thu, 13 Feb 2020 23:57:49 +0300 (MSK) Received: by mail-lf1-f66.google.com with SMTP id f24so5276644lfh.3 for ; Thu, 13 Feb 2020 12:57:49 -0800 (PST) Date: Thu, 13 Feb 2020 23:57:35 +0300 From: Cyrill Gorcunov Message-ID: <20200213205735.GP21061@uranus> References: <20200213205618.7982-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200213205618.7982-1-gorcunov@gmail.com> Subject: Re: [Tarantool-patches] [PATCH v7 0/2] fiber: Handle stack madvise/mprotect errors List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tml Cc: Vladislav Shpilevoy On Thu, Feb 13, 2020 at 11:56:16PM +0300, Cyrill Gorcunov wrote: > Changes in v7: > - address Vlad's comments > - add test for slab leak when mprotect fails on exit path > > Still the beautifying of errinj is send as a separate patch > so diff is pretty big for now. issue https://github.com/tarantool/tarantool/issues/4722 branch https://github.com/tarantool/tarantool/tree/gorcunov/gh-4722-mprotect-diag-error-7