]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/1999/000076.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 1999 / 000076.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] Restarting...
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Restarting...&In-Reply-To=199909200856.EAA24567%40mailfw1.ford.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000074.html">
11 <LINK REL="Next" HREF="000075.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] Restarting...</H1>
15 <B>Nick Krassas</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20Restarting...&In-Reply-To=199909200856.EAA24567%40mailfw1.ford.com"
17 TITLE="[IRCServices] Restarting...">dreamer at darkness.gr
18 </A><BR>
19 <I>Mon Sep 20 05:51:55 PDT 1999</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000074.html">[IRCServices] &quot;channel doesn't exist&quot;
22 </A></li>
23 <LI>Next message: <A HREF="000075.html">[IRCServices] Hi guys!
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#76">[ date ]</a>
27 <a href="thread.html#76">[ thread ]</a>
28 <a href="subject.html#76">[ subject ]</a>
29 <a href="author.html#76">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Greetings all,
35 I've notice something during some tests on the services 4.3pre0,
36 that is not fixed yet, and is reported at the KnownBugs file.
37 The problem take place when an admin tries to restast the services for
38 second time. The services just ingore the restart command, and do nothing.
39 This feature is reported untill now only at linux systems, ( i don't know
40 if this problem exist in other platforms) and is due to the signal
41 manipulation at main.c.
42
43 line 43 : static jmp_buf panic_jmp;
44 line 54 : signal(SIGHUP, SIG_INT); // the signal is ignored from now on
45 line 58 : longjmp(panic_jmp, 1);
46
47 The longjmp function should be changed to siglongjmp() and jmp_buf to
48 sigjmp_buf.
49
50
51 Dinos
52
53 Admin @darkness.irc.gr
54 <A HREF="http://www.irc.gr">http://www.irc.gr</A>
55
56 ---------------------------------------------------------------
57 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at ender.shadowfire.org</A>
58 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
59
60 </PRE>
61
62 <!--endarticle-->
63 <HR>
64 <P><UL>
65 <!--threads-->
66 <LI>Previous message: <A HREF="000074.html">[IRCServices] &quot;channel doesn't exist&quot;
67 </A></li>
68 <LI>Next message: <A HREF="000075.html">[IRCServices] Hi guys!
69 </A></li>
70 <LI> <B>Messages sorted by:</B>
71 <a href="date.html#76">[ date ]</a>
72 <a href="thread.html#76">[ thread ]</a>
73 <a href="subject.html#76">[ subject ]</a>
74 <a href="author.html#76">[ author ]</a>
75 </LI>
76 </UL>
77
78 </body></html>