-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segmentation fault in nlm_fbm #79
Comments
Hm, it fails to build the vignette |
Hm, works like a charm on my mac:
|
My R session crashes completely which also seems to be the case during the CI given the following error in the logs
|
Super weird. Can you maybe try to run some checks like described here? On my Linux machine they run flawlessly. The checks are run in a Linux docker container, but as docker uses the host OS kernel, maybe we can learn where the segfault happens exactly... Do you guys have the same macOS? Or has someone a fancy m1 mac already> |
I saw Max's hometown village this weekend, fancy things suit him apparently 😄 Maybe Max needs to upgrade xcode? I updated it this week because of some sklearn stuff and I works ... can't think of a different reason. |
I can try to update XCode and see if that helps. Weird that it also fails during the CI run tho |
Still crashing my R session completely after updating XCode...no idea what is happening... |
maybe this helps to find the issue... -> https://eco-programmers.github.io/brain/R/Debugging%20R%20Packages/ |
Right...I can have a look at this next week... Since the CI also fails, doesn't seem to be a problem just on my laptop, right? |
The new CI using GitHub actions runs successfully on Windows and Linux, however, fails on macOS due to an segmentation fault occurring during
nlm_fbm
. I can actually reproduce the error on my local machine as well and the R session crashes at the following line:The text was updated successfully, but these errors were encountered: