https://llvm.org/bugs/show_bug.cgi?id=25940
Lang Hames <lha...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #12 from Lang Hames <lha...@gmail.com> --- Hi Revital, That sounds like a different problem. I'm going to mark this bug as resolved. As for the problem you're seeing now: RuntimeDyld::SymbolInfo doesn't do anything interesting itself, but Symbol.getAddress() may run the materialization function for that symbol, which could cause all sorts of things to happen depending on how you set up your JIT stack. Have you run valgrind or an msan build of your project? This sounds like it could be a memory error in one of your data structures. - Lang. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs