From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (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 9278E4696C5 for ; Wed, 15 Jan 2020 20:05:29 +0300 (MSK) Received: by mail-lf1-f51.google.com with SMTP id 203so13267384lfa.12 for ; Wed, 15 Jan 2020 09:05:29 -0800 (PST) From: Cyrill Gorcunov Date: Wed, 15 Jan 2020 20:05:22 +0300 Message-Id: <20200115170524.20471-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v2 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 issue https://github.com/tarantool/tarantool/issues/4722 branch gorcunov/gh-4722-mprotect-diag-error-2 Cyrill Gorcunov (2): fiber: use diag_ logger in fiber_madvise/mprotect failures fiber: exit with panic if we unable to revert guard page src/lib/core/fiber.c | 74 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 57 insertions(+), 17 deletions(-) -- 2.20.1