[Issue 1001] print stack trace (in debug mode) when program die
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Aug 18 13:08:51 PDT 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=1001
--- Comment #49 from Trass3r <mrmocool at 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: -------
    
    
More information about the Digitalmars-d-bugs
mailing list