R studio suddenly crashing

Crash Information:

Description of crash - I had a bunch of files open. Tried to close some and run code from 2 others. All of a sudden it's crashing. I'm unable to run code, save a new version of the file or open other files. I used task manager to close R studio, and restrarted my computer and relaunched but no change. The only thing I did right before this crash was try to change the keyboard shortcuts for clearing the console to F12 from Ctrl+L since I'm used to that from SAS. I can't save, open a new R script, quit R studio or do anything else without getting the spinning wheel and it hanging. I have 1.2.1335 Rstudio installed Running Windows 10 version 1903.

Steps to reproduce -

System Information:

  • RStudio Edition: (Desktop or Server)
  • RStudio Version: 1.2.1335
  • OS Version: Windows 10
  • R Version: 3.6.1
  • Your sessionInfo():

Crash Report:

Also:

  • RStudio diagnostics report:
  • RStudio application log files:

From Troubleshooting Guide: RStudio Crashed

Here are the GPU diagnostics:

I managed to run a diagnostics report. These are the entries from today:

29 Oct 2019 06:21:04 [rsession-avashist] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri=/events/get_events]; OCCURRED AT: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:111; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:116
29 Oct 2019 06:23:31 [rsession-avashist] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri=/events/get_events]; OCCURRED AT: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:111; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:116
29 Oct 2019 06:28:58 [rsession-avashist] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri=/events/get_events]; OCCURRED AT: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:111; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:116
29 Oct 2019 06:32:12 [rsession-avashist] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri=/events/get_events]; OCCURRED AT: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:111; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:116
29 Oct 2019 06:45:25 [rsession-avashist] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri=/events/get_events]; OCCURRED AT: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:111; LOGGED FROM: void __cdecl rstudio::session::HttpConnectionImpl::sendResponse(const class rstudio::core::http::Response &) c:\jenkins\workspace\ide\windows-v1.2\src\cpp\session\http\sessionhttpconnectionimpl.hpp:116

Have you already tried resetting RStudio's state? https://support.rstudio.com/hc/en-us/articles/200534577-Resetting-RStudio-Desktop-s-State

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