[Issue 1001] print stack trace (in debug mode) when program die

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jan 6 13:59:41 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=1001



--- Comment #68 from Benjamin Thaut <code at benjamin-thaut.de> 2014-01-06 13:59:30 PST ---
Its not neccessary to implement windows SEH on 64-bit to support stack traces
on access violations (or other hardware exceptions). For now we could simply
use SetUnhandledExceptionFilter to handle such errors and then terminate the
program.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list