From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f193.google.com (mail-lj1-f193.google.com [209.85.208.193]) (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 B72D7469719 for ; Mon, 17 Feb 2020 23:34:27 +0300 (MSK) Received: by mail-lj1-f193.google.com with SMTP id x7so20329044ljc.1 for ; Mon, 17 Feb 2020 12:34:27 -0800 (PST) Date: Mon, 17 Feb 2020 23:34:25 +0300 From: Cyrill Gorcunov Message-ID: <20200217203425.GC2482@uranus> References: <20200217155953.25803-1-gorcunov@gmail.com> <20200217155953.25803-5-gorcunov@gmail.com> <20200217171940.GD11553@atlas> <20200217190508.GA2482@uranus> <20200217200156.GB12248@atlas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200217200156.GB12248@atlas> Subject: Re: [Tarantool-patches] [PATCH 4/4] box/txn: fix nil dereference in txn_rollback List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Konstantin Osipov Cc: tml On Mon, Feb 17, 2020 at 11:01:56PM +0300, Konstantin Osipov wrote: ... > This patch is indeed what I was trying to suggest. Now we're failing at [001] tarantool: /home/cyrill/sda1/tarantool/tarantool.git/src/box/txn.c:481: txn_entry_complete_cb: Assertion `in_txn() == NULL' failed. I think that's what Georgy meant when been pointing on a need of modifying journal code. I'll continue investigating tomorrow.