Open coreyzzp opened 1 year ago
mold 1.5.1 (1ed941f3f0c3a7e55ba5d34a9f9f0fe7f67cb90d; compatible with GNU ld)
It's hard to debug it without reproducing it locally. If it's open source, please let me know the location of your repo. If not, you can share me object files with me privately.
it happens randomly in our big code base, the executable linked by mold is core in following corestack:
the dissamble of
std::deque<int, std::allocator<int> >::~deque()
is like this:the line looks like not being relocated to the right address
while another executable in the same code base like this:
I am not able to make a smallest prove of concept yet