Crash after smartbind + View()

Crash Information:

Description of crash - I added a smartbind of two relatively large data sets (over 100,000 rows; 79 & 81 variables). It seemed to generate a new dataset with the expected dimensions, but when I went to View(dataset), RStudio froze & crashed. I replicated the error.

Steps to reproduce -

Code:
library(gtools)
ds_tot <- smartbind(ds_1, ds_2)
view(ds_tot)

Error message from log:
10 Aug 2020 16:48:40 [rsession-ijlt] ERROR system error 10053 (An established connection was aborted by the software in your host machine) [request-uri=/grid_data]; 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

System Information:

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

Crash Report:


From Troubleshooting Guide: RStudio Crashed

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