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 7F8A12EA9A for ; Wed, 29 May 2019 02:52:16 -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 TjPJ0rNV5wCo for ; Wed, 29 May 2019 02:52:16 -0400 (EDT) Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 304AC2E96C for ; Wed, 29 May 2019 02:52:16 -0400 (EDT) Received: by mail-lj1-f196.google.com with SMTP id h19so1304453ljj.4 for ; Tue, 28 May 2019 23:52:16 -0700 (PDT) Date: Wed, 29 May 2019 09:52:13 +0300 From: Cyrill Gorcunov 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: <20190529065213.GT11013@uranus> References: <20190528185705.GP11013@uranus> <20190528233348.nienvzlxl73hybvt@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: tarantool , Alexander Turenko 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? Didn't find any.