From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f67.google.com (mail-lf1-f67.google.com [209.85.167.67]) (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 779F9469719 for ; Fri, 14 Feb 2020 17:22:24 +0300 (MSK) Received: by mail-lf1-f67.google.com with SMTP id z26so6829512lfg.13 for ; Fri, 14 Feb 2020 06:22:24 -0800 (PST) Date: Fri, 14 Feb 2020 17:22:20 +0300 From: Cyrill Gorcunov Message-ID: <20200214142220.GY21061@uranus> References: <20200214132220.29830-1-gorcunov@gmail.com> <20200214132220.29830-3-gorcunov@gmail.com> <20200214141704.GA10968@atlas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200214141704.GA10968@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:17:04PM +0300, Konstantin Osipov wrote: > > > > In future (hopefully near one) we plan to drop > > guard pages to prevent VMA fracturing and use > > stack marks instead. > > Seriously, let's have some decency, first we pushed an optional > feature and then it broke and you're suggestinga hot fix that leaks > memory. > > What's the issue with disabling the broken feature? As far as I understand we gonna drop guard pages for release builds only, for debug builds it will be with us, no?