[phobos] Calling abort() on unhandled exception

Andrei Alexandrescu andrei at erdani.com
Thu Jul 29 19:51:20 PDT 2010


Walter Bright wrote:
> I think we misunderstand each other. A file copy program that fails due 
> to, say, the disk being full, should not produce a core dump. It should 
> produce an error message like:
> 
>   error: disk full
> 
> An uncaught exception is NOT an invalid or crashed program in D.

I think Sean talks about Throwable objects that are not Exception objects.

Andrei


More information about the phobos mailing list