Re: [R-pkg-devel] State of the art for UBSAN testing

2024-05-16 Thread Ralf Stubner
Thanks Gábor! If one checks the output, one can indeed find the UBSAN error. Problem solved! Ralf On Thu, May 16, 2024 at 8:40 PM Gábor Csárdi wrote: > > R-hub v2 has UBSAN testing, the clang-asan image also has UBSAN. [1] > > With the glitch that UBSAN errors do not fail the build because of a

Re: [R-pkg-devel] State of the art for UBSAN testing

2024-05-16 Thread Gábor Csárdi
R-hub v2 has UBSAN testing, the clang-asan image also has UBSAN. [1] With the glitch that UBSAN errors do not fail the build because of a bug [2], so you'll need to look at the results even if the build has passed. Gabor [1] https://r-hub.github.io/containers/ [2] https://github.com/r-hub/action

[R-pkg-devel] State of the art for UBSAN testing

2024-05-16 Thread Ralf Stubner
Dear all, I have been asked to fix a UBSAN error in my dqrng package. The error itself and the necessary fix are quite straight forward. However, I want to make 100% sure that I am really fixing the error. In the past I had used rhub for tasks like that. But it seems like the new rhub v2 offers on