Bug report for RStudio containing a stack trace without symbols, just addresses. Fable 5.1 was still able to use that to symbolize the call stack from the binary, _without debug symbols_. Mind blown. github.com/rstudio/rstu...
fix startup hang when an r error escapes deferred session initialization by kevinushey · Pull Request #18730 · rstudio/rstudio
Addresses #18718. Root cause The reporter's core dump shows the rsession main thread parked forever in __cxa_guard_acquire, five (stripped) rsession frames below Rf_ReplIteration, with no other...
github.com