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 3056126375 for ; Fri, 15 Feb 2019 09:58:55 -0500 (EST) 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 hEiy-v_fb6at for ; Fri, 15 Feb 2019 09:58:55 -0500 (EST) Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (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 DE49126148 for ; Fri, 15 Feb 2019 09:58:54 -0500 (EST) Date: Fri, 15 Feb 2019 17:58:52 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] box: fix bug with module_reload() without box.cfg{} Message-ID: <20190215145852.wleoyf64p6whk6rw@tarantool.org> References: <20190205001737.8475-1-roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190205001737.8475-1-roman.habibov@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: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org Hello, On 05 Feb 03:17, Roman Khabibov wrote: > Fix bug with segfault when use module_reload() before box.cfg{}. > > Closes #3770 > > Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/gh-3770-module-reload > Issue: https://github.com/tarantool/tarantool/issues/3770 I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin