-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 2010-02-03 09:17 schrieb Casper Kristiansson:
> Why do the multiplexor give the above error within this code ??
> 
>               eval{
>                       $SIG{INT}=sub{$grey_insert->cancel};
>                       alarm 10;

Looks like you are catching the wrong signal. You set $SIG{INT} but
alarm is emitting SIGALRM.

HTH
Tilman

- -- 
Tilman Schmidt
Phoenix Software GmbH
Bonn, Germany
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAktpP+gACgkQ780oymN0g8Oc7wCg0PST2gExD6rXyjR9qgFq0Qur
mukAn3Is8gjm/nsOQ/449JvHAKaFtnM7
=RTjt
-----END PGP SIGNATURE-----
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to