[Nickle] SIGINT fails to raise an exception
Carl Worth
cworth at cworth.org
Fri Feb 1 17:26:53 PST 2008
Here's a simple-enough program:
twixt (printf ("Thanks, "); printf ("I needed that\n") )
{
while (true)
sleep (1000);
}
that currently fails. It appears that giving a nickle responds to
SIGINT by simply printing "<abort>" and exiting rather than raising an
exception so that my twixt can handle things the way it wants to.
-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /pipermail/nickle/attachments/20080202/55de5883/attachment.pgp
More information about the Nickle
mailing list