]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2001/000048.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2001 / 000048.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> AW: [IRCServices Coding] Services 5.0 alpha 8 released
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%20Coding%5D%20Services%205.0%20alpha%208%20released&In-Reply-To=3c2175d6.46663%40achurch.org">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000047.html">
11 <LINK REL="Next" HREF="000049.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>AW: [IRCServices Coding] Services 5.0 alpha 8 released</H1>
15 <B>Georges Berscheid</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=AW%3A%20%5BIRCServices%20Coding%5D%20Services%205.0%20alpha%208%20released&In-Reply-To=3c2175d6.46663%40achurch.org"
17 TITLE="AW: [IRCServices Coding] Services 5.0 alpha 8 released">Georges at Berscheid.lu
18 </A><BR>
19 <I>Thu Dec 20 03:10:23 PST 2001</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000047.html">[IRCServices Coding] Services 5.0 alpha 8 released
22 </A></li>
23 <LI>Next message: <A HREF="000049.html">AW: [IRCServices Coding] Services 5.0 alpha 8 released
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#48">[ date ]</a>
27 <a href="thread.html#48">[ thread ]</a>
28 <a href="subject.html#48">[ subject ]</a>
29 <a href="author.html#48">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>Hi,
35
36 I just installed alpha8 and tried the new /operserv rehash function. But
37 unfortunately it segfaults every time.
38 gdb says:
39
40 #0 chunk_free (ar_ptr=0x464c457f, p=0x4007b9f8) at malloc.c:3049
41 #1 0x40076fba in __libc_free (mem=0x4007ba00) at malloc.c:3023
42 #2 0x804e84c in read_config_file (modulename=0x812e888 &quot;statserv/main&quot;,
43 directives=0x4018444c) at conffile.c:380
44 #3 0x804ecbc in configure (modulename=0x812e888 &quot;statserv/main&quot;,
45 directives=0x4018444c, action=1) at conffile.c:523
46 #4 0x80536b5 in reconfigure_modules () at modules.c:507
47 #5 0x80500aa in reconfigure () at init.c:802
48 #6 0x40134445 in do_rehash (u=0x8132128) at main.c:1071
49 #7 0x804dcaa in run_cmd (service=0x8129f40 &quot;OperServ&quot;, u=0x8132128,
50 id=0x812aec0, cmd=0xbffff759 &quot;rehash&quot;) at commands.c:175
51 #8 0x40132999 in operserv (source=0xbffff96c &quot;Peiter&quot;, target=0xbffff734
52 &quot;operserv&quot;, buf=0xbffff759 &quot;rehash&quot;) at main.c:256
53 #9 0x80538bd in call_callback_5 (module=0x0, id=25, arg1=0xbffff96c,
54 arg2=0xbffff734, arg3=0xbffff759, arg4=0x0, arg5=0x0)
55 at modules.c:612
56 #10 0x8051d35 in m_privmsg (source=0xbffff96c &quot;Peiter&quot;, ac=2, av=0x8132050)
57 at messages.c:169
58 #11 0x8053e31 in process () at process.c:131
59 #12 0x8051581 in readline_callback (s=0x812f298, param_unused=0x3d) at
60 main.c:158
61 #13 0x805511f in check_sockets () at sockets.c:364
62 #14 0x805180d in main (ac=1, av=0xbffffb64, envp=0xbffffb6c) at main.c:260
63
64 Greetings
65
66 Georges
67
68 -----Ursprungliche Nachricht-----
69 Von: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-admin at ircservices.za.net</A>
70 [mailto:<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding-admin at ircservices.za.net</A>]Im Auftrag von Andrew
71 Church
72 Gesendet: Donnerstag, 20. Dezember 2001 06:22
73 An: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
74 Betreff: [IRCServices Coding] Services 5.0 alpha 8 released
75
76
77 I've put up a new alpha tarball, alpha 8; it can be downloaded from
78 the same place as the last one (<A HREF="http://achurch.org/services/5.0-alpha/">http://achurch.org/services/5.0-alpha/</A>).
79 The crashing and infinite loop bugs reported before should be fixed, and
80 rehashing has now been added. The change log is as follows:
81
82 2001/12/20 a8 SIGHUP now re-reads the configuration files instead of
83 restarting.
84 2001/12/20 SIGUSR2 no longer opens log file if it was closed before.
85 2001/12/20 Added reconfiguration support for modules.
86 2001/12/20 Renamed AkillReason config directive to AutokillReason.
87 2001/12/19 Fixed crash when unloading modules on exit.
88 2001/12/17 Fixed infinite loop on signal. Reported by Georges
89 Berscheid &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">Georges at Berscheid.lu</A>&gt;
90 2001/12/14 Fixed various problems caused by signal timing.
91 2001/12/14 Fixed compile error on FreeBSD. Reported by Ben Goldstein
92 &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">beng at nc.rr.com</A>&gt;
93
94 --Andrew Church
95 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
96 <A HREF="http://achurch.org/">http://achurch.org/</A>
97 ------------------------------------------------------------------
98 To unsubscribe or change your subscription options, visit:
99 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
100
101
102 </PRE>
103
104 <!--endarticle-->
105 <HR>
106 <P><UL>
107 <!--threads-->
108 <LI>Previous message: <A HREF="000047.html">[IRCServices Coding] Services 5.0 alpha 8 released
109 </A></li>
110 <LI>Next message: <A HREF="000049.html">AW: [IRCServices Coding] Services 5.0 alpha 8 released
111 </A></li>
112 <LI> <B>Messages sorted by:</B>
113 <a href="date.html#48">[ date ]</a>
114 <a href="thread.html#48">[ thread ]</a>
115 <a href="subject.html#48">[ subject ]</a>
116 <a href="author.html#48">[ author ]</a>
117 </LI>
118 </UL>
119
120 </body></html>