From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) (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 D5C354765E0 for ; Thu, 24 Dec 2020 16:16:04 +0300 (MSK) Received: by mail-lf1-f41.google.com with SMTP id o13so4722107lfr.3 for ; Thu, 24 Dec 2020 05:16:04 -0800 (PST) Date: Thu, 24 Dec 2020 16:16:01 +0300 From: Cyrill Gorcunov Message-ID: <20201224131601.GB298600@grain> References: <20201223154155.234884-1-gorcunov@gmail.com> <20201223154155.234884-5-gorcunov@gmail.com> <30a781d7-4f4e-3543-f67e-2fb1f7cce172@tarantool.org> <20201223212253.GA298600@grain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201223212253.GA298600@grain> Subject: Re: [Tarantool-patches] [PATCH v5 4/4] crash: report crash data to the feedback server List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tml On Thu, Dec 24, 2020 at 12:22:53AM +0300, Cyrill Gorcunov wrote: > On Wed, Dec 23, 2020 at 07:47:44PM +0100, Vladislav Shpilevoy wrote: > > Hi! Thanks for the patch! > > > > See 3 comments and fixes below, and top of the branch in a > > separate commit. > > > > Vlad, since we can use json_escape I dropped usage of base64 > encoder for backtrace. The final interdiff I pushed into > gorcunov/gh-5261-crash-report-6 is the following FWIW gorcunov/gh-5261-crash-report-6 passes all tests https://gitlab.com/tarantool/tarantool/-/pipelines/234153923