From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 6FF9B43040D for ; Mon, 31 Aug 2020 14:36:14 +0300 (MSK) Date: Mon, 31 Aug 2020 14:36:13 +0300 From: Kirill Yukhin Message-ID: <20200831113613.nfj3rpwy3guttadc@tarantool.org> References: <20200831105954.32408-1-i.kosarev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200831105954.32408-1-i.kosarev@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2] test: concurrent tuple update segfault on bitset index iteration List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ilya Kosarev Cc: tarantool-patches@dev.tarantool.org Hello, On 31 авг 13:59, Ilya Kosarev wrote: > Concurrent tuple update could segfault on BITSET_ALL_NOT_SET iterator > usage. Fixed in 850054b2dbca257076c3f7c22e00564ac55b70d5. This patch > introduces corresponding test. > > Closes #1088 > --- > Branch: https://github.com/tarantool/tarantool/tree/i.kosarev/gh-1088-concurrent-tuple-update-segfault-with-bitset-index > Issue: https://github.com/tarantool/tarantool/issues/1088 I've checked your patch into 1.10, 2.4, 2.5 and master. -- Regards, Kirill Yukhin