From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Thu, 29 Aug 2019 13:39:32 +0300 From: Konstantin Osipov Subject: Re: [tarantool-patches] [PATCH] box/memtx: strip_core -- Warn on linux only Message-ID: <20190829103932.GG22684@atlas> References: <20190828181322.16768-1-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190828181322.16768-1-gorcunov@gmail.com> To: tarantool-patches@freelists.org Cc: Alexander Turenko , Vladimir Davydov , Cyrill Gorcunov List-ID: * Cyrill Gorcunov [19/08/28 21:17]: > We know that madvise(MADV_DONTDUMP) is present > on linux based platforms only (macos doesn't > support it at all, freebsd requires MADV_NOCORE > or similar which is unsupported by now) thus > we should not print a warning on other systems > to not spam users. > > Fixes #4464 lgtm. -- Konstantin Osipov, Moscow, Russia