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 D50F92F538 for ; Wed, 29 May 2019 10:29:08 -0400 (EDT) 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 WPs_Xknku1e4 for ; Wed, 29 May 2019 10:29:08 -0400 (EDT) Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 94EFE2F525 for ; Wed, 29 May 2019 10:29:08 -0400 (EDT) Date: Wed, 29 May 2019 17:29:05 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH luajit] bugfix: fixed assertion failure "lj_record.c:92: rec_check_slots: Assertion `nslots <= 250' failed" found by stressing our edgelang compiler. Message-ID: <20190529142905.ia42oum5fwoqu7my@tarantool.org> References: <20190528185705.GP11013@uranus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190528185705.GP11013@uranus> 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: Cyrill Gorcunov Cc: tarantool , Alexander Turenko Hello, On 28 May 21:57, Cyrill Gorcunov wrote: > From: "Yichun Zhang (agentzh)" > > Fixes #4053 > --- > https://github.com/tarantool/tarantool/issues/4053 > As being requested by @olegrok I've checked your patch into 1.10, 2.1 and master. -- Regards, Kirill Yukhin