From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (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 26C0A469719 for ; Fri, 14 Feb 2020 17:31:39 +0300 (MSK) Received: by mail-lj1-f195.google.com with SMTP id x7so10979557ljc.1 for ; Fri, 14 Feb 2020 06:31:39 -0800 (PST) Date: Fri, 14 Feb 2020 17:31:35 +0300 From: Cyrill Gorcunov Message-ID: <20200214143135.GZ21061@uranus> References: <20200214132220.29830-1-gorcunov@gmail.com> <20200214132220.29830-3-gorcunov@gmail.com> <20200214141704.GA10968@atlas> <20200214142220.GY21061@uranus> <20200214142919.GB10968@atlas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200214142919.GB10968@atlas> Subject: Re: [Tarantool-patches] [PATCH v8 2/2] fiber: leak slab if unable to bring prots back List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Konstantin Osipov Cc: tml , Vladislav Shpilevoy On Fri, Feb 14, 2020 at 05:29:19PM +0300, Konstantin Osipov wrote: > > > > As far as I understand we gonna drop guard pages for release > > builds only, for debug builds it will be with us, no? > > Panic in debug is ok. Thanks for clarification, Kostya! I'll rework the series once time permit.