[IRCServices] Restarting...

Nick Krassas dreamer at darkness.gr
Tue Sep 21 05:21:20 PDT 1999


I can send the fix that i've available if someone needs it. 



Dinos


On Mon, 20 Sep 1999, Andrew Kempe wrote:

> This has been a problem for ages. I've never looked into it but it's now on
> the todo list.
> 
> A small side note, version pre0 has MANY problems, especially when it comes
> to missing config options. It's highly recommened that anyone using the
> 4.3pre releases move to version 4.3.1 - which is pretty much stable. 4.2.4
> was the last, and current -STABLE release. That's IMHO anyway :)
> 
> Later, Andrew
> 
> > -----Original Message-----
> > From: owner-ircservices at ender.shadowfire.org
> > [mailto:owner-ircservices at ender.shadowfire.org]On Behalf Of Nick Krassas
> > Sent: 20 September 1999 14:52
> > To: 'ircservices at ender.shadowfire.org'
> > Subject: [IRCServices] Restarting...
> >
> >
> > Greetings all,
> > 	I've notice something during some tests on the services 4.3pre0,
> > that is not fixed yet, and is reported at the KnownBugs file.
> > The problem take place when an admin tries to restast the services for
> > second time. The services just ingore the restart command, and do
> > nothing.
> > This feature is reported untill now only at linux systems, ( i don't know
> > if this problem exist in other platforms) and is due to the signal
> > manipulation at main.c.
> >
> > line 43 : static jmp_buf panic_jmp;
> > line 54 : signal(SIGHUP, SIG_INT); // the signal is ignored from now on
> > line 58 : longjmp(panic_jmp, 1);
> >
> > The longjmp function should be changed to siglongjmp() and jmp_buf to
> > sigjmp_buf.
> >
> >
> > Dinos
> >
> > Admin @darkness.irc.gr
> > <A  HREF="http://www.irc.gr">http://www.irc.gr</A>
> >
> > ---------------------------------------------------------------
> > To unsubscribe, send email to majordomo at ender.shadowfire.org
> > with "unsubscribe ircservices" in the body, without the quotes.
> >
> 
> ---------------------------------------------------------------
> To unsubscribe, send email to majordomo at ender.shadowfire.org
> with "unsubscribe ircservices" in the body, without the quotes.
> 

---------------------------------------------------------------
To unsubscribe, send email to majordomo at ender.shadowfire.org
with "unsubscribe ircservices" in the body, without the quotes.