[Issue 17811] No stack for Win32 exceptions

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 17 16:12:33 UTC 2017


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

--- Comment #8 from bitwise <nicolas.jinchereau at gmail.com> ---
Thanks for adding this, it's a big help.

I don't mind flipping a switch, but am more concerned for anyone else being
left empty handed when their code fails and not being able to find a solution.

Using LDC's debug library greatly improves the situation, but doesn't entirely
fix it for me. I still end up with no stack-frame/code-location sometimes. I
think it may be due to the compilation options of the third party libraries I'm
using. I've compiled them all from source, and have only been able to do so
with the multi-threaded runtime (/MT) - otherwise, they won't link with my D
program. I haven't yet been able to look at this issue exhaustively, but I have
a feeling it's unfixable without building my own LDC libs.

--


More information about the Digitalmars-d-bugs mailing list