Re: dazukofs-3.0.0 interrupted system calls
Frantisek Hrbata <[email protected]> Fri, 27 Feb 2009 09:43:01 +0100
| Newsgroups | gmane.linux.dazuko.devel |
|---|---|
| Organization | AVG Technologies |
| Message-ID | <20090227094301.7d2d3673@humpdell> |
On Fri, 27 Feb 2009 09:06:05 +0100 John Ogness <[email protected]> wrote: > On 2009-02-27, John Ogness <[email protected]> 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