44 issues in rstudio/rstudio or view all results on GitHub
bug
c++
stale
lfmcmillan
opened
Jan 24, 2022
5
comments
automation
bug
gtritchie
opened
Mar 8, 2022
1
comment
... behavior you expected rstudio to open and or provide diagnostic info without a segfault. - [x] I have read the guide for submitting good bug reports. - [x] I have installed the latest version ...
bug
johncassil
opened
May 31, 2022
5
comments
bug
celaxodon
opened
Oct 4, 2021
5
comments
enhancement
znmeb
opened
Jan 26, 2021
51
comments
Intent Fixes a rare crash when stopping the async http server. Approach This appears to be caused by attempting to accept a TCP/IP connection after we have already stopped the acceptor service. The ...
On Centos7 (Desktop), unit tests were failing because global static initialization was causing access to an uninitialized string. Fix by wrapping the static strings in functions. The trigger is here: ...
automation
developer