[PATCH] D147544: [BOLT] Move from RuntimeDyld to JITLink
Job Noorman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 15 05:48:50 PDT 2023
jobnoorman added a comment.
In D147544#4270547 <https://reviews.llvm.org/D147544#4270547>, @rafauler wrote:
> I can't share this binary. Luckily ASan was able to pinpoint the problem as a use-after-free. I don't know if it helps, but here is the stack trace: https://pastebin.com/MWTFvYPn
Thanks for the stack trace! It helped me pinpoint the issue. Interestingly, the issue also exists on `main` but probably only causes problems now since `SectionID` is a `std::string` instead of an integer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147544/new/
https://reviews.llvm.org/D147544
More information about the llvm-commits
mailing list