Paul Eggert wrote: > If I understand things correctly a similar problem was also on FreeBSD > with PIE and the bug wasn't fixed until November of last year: > > https://github.com/llvm/llvm-project/commit/7440e4ed85aa992718d4b5ccd1c97724bc3bdd2c
Btw, I don't know why they do this. For the purpose of producing correct stack traces, it would be a better approach to use the llvm-symbolizer option '--adjust-vma', that was introduced for precisely this purpose. [1] Bruno [1] https://reviews.llvm.org/D57151