Re: Use of -fsanitize=address still leads to unresolved symbols on gcc

2022-04-30 Thread Alex Ameen
Thanks for reporting this. I haven't recreated the issue yet; but for the purposes of this message I'll assume that this is an issue that isn't caused by quirks in your environment. Let me check my understanding, but I think I understand the issue. Conventionally `-fsanitize=address' "just wor

Use of -fsanitize=address still leads to unresolved symbols on gcc

2022-04-28 Thread Jan Engelhardt
libtool (2.4.7, and earlier versions) pass -nostdlib to the linker command. This would seem to cause ASAN/UBSAN libraries not to be linked, and a situation of unresolved symbols arises. Commit a5c6466528c060cc4660ad0319c00740db0e42ba certainly feels right (hence the "earlier versions"), but app