On Tue, 11 May 2010 15:09:30 +0000 (UTC) christos%astron.com@localhost (Christos Zoulas) wrote: > Yes, sa_handler and sa_sigaction are the same field, so set only one > of them. You should only touch sa_sigaction if you are using siginfo. OK, I didn't know they were the same field. Now it works as it should. Thanks.