On Friday, April 26, 2019 1:45:49 PM CEST surya chandrika via curl-library wrote: > Hi all, > > I just upgraded my system > > build curl with gnutls > -sh-4.2$ curl --version > curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 GnuTLS/3.3.8 zlib/1.2.7 > Release-Date: 2019-02-06
It is obvious from the log that your application still uses a NSS-linked build of libcurl and not the one which you pasted the --version output for. > To solve this > I followed some steps mentioned here: > https://curl-library.cool.haxx.narkive.com/BtQZVKwO/libcurl-7-21-4-with-nss > > But then also am facing issues. now its crashing , looks like nss is > totally corrupted. > > attaching backtrace: > > > (gdb) bt > #0 0x00007f743eca5c20 in nssToken_GetDefaultSession () from > /lib64/libnss3.so > #1 0x00007f743eca5445 in nssSlot_IsTokenPresent () from /lib64/libnss3.so This looks like a NSS bug to me, something like: https://bugzilla.mozilla.org/1054373 Did you try to upgrade nss* packages? Kamil ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html