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 DE1AA2F113 for ; Tue, 28 May 2019 19:51:57 -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 GlUzFZ_VdfC9 for ; Tue, 28 May 2019 19:51:57 -0400 (EDT) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 9DCF62F112 for ; Tue, 28 May 2019 19:51:57 -0400 (EDT) Date: Wed, 29 May 2019 02:51:35 +0300 From: Alexander Turenko 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: <20190528235133.3jcdts4ii3tcgwc4@tkn_work_nb> References: <20190528185705.GP11013@uranus> <20190528233348.nienvzlxl73hybvt@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190528233348.nienvzlxl73hybvt@tarantool.org> 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: Kirill Yukhin Cc: Cyrill Gorcunov , tarantool On Wed, May 29, 2019 at 02:33:48AM +0300, Kirill Yukhin wrote: > 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 > > No test in original patch as well? AFAIK, no.