[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dazuko-devel] dazukofs-3.0.0 interrupted system calls
From: |
Frantisek Hrbata |
Subject: |
Re: [Dazuko-devel] dazukofs-3.0.0 interrupted system calls |
Date: |
Fri, 27 Feb 2009 09:43:01 +0100 |
On Fri, 27 Feb 2009 09:06:05 +0100
John Ogness <address@hidden> wrote:
> On 2009-02-27, John Ogness <address@hidden> wrote:
> > + sigset_t sigset;
> > +
> > + /* catch TERM,INT,HUP signals */
> > + signal(SIGTERM, sigterm);
> > + signal(SIGINT, sigterm);
> > + signal(SIGHUP, sigterm);
>
> Sorry, I forgot to include:
>
> signal(SIGUSR1, sigterm);
>
> which must also be set up from main(). (I'm having copy/paste issues
> today.)
>
> John Ogness
>
The same result. Could anyone else please try it? If it's just me I
will dig deeper and I will try to find out what is going on.
-FH