ministryofjustice / analytics-platform

Parent repository for the MOJ Analytics Platform
MIT License
14 stars 1 forks source link

"hadabend" error in rstudio #72

Closed davidread closed 6 years ago

davidread commented 6 years ago

What happened?

When I started R Studio today I saw and error about "hadabend":

screen shot 2018-10-08 at 13 56 53

I can still use R Studio fine, but logging it here.

Also, RT saw this as well today:

when the bend occurs, it kicks me back to the previous project I had open

Steps to reproduce the problem

?

Workaround

RL says:

Might be worth moving you .rstudio folder in your home directory e.g. `mv .rstudio .rstudiobu

xoen commented 6 years ago

This is mind-bending ahaha

xoen commented 6 years ago

There is a mentioned to this in the platform_user_guidance (which BTW is the second result for "session hadabend" on google).

First result is this RStudio support post. It seems indeed caused by RStudio struggling to restore a previous/crashed session.

Workaround seems to to be delete ~/.rstudio with rm -rf ~/.rstudio (which also includes some RStudio configuration)

davidread commented 6 years ago

Thanks @xoen. I'm closing this as the problem with R Studio, not AP, and we have an explanation & work-around now.