You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thank you very much for this amazing project! I've been experiencing an issue with radian hanging indefinitely when printing from threads in C++ that can't manage to debug. So far, it's only occurred when using the rcppspdlog library with the r_sink_mt logger designed to silence R CMD check warnings about printing to console. I've verified that it doesn't happen in the vanilla console.
He's an example snippet to illustrate the issue. If I compile the following function using Rcpp
Hello, thank you very much for this amazing project! I've been experiencing an issue with radian hanging indefinitely when printing from threads in C++ that can't manage to debug. So far, it's only occurred when using the
rcppspdlog
library with ther_sink_mt
logger designed to silenceR CMD check
warnings about printing to console. I've verified that it doesn't happen in the vanilla console.He's an example snippet to illustrate the issue. If I compile the following function using
Rcpp
and then run it in the R console, I get the output
whereas radian just hangs without printing anything.
I guess it must have something to do with the infamous threading implementation in Python, but I'm not sure. Any idea how (or if) this can be solved?
The text was updated successfully, but these errors were encountered: