From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (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 C014C46970E for ; Wed, 15 Jan 2020 16:39:14 +0300 (MSK) Received: by mail-lj1-f196.google.com with SMTP id j1so18593340lja.2 for ; Wed, 15 Jan 2020 05:39:14 -0800 (PST) Date: Wed, 15 Jan 2020 16:39:11 +0300 From: Cyrill Gorcunov Message-ID: <20200115133911.GM31598@uranus> References: <20200110142749.11577-1-gorcunov@gmail.com> <20200115133548.5gcntnlmvao2eisl@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200115133548.5gcntnlmvao2eisl@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH] fiber: set diag error on madvise, mprotect fails List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tml On Wed, Jan 15, 2020 at 04:35:49PM +0300, Alexander Turenko wrote: > My understanding of error handling is so: > ... Thanks for review, Sasha! I'll try to address the comments today.