From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f194.google.com (mail-lj1-f194.google.com [209.85.208.194]) (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 5631B46970E for ; Sat, 11 Jan 2020 10:38:42 +0300 (MSK) Received: by mail-lj1-f194.google.com with SMTP id l2so4485293lja.6 for ; Fri, 10 Jan 2020 23:38:42 -0800 (PST) Date: Sat, 11 Jan 2020 10:38:39 +0300 From: Cyrill Gorcunov Message-ID: <20200111073839.GH2436@uranus> References: <20200110142749.11577-1-gorcunov@gmail.com> <43fa7862-777b-1717-71e0-ccb8865d23e5@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43fa7862-777b-1717-71e0-ccb8865d23e5@tarantool.org> 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: Oleg Babin Cc: tarantool-patches@dev.tarantool.org On Sat, Jan 11, 2020 at 10:03:33AM +0300, Oleg Babin wrote: > Hello, thanks for your patch! > > Our documentation doesn't contain any mentions that fiber.create can fail. > > Could you please file an issue (or may be doc bot request) with > description in what cases user > > can expect that fiber.create will fail. Usually users don't use pcall for > fiber.create and this fact can > be quite unexpected for them. Will do. Thanks!