[Issue 20510] Make backtrace code read the dSYM data
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 30 14:54:55 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=20510
Johan Engelen <jbc.engelen at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jbc.engelen at gmail.com
--- Comment #3 from Johan Engelen <jbc.engelen at gmail.com> ---
Hi Matthias,
Have you considered letting druntime call an external symbolizer like
llvm-symbolizer?
https://llvm.org/docs/CommandGuide/llvm-symbolizer.html
llvm-symbolizer will do all the heavy lifting of interpreting dSYM.
llvm-symbolizer does not even require the generation of dSYM folder by
dsymutil; it's what Address Sanitizer uses, and it works fine for me on macOS.
-Johan
--
More information about the Digitalmars-d-bugs
mailing list