В Mon, 3 Nov 2025 10:18:11 -0600 Peter Carbonetto <[email protected]> пишет:
> However, I could not reproduce this error using rhub (platform = > "gcc-ubsan"), which makes it difficult to troubleshoot (and eventually > correct) this error. The UBSan warnings are reported not directly in your package, but in .../src/tbbmalloc/backref.cpp (RcppParallel) and some paths in RcppArmadillo. I think the reason why you cannot reproduce the problem on R-hub is because R-hub containers install dependencies pre-built, without instrumentation: the check for the problem in your package needs to happen inside a different package. This usually saves a lot of CPU-hours running CI for people whose problems are easier to reproduce, but didn't help this time. While I was writing this, Dirk has already confirmed that the Rocker container image is sufficient to reproduce the problem, so hopefully there's now enough information now to solve it. -- Best regards, Ivan ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
