Open R studio is crashing

Rstudio console is crashing.

["The previous R session was abnormally terminated due to an unexpected crash"]

our R version is R-3.3.3

R studio is latest.

$ sudo rpm -qa | grep rstudio
rstudio-server-2023.09.0+463-1.x86_64

Error log:

code:
library(RODBC)

conn <- odbcDriverConnect('DRIVER={Drivername};SERVER=;UID=;PWD=)

test <- sqlQuery(conn, "select top 100 * from table_name")

I can run same code without any issue in R command line.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.