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

Segfault on R session exit #1663

Closed
t-kalinowski opened this issue Sep 8, 2024 · 0 comments · Fixed by #1664
Closed

Segfault on R session exit #1663

t-kalinowski opened this issue Sep 8, 2024 · 0 comments · Fixed by #1664

Comments

@t-kalinowski
Copy link
Member

To reproduce:

$ Rscript -e 'library(reticulate); py_to_r(r_to_py(array("a"))); quit("no")'
[1] "a"

 *** caught segfault ***
address 0x10, cause 'memory not mapped'
An irrecoverable exception occurred. R is aborting now ...
Segmentation fault (core dumped)
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

Successfully merging a pull request may close this issue.

1 participant