[Issue 1001] print stack trace (in debug mode) when program die
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 6 10:47:14 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=1001
--- Comment #64 from Benjamin Thaut <code at benjamin-thaut.de> 2014-01-06 10:46:55 PST ---
on Windows 64 bit a executable still crashes silently when a access violation
occures. At least with 2.064.2
Code used to test:
import core.stdc.stdio;
void test()
{
int* i;
*i = 5;
}
void main(string[] args)
{
test();
printf("done\n");
}
--
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