Skip to content
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 (core dumped) #137

Open
BenKoth opened this issue Dec 22, 2020 · 0 comments
Open

Segmentation fault (core dumped) #137

BenKoth opened this issue Dec 22, 2020 · 0 comments

Comments

@BenKoth
Copy link

BenKoth commented Dec 22, 2020

I'm having trouble figuring out why my R call is suddenly failing with a Segmentation fault (core dumped) error. I've tracked it down to the TryEvaluate call:
IntPtr pointer = this.GetFunction<R_tryEval>()(handle, environment.DangerousGetHandle(), out errorOccurred);

I'm using Ubuntu 16.04 and I've tried installing several different versions of R to see if it was a problem with R (4.0, 3.6, 3.4)
Probably not super helpful, but the statement being executed when it fails is:
post(Tree, file="output/Error2withQChanges_NoPrune.ps"

Any ideas how to find out what is causing the segmentation fault?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant