From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 35D9C1F9FD for ; Tue, 23 Feb 2021 22:22:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231837AbhBWWTS (ORCPT ); Tue, 23 Feb 2021 17:19:18 -0500 Received: from silly.haxx.se ([159.253.31.95]:42376 "EHLO silly.haxx.se" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230234AbhBWWTQ (ORCPT ); Tue, 23 Feb 2021 17:19:16 -0500 X-Greylist: delayed 587 seconds by postgrey-1.27 at vger.kernel.org; Tue, 23 Feb 2021 17:19:16 EST Received: by silly.haxx.se (Postfix, from userid 1001) id F24895E4EA; Tue, 23 Feb 2021 23:08:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by silly.haxx.se (Postfix) with ESMTP id EE27F7D5D1; Tue, 23 Feb 2021 23:08:43 +0100 (CET) Date: Tue, 23 Feb 2021 23:08:43 +0100 (CET) From: Daniel Stenberg X-X-Sender: dast@silly To: Kevin Burke cc: git@vger.kernel.org Subject: Re: Crash when using libcurl with new hyper + rustls backend In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) X-fromdanielhimself: yes MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, 23 Feb 2021, Kevin Burke wrote: > When I compile Git using this curl, I get a segfault when running "git > fetch https://go.googlesource.com/tools" The hyper backend in curl is still considered experimental and it doesn't even pass all curl's own tests yet. Before it does that, I'm not sure it is constructive to bring problems to libcurl users like git since if the problems can't be produced with the built-in libcurl HTTP code, they seem likely to rather be libcurl internal problems. -- / daniel.haxx.se