OuhscBbmc / BbmcResources

Public-facing resources and documents related to the BBMC (http://ouhsc.edu/bbmc/)
GNU General Public License v2.0
4 stars 0 forks source link

reinstall cpp11 and readr if RStudio crashes after builds #35

Open wibeasley opened 4 years ago

wibeasley commented 4 years ago

Notification for @OuhscBbmc/cdw-admin, @OuhscBbmc/miechvpushpull, @OuhscBbmc/dhswaiverpushpull , @OuhscBbmc/silovsky-ojjdp-1-admin, in case you encounter the same problem. If so, gimme a +1 for the post.

I had two different machines repeatedly crash after building two different packages. The solution was to completely uninstall & reinstall the cpp11 and readr packages. The error message was something like

Error: C stack usage 888888888 is too close to the limit Error saving session (options): R execution error WARNING: Forcing suspend of process in spite of all session data not being fully saved.

References

  1. https://github.com/tidyverse/readr/issues/1141
  2. https://github.com/rstudio/rstudio/issues/8319
  3. http://health.ahs.upei.ca/RStudio/src/cpp/r/session/RSession.cpp

image