I am using RStudio preview builds (currently 1.2.1330) on Debian stable. It happens regularly that the IDE "looses contact" to its rsession, even though it is still running:
ralf@pc-ralf:~$ ps aux | grep rstudio
ralf 1617 2.6 1.3 2981200 209972 ? Sl 10:56 0:23 /usr/lib/rstudio/bin/rstudio
ralf 1659 0.7 0.8 880456 140944 ? Sl 10:56 0:06 /usr/lib/rstudio/bin/rsession --config-file none --program-mode desktop --www-port 37041 --launcher-token F7219E78 --show-help-home 1
ralf 1667 0.0 0.2 355488 39008 ? S 10:56 0:00 /usr/lib/rstudio/libexec/QtWebEngineProcess --type=zygote --webengine-schemes=qrc:sLV --lang=de
ralf 1683 4.4 1.1 1605600 177964 ? Sl 10:56 0:38 /usr/lib/rstudio/libexec/QtWebEngineProcess --type=renderer --disable-gpu-memory-buffer-video-frames --enable-threaded-compositing --enable-viewport --use-gl=desktop --enable-features=AllowContentInitiatedDataUrlNavigations --disable-features=MojoVideoCapture,SurfaceSynchronization,UseVideoCaptureApiForDevToolsSnapshots --disable-databases --service-pipe-token=13950268544339367993 --lang=de --webengine-schemes=qrc:sLV --num-raster-threads=2 --enable-main-frame-before-activation --service-request-channel-token=13950268544339367993 --renderer-client-id=3 --shared-files
ralf 2551 0.0 0.0 12780 988 pts/0 S+ 11:10 0:00 grep rstudio
In the IDE some panes no longer update. And when I try to quit the IDE, a never ending Quitting R session ...
appears. Killing the rsession from the commandline helps.
Any idea what might be the reason and how to avoid this? Any way to debug this further?