-
Notifications
You must be signed in to change notification settings - Fork 11
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
ggplot exception causes the server-side R session to halt #50
Comments
Please check if the PR #52 fixes the problem or not. Thanks. Note that the server R process is dead not halt, but the client R process halts. Ctrl-c can escape the client. |
Thank you. I got this error when install it.
|
Please try the newest update again. Thanks.
|
I have tried this but I still get a crash when I use ggplot and mistype a variable name
Bonus question: when this gets fixed will it be possible to get a new version pushed to CRAN ? |
Try if this update fixes the problems. @howff |
The change from |
Thanks. @wrathematics may send this to CRAN when he has time. |
There are some strange things going on with one of the windows cran machines (which affect remoter) that I'm keeping an eye on. Will submit an update soon. |
0.4-0 on R release and 0.4-1 on R release look both fine to me. Just send to R winbuilder for three R versions which you will receive the report. |
Referring to this. |
Yes, I saw that and test for released R on windows. Did you get the same message from CRAN? If so, I need the log file to fix. If not, then you should be fine. I think it is related to |
I add a file check to make sure server is running in the |
I add all socket options to pbdZMQ. The |
I am using a ssh tunnel to connect to the server.
ssh -4 <server addr> -L 55556:127.0.0.1:55555 'Rscript -e "remoter::server(port=55555)"'
I notice whenever there is an exception using ggplot, the server R process will halt. For example, I receive such error message from the server's log:
This error is related to a wrong variable specified for ggplot. It seems like the exception is not handled by the server.
The text was updated successfully, but these errors were encountered: