-
Notifications
You must be signed in to change notification settings - Fork 3
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 when ht_xptr is missing for dict environment #13
Comments
It is expected though. |
OK |
By the way, why you wanted to access the internal variables? |
Just hanging around the c code and accidentally find a way to crash R. It is brilliant to use the cons-list as a queue by the way. But it is not a safe abstraction. I think the R package api should never crash user sessions. Instead, they should throw an R error for these cases. |
Let’s keep it open. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe the C code should lock the environment binding or check the existent of
ht_xptr
or hideht_xptr
from users?The text was updated successfully, but these errors were encountered: