RStudio Crash on Ubuntu while updating packages - something to do with Jenkins [which I don't use]

Hi,

Thanks for reading. I was trying to update my packages, but RStudio kept on crashing. System locale info towards the end, but here's the log lines from today. I notice all these refer to Jenkins, but that's not something I have ever used.

02 May 2019 15:21:46 [rsession-rbrowne] ERROR Parent terminated; LOGGED FROM: void {anonymous}::detectParentTermination() /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/session/SessionMain.cpp:1333
02 May 2019 15:23:38 [rsession-rbrowne] ERROR Parent terminated; LOGGED FROM: void {anonymous}::detectParentTermination() /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/session/SessionMain.cpp:1333
02 May 2019 15:36:58 [rsession-rbrowne] ERROR Parent terminated; LOGGED FROM: void {anonymous}::detectParentTermination() /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/session/SessionMain.cpp:1333
02 May 2019 15:38:16 [rsession-rbrowne] ERROR system error 2 (No such file or directory) [path=]; OCCURRED AT: rstudio::core::Error rstudio::r::session::discoverR(rstudio::r::session::RLocations*) /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/r/session/RDiscovery.cpp:62; LOGGED FROM: int main(int, char* const*) /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/session/SessionMain.cpp:1993
02 May 2019 15:47:36 [rsession-rbrowne] ERROR Parent terminated; LOGGED FROM: void {anonymous}::detectParentTermination() /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/session/SessionMain.cpp:1333
02 May 2019 15:52:40 [rsession-rbrowne] ERROR Parent terminated; LOGGED FROM: void {anonymous}::detectParentTermination() /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/session/SessionMain.cpp:1333

System info

R version 3.4.4 (2018-03-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.2 LTS

Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.7.1
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.7.1

locale:
 [1] LC_CTYPE=en_IN.UTF-8       LC_NUMERIC=C               LC_TIME=en_IN.UTF-8        LC_COLLATE=en_IN.UTF-8    
 [5] LC_MONETARY=en_IN.UTF-8    LC_MESSAGES=en_IN.UTF-8    LC_PAPER=en_IN.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=en_IN.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_3.4.4 tools_3.4.4   

Any advice in helping fix this would be appreciated.

Thanks,

Robin

Does switching to software rendering make a difference here? https://support.rstudio.com/hc/en-us/articles/360017886674-Troubleshooting-RStudio-Rendering-Errors

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.