]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/002992.html
init
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 002992.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] A bug in 5.0.28 ?
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20A%20bug%20in%205.0.28%20%3F&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003027.html">
11 <LINK REL="Next" HREF="002993.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] A bug in 5.0.28 ?</H1>
15 <B>CyberDems</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20A%20bug%20in%205.0.28%20%3F&In-Reply-To="
17 TITLE="[IRCServices Coding] A bug in 5.0.28 ?">cyberdems at cyberdems.za.net
18 </A><BR>
19 <I>Sun Mar 7 06:31:51 PST 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003027.html">[IRCServices Coding] Unreal and akill excludes
22</A></li>
23 <LI>Next message: <A HREF="002993.html">[IRCServices Coding] RE: A bug in 5.0.28 ?
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#2992">[ date ]</a>
27 <a href="thread.html#2992">[ thread ]</a>
28 <a href="subject.html#2992">[ subject ]</a>
29 <a href="author.html#2992">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>according to -debug -nofork:
35[Feb 27 18:38:36.683142 2004] debug: Sent: :services.rsachat.za.net PONG
36services.rsachat.za.net irc.rsachat.za.net
37[Feb 27 18:38:45.607328 2004] debug: Received: :irc.rsachat.za.net SJOIN
381077899924 1077899924 #chat + :@CyberDems
39[Feb 27 18:38:45.607453 2004] protocol/rsachat: debug: CyberDems SJOINs
40#chat
41[Feb 27 18:38:45.607522 2004] debug: Creating channel #chat
42[Feb 27 18:38:45.607601 2004] debug: Sent: :services.rsachat.za.net SJOIN
431077889282 #chat + :@CyberDems
44[Feb 27 18:38:45.607654 2004] debug: Sent: :services.rsachat.za.net MODE
45#chat +o :CyberDems
46Segmentation fault (core dumped)
47bash$
48
49bash$ ./ircservices
50Initialization successful, starting IRC Services.
51bash$ cat data/ircservices.log
52[Feb 12 18:15:03 2004] IRC Services 5.0.28+rsachat(r1) starting up
53[Feb 12 18:15:03 2004] unknown message from server (:irc.rsachat.za.net 451
54PING :Register first.)
55[Feb 12 18:15:03 2004] user: New maximum user count: 1
56[Feb 12 18:15:03 2004] protocol/rsachat: irc.rsachat.za.net
57[Feb 12 18:15:03 2004] PANIC! signal 11, buffer = :irc.rsachat.za.net SJOIN
580 0 #chat +tnr :@CyberDems
59[Feb 12 18:15:03 2004] Services terminating: Segmentation fault
60[Feb 12 18:15:03 2004] FATAL: Caught signal 11 (Segmentation fault) while
61shutting down
62bash$
63
64anyone have the slightest clue what this means?
65commenting out do_sjoin(source, ac, av); under the &quot;void m_sjoin&quot;
66section of the protocol's .c file causes the segfaulting to stop (but that
67obviously causes chanserv to stop detecting users joining the channel),
68meaning its got something to do with that? the protocol file worked
69perfectly on version 5.0.23.
70I also noted how it only causes problems on registered channels that have
71had a topic set on them.. joining other registered channels doesnt cause the
72segfault.
73
74It probably has something to do with the change from
75set_topic(c, topic, u-&gt;nick, now);
76to
77set_topic(s_ChanServ, c, topic, u-&gt;nick, now);
78under
79static void do_cstopic(User *u) in modules/chanserv/main.c,
80because when i commented that out, it stopped the segfaults, but obviously
81didnt set the topics, even when KEEPTOPIC was enabled.
82
83Help would be great.
84
85Dimitri Pappas
86irc.rsachat.za.net Admin/Founder
87
88
89
90</PRE>
91
92<!--endarticle-->
93 <HR>
94 <P><UL>
95 <!--threads-->
96 <LI>Previous message: <A HREF="003027.html">[IRCServices Coding] Unreal and akill excludes
97</A></li>
98 <LI>Next message: <A HREF="002993.html">[IRCServices Coding] RE: A bug in 5.0.28 ?
99</A></li>
100 <LI> <B>Messages sorted by:</B>
101 <a href="date.html#2992">[ date ]</a>
102 <a href="thread.html#2992">[ thread ]</a>
103 <a href="subject.html#2992">[ subject ]</a>
104 <a href="author.html#2992">[ author ]</a>
105 </LI>
106 </UL>
107
108</body></html>