On Thu, 13 Apr 2023 14:53:14 +0800 (GMT+08:00) "Dezhi Wang" <wangdezhist...@163.com> wrote:
> [New Thread 0x7fffe660a700 (LWP 3791)] > [Thread 0x7fffe660a700 (LWP 3791) exited] > Program received signal SIGSEGV, Segmentation fault. > 0x00007fffe50c0fe5 in intel_aes_gcmAAD () from > /lib64/libfreeblpriv3.so You didn't post the backtrace, so I don't have the full picture, but the crash seems to be happening in your TLS implementation (NSS), most likely because the AES GCM context pointer somehow turned out to be NULL. Is there a way to install a libcurl build linked with a different TLS back-end (e.g. OpenSSL)? How exactly did you install R? Please keep the Cc: r-help@R-project.org header in your e-mails (in order to let others find their solutions through the publicly available R-help archive). Please post in plain text, not HTML: https://www.r-project.org/mail.html#general-instructions -- Best regards, Ivan ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.