$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-06-18 23:01:24
Jarl Friis <jarl <at> softace.dk> writes:
> I think if you would add
> sigstk.ss_sp = 0;
> sigstk.ss_size = 0;
>
> in signal_handler::~signal_handler()
>
> It will not complain about this.
Ok. I've added these lines.
> I know, it should not be necessary,
> because it is disabling the signal stack, right?
Yes. I believe so.
Gennadiy