Hello,
I opened the project I'm working on and could not save changes, so I closed the project and then got a crash and a Rstudio Problem Report. After this, I could open the project again, but Rstudio won't work, not on console, not on terminal, even the file explorer won't work.
These are the details of my system and the Rstudio Problem Report:
R version 4.1.2 (2021-11-01)
Platform: x86_64-pc-linux-gnu (64-bit)
Ubuntu 20.04.3 LTS
RStudio 1.4.1717, "Juliet Rose" (df86b69e, 2021-05-24) for Ubuntu Bionic
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.12.8 Chrome/69.0.3497.128 Safari/537.36
Error message
[No error available]
Process Output
The R session exited with code 1.
Error output:
[No errors emitted]
Standard output:
[No output emitted]
Logs
/home/lorena/.local/share/rstudio/log/rsession-lorena.log
User-Agent: Mozilla/5.0 (X11 Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.12.8 Chrome/69.0.3497.128 Safari/537.36
14 Feb 2022 18:03:22 [rsession-lorena] ERROR Unexpected exception: boost: mutex lock failed in pthread_mutex_lock: Argumento inválido; LOGGED FROM: std::__cxx11::string rstudio::session::ClientEventService::clientId() src/cpp/session/SessionClientEventService.cpp:134
15 Feb 2022 09:32:40 [rsession-lorena] ERROR system error 98 (Address already in use); OCCURRED AT rstudio::core::Error rstudio::core::http::initTcpIpAcceptor(rstudio::core::http::SocketAcceptorService<rstudio_boost::asio::ip::tcp>&, const string&, const string&) src/cpp/session/http/SessionPosixHttpConnectionListener.cpp:103; LOGGED FROM: int main(int, char* const*) src/cpp/session/SessionMain.cpp:2048
I have successfully opened R on my terminal, so I think R is all right.
Right now I can't work at all. I would really appreciate any help. Thanks a lot!
UPDATE:
It turns out this problem is project-dependent. I opened other projects that did not have the issues the original project I was working had.
Lorena