Hi Thorsten, On 2025-12-27 15:08:32 +0000, Thorsten Glaser wrote: > Do you have found any workaround meanwhile, other than using > -static-asan (plus -static-ubsan, perhaps, but -static-libgcc > seems not to be required), which has many downsides?
In my case, I just unset LD_PRELOAD, which is not needed when I'm testing software with AddressSanitizer. HAve you tried putting libasan* in LD_PRELOAD, hoping that it will be loaded first (i.e. tools that add shared objects to LD_PRELOAD should append them). -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / Pascaline project (LIP, ENS-Lyon)

