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
Error: protect(): protection stack overflow #5546
Comments
|
To fix this, I think we should consider:
If I recall correctly, those checks were initially added because, quite some time ago, some objects (S4 objects using |
|
This bug has shown up in https://stackoverflow.com/q/59414426/2554330 with a very simple way to reproduce: |
|
Unsure whether to post this as a separate issue, but using the oneliner above and running it twice causes RStudio to soft-crash. After the first call, we get the After repeating the call (immediately or after waiting an arbitrary amount of time), we get an infinite sequence of This effectively crashes RStudio: subsequent calls are ignored, "Restart R" makes the "Restarting R..." tab thing appear at the top of the screen and stay there, with no progress. and we can't close RStudio normally, only via the Task Manager. |
|
Note: But invalid |
|
Verified in Version 1.5.192-1 ubuntu20 that I am not seeing this show |
System details
Steps to reproduce the problem
From fast single item lookup from list vs data.table vs hash
Describe the problem in detail
the sessionInfo:
I've searched for that and there were many suggestion about start R using argument
--max-ppsize=5000000, but it seems not working with many post complained, and I don't know how to do it for a RStudio Server.If there's some suggestion, it will be very helpful.
Thank you.
The text was updated successfully, but these errors were encountered: