From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 74B6E23EE2 for ; Fri, 21 Dec 2018 02:37:48 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AQ7LE2qFEWgk for ; Fri, 21 Dec 2018 02:37:48 -0500 (EST) Received: from smtp14.mail.ru (smtp14.mail.ru [94.100.181.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id C84D7214A7 for ; Fri, 21 Dec 2018 02:37:47 -0500 (EST) Date: Fri, 21 Dec 2018 10:37:45 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] Fix build with ENABLE_ASAN=ON Message-ID: <20181221073745.7xfo4hmq6aufl7ab@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: Alexander Turenko Cc: tarantool-patches@freelists.org Hello, On 20 Dec 15:49, Alexander Turenko wrote: > It still supports only clang, so use CC=clang CXX=clang++ cmake > -DENABLE_ASAN on systems where gcc is default compiler. > > Fixes #3070. > --- > > https://github.com/tarantool/tarantool/issues/3070 > https://github.com/tarantool/tarantool/tree/Totktonada/gh-3070-fix-asan I've checked that updated patch works for 3.9+ clang and checked it into 1.10 and 2.1 branches. It should be mentioned, that ASan still won't work on 2.1 since lemon parser looks leaking to it. -- Regards, Kirill Yukhin