curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: reproducible, but limited, SEGFAULTS after upgrade curl/libcurl 7.66 -> 7.67. curl issue, or not?

From: Daniel Stenberg via curl-library <curl-library_at_cool.haxx.se>
Date: Thu, 14 Nov 2019 07:26:09 +0100 (CET)

On Wed, 13 Nov 2019, PGNet Dev wrote:

>> curl_multi_add_handle() @
>> https://github.com/openSUSE/libzypp/blob/02a52477c0378127d0c13e4797826ee1367936ac/zypp/media/MediaMultiCurl.cc#L763
>
> #0 Curl_splay (i=..., t=0x563d07704238) at splay.c:55
> https://github.com/curl/curl/blob/2e9b725f67d49a9d7a1f053fe52dd4920c9ab1ad/lib/splay.c#L55

It is *unlikely* that the problem is within the splay functions themselves
since they're virtually unmodified since years. It is likely that this thus
happens because the splay tree or the data in the tree broke for other
reasons. If that's the case, then something else prior to this event is the
actual culprit.

We fixed a bug the other day that could possibly be related:

   https://github.com/curl/curl/commit/13182b33f727cf5a56a5a13419904369f7f3baad

-- 
  / daniel.haxx.se | Get the best commercial curl support there is - from me
                   | Private help, bug fixes, support, ports, new features
                   | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2019-11-14