Closed jjlynch2 closed 4 years ago
Hi, thank you for the feedback! I currently have no idea for the segfault. But there are a few things for you to try.
You can try to execute R.home()
in R, copy the path, and try the following thing in julia:
ENV["R_HOME"] = "the path you just get from R.home() in R"
using Pkg; Pkg.build("RCall")
Thanks for the suggestion. I tried that and it is still receiving a segmentation fault. This is really strange as I haven't updated R, Julia, or any of their packages.
Looking more closely at the stack trace error messages, it seems the error is directly from Pkg
, maybe related to libhttp_parser
or libgit2
. Could you try updating or installing julia packages directly from julia and see whether everything is okay or not?
Looks like a library issue on my Linux system. I ran some updates and everything resolved itself.
Calling JuliaCall::julia_installed_package() causes my R environment to crash with a segmentation fault. I tried calling Pkg.build("RCall") following the recommendations in other issues, and that is causing the segmentation fault. Any ideas what this is?
Julia version 1.3.1 R version 3.6.3