Exceptions don't work in FreeBSD port of gdc

Witold Baryluk baryluk at smp.if.uj.edu.pl
Fri Jul 4 15:36:35 PDT 2008


Dnia 2008-06-25, śro o godzinie 11:26 -0400, Nicolay Korslund pisze:
> > import std.stdio;
> > 
> > void main() {
> >         try  {
> >                 throw new Exception("test");
> >         } catch (Exception e) {
> >         }
> > }

$ gdc t.d 
$ ./a.out 
Abort trap: 6 (core dumped)
$

:(




More information about the D.gnu mailing list