ctrl+c and destructors

deadalnix deadalnix at gmail.com
Tue Oct 1 14:24:42 PDT 2013


On Tuesday, 1 October 2013 at 20:42:59 UTC, Nick Sabalausky wrote:
> I'm not talking about segfaults, I'm talking about the OP's 
> issue of
> a mere Ctrl-C causing cleanup code to not get executed.

The question discussed here is how to throw an exception when a 
signal is received. It doesn't really matter if this is because 
of a segfault or because of ctrl+c .

As this work as been done for segfault, it make sense to refers 
to it.


More information about the Digitalmars-d mailing list