Rstudio "This site can't be reached"

Just installed Rstudio v1.2.1335 on ubuntu. Tried multiple times with installer and tarball files. When opening rstudio opens a blank page with "this site can't be reached". The command line states "Uncaught TypeError: Cannot read property 'notifyRCrashed' of undefined".
Can't click on anything in Rstudio

--run-diagnostics:
Using R script: /usr/local/bin/R

Attempting to launch R session...
R_HOME=/usr/local/lib/R
R_DOC_DIR=/usr/local/lib/R/doc
R_INCLUDE_DIR=/usr/local/lib/R/include
R_SHARE_DIR=/usr/local/lib/R/share
LD_LIBRARY_PATH=/usr/local/lib/R/lib::/lib:/usr/local/lib:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server
PATH=/home/gf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
HOME=/home/gf

R session launched, attempting to connect on port 25645...
10 Sep 2019 11:09:04 [rsession-gf] ERROR R SUICIDE: unable to initialize the JIT
; LOGGED FROM: void {anonymous}::rSuicide(const string&) /var/lib/jenkins/workspace/IDE_open-source-pipeline_v1.2/src/cpp/session/SessionMain.cpp:1117

Connected to R session, attempting to initialize...

See also:

https://support.rstudio.com/hc/en-us/community/posts/115007248347-Unable-to-Initialize-the-JIT

The most likely cause is some mixture of incompatible R packages (especially the compiler package) or a startup R profile (or similar) causing issues.

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