[Issue 15886] Add an uncaught exception handler
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Apr 7 12:34:55 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15886
Marenz <dmdtracker at supradigital.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmdtracker at supradigital.org
--- Comment #1 from Marenz <dmdtracker at supradigital.org> ---
> Currently, rt.dwarfeh calls terminate(__LINE__) which calls abort()
If abort() is called that will — outside of a debugger — create a core dump
allowing you to investigate the memory state at the place where the exception
was thrown.
I don't see why you would need a hook here?
--
More information about the Digitalmars-d-bugs
mailing list