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



--- Comment #49 from Trass3r <mrmoc...@gmx.de> 2011-08-18 13:08:29 PDT ---
No, stack trace is still empty.

btw, while trying to get an exception I noticed that neither of the following
is caught:

void main()
{
    int b = 0;
    int a = 5/b;
}
--- killed by signal 8
void main()
{
    int* a;
    int b = *a;
}
--- killed by signal 11

Is this ok?

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

Reply via email to