un-catched segfault exception

Hxal hxal at freenode.d.channel
Thu Jan 10 10:57:46 PST 2008


> PS. Throwing exceptions across C code aborts too, you can however
> add one of the previously mentioned flags when compiling C code.

Just a small correction: you need -fexceptions or -funwind-tables,
-fnon-call-exceptions and -fasynchronous-unwind-tables aren't necessary
unless you're throwing out of signal handlers.
(Applies to gcc)




More information about the Digitalmars-d mailing list