[Issue 11870] replace dynamic symbol table (--export-dynamic) for backtraces

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 28 10:04:10 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=11870

--- Comment #6 from yazan.dabain at gmail.com ---
I don't think this should be closed. The implementation only provides file and
line information. Function names are still extracted using `backtrace_symbols`
which, AFAIR, need `--export-dynamic`.
BTW, the reason that the implementation is not @nogc is
`core.demangle.demangle` function only.

--


More information about the Digitalmars-d-bugs mailing list