]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000448.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000448.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] segmentation faults - ircservices 5.0a26
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20segmentation%20faults%20-%20ircservices%205.0a26&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="000447.html">
11 <LINK REL="Next" HREF="000449.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] segmentation faults - ircservices 5.0a26</H1>
15 <B>Craig McLure</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20segmentation%20faults%20-%20ircservices%205.0a26&In-Reply-To="
17 TITLE="[IRCServices Coding] segmentation faults - ircservices 5.0a26">frostycoolslug at hotmail.com
18 </A><BR>
19 <I>Sun Mar 31 08:16:20 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000447.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
22 </A></li>
23 <LI>Next message: <A HREF="000449.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#448">[ date ]</a>
27 <a href="thread.html#448">[ thread ]</a>
28 <a href="subject.html#448">[ subject ]</a>
29 <a href="author.html#448">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>well i see nothing wrong with that, althoug you could remove:
35
36 ---
37 options {
38 autoconnect;
39 };
40 ---
41 As the IRCd should try and connect to services.
42
43 As i say we need a core dump.. prolly says somewhere in the manual how to
44 get 1 of these.
45 do u get warnings or nething when compiling and under what OS?
46
47 &gt;<i>From: Romek Kriszti&#225;n &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">r-krisztian at softhome.net</A>&gt;
48 </I>&gt;<i>Reply-To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
49 </I>&gt;<i>To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
50 </I>&gt;<i>Subject: Re: [IRCServices Coding] segmentation faults - ircservices 5.0a26
51 </I>&gt;<i>Date: Sun, 31 Mar 2002 18:09:48 +0200
52 </I>&gt;<i>
53 </I>&gt;<i>
54 </I>&gt;<i>No, I haven't. Dunno, how to turn on core dumping.
55 </I>&gt;<i>
56 </I>&gt;<i>The server works good but if more users connect to my server it does many
57 </I>&gt;<i>faults
58 </I>&gt;<i>
59 </I>&gt;<i>I think connection lines is okey. If you want...
60 </I>&gt;<i>
61 </I>&gt;<i>-------------------
62 </I>&gt;<i>ircservices.conf
63 </I>&gt;<i>------------------
64 </I>&gt;<i>
65 </I>&gt;<i>RemoteServer 127.0.0.1 6665 &quot;password&quot;
66 </I>&gt;<i>
67 </I>&gt;<i>#LocalAddress host.name.here
68 </I>&gt;<i>#LocalAddress host.name.here 6677
69 </I>&gt;<i>
70 </I>&gt;<i>ServerName &quot;services.freechat.ods.org&quot;
71 </I>&gt;<i>
72 </I>&gt;<i>-------------------
73 </I>&gt;<i>unrealircd.conf
74 </I>&gt;<i>------------------
75 </I>&gt;<i>
76 </I>&gt;<i>link services.freechat.ods.org
77 </I>&gt;<i>{
78 </I>&gt;<i> username *;
79 </I>&gt;<i> hostname 127.0.0.1;
80 </I>&gt;<i> bind-ip *;
81 </I>&gt;<i> port 6665;
82 </I>&gt;<i> hub *;
83 </I>&gt;<i> password-connect &quot;password&quot;;
84 </I>&gt;<i> password-receive &quot;password&quot;;
85 </I>&gt;<i> class servers;
86 </I>&gt;<i> options {
87 </I>&gt;<i> autoconnect;
88 </I>&gt;<i> };
89 </I>&gt;<i>};
90 </I>&gt;<i>
91 </I>&gt;<i>
92 </I>&gt;<i>
93 </I>&gt;<i>AngryWolf
94 </I>&gt;<i>
95 </I>&gt;<i>----- Original Message -----
96 </I>&gt;<i>From: Craig McLure &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">frostycoolslug at hotmail.com</A>&gt;
97 </I>&gt;<i>To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
98 </I>&gt;<i>Sent: Sunday, March 31, 2002 5:33 PM
99 </I>&gt;<i>Subject: Re: [IRCServices Coding] segmentation faults - ircservices 5.0a26
100 </I>&gt;<i>
101 </I>&gt;<i>
102 </I>&gt;<i> &gt; have u got a core dump handy? :)
103 </I>&gt;<i> &gt; and could u paste me yer connection lines pls :)
104 </I>&gt;<i> &gt;
105 </I>&gt;<i> &gt; &gt;From: Romek Kriszti&#225;n &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">r-krisztian at softhome.net</A>&gt;
106 </I>&gt;<i> &gt; &gt;Reply-To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
107 </I>&gt;<i> &gt; &gt;To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
108 </I>&gt;<i> &gt; &gt;Subject: Re: [IRCServices Coding] segmentation faults - ircservices
109 </I>&gt;<i>5.0a26
110 </I>&gt;<i> &gt; &gt;Date: Sun, 31 Mar 2002 17:23:48 +0200
111 </I>&gt;<i> &gt; &gt;
112 </I>&gt;<i> &gt; &gt;Unreal3.2beta9
113 </I>&gt;<i> &gt; &gt;
114 </I>&gt;<i> &gt; &gt;Sorry, I've forgot to tell you
115 </I>&gt;<i> &gt; &gt;
116 </I>&gt;<i> &gt; &gt;AgryWolf
117 </I>&gt;<i> &gt; &gt;
118 </I>&gt;<i> &gt; &gt;
119 </I>&gt;<i> &gt; &gt;----- Original Message -----
120 </I>&gt;<i> &gt; &gt;From: Craig McLure &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">frostycoolslug at hotmail.com</A>&gt;
121 </I>&gt;<i> &gt; &gt;To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
122 </I>&gt;<i> &gt; &gt;Sent: Sunday, March 31, 2002 5:14 PM
123 </I>&gt;<i> &gt; &gt;Subject: Re: [IRCServices Coding] segmentation faults - ircservices
124 </I>&gt;<i>5.0a26
125 </I>&gt;<i> &gt; &gt;
126 </I>&gt;<i> &gt; &gt;
127 </I>&gt;<i> &gt; &gt; &gt; What IRCd are you using?
128 </I>&gt;<i> &gt; &gt; &gt;
129 </I>&gt;<i> &gt; &gt; &gt;
130 </I>&gt;<i> &gt; &gt; &gt; &gt;From: Romek Kriszti&#225;n &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">r-krisztian at softhome.net</A>&gt;
131 </I>&gt;<i> &gt; &gt; &gt; &gt;Reply-To: <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>
132 </I>&gt;<i> &gt; &gt; &gt; &gt;To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
133 </I>&gt;<i> &gt; &gt; &gt; &gt;Subject: [IRCServices Coding] segmentation faults - ircservices
134 </I>&gt;<i>5.0a26
135 </I>&gt;<i> &gt; &gt; &gt; &gt;Date: Sun, 31 Mar 2002 17:10:07 +0200
136 </I>&gt;<i> &gt; &gt; &gt; &gt;
137 </I>&gt;<i> &gt; &gt; &gt; &gt;Hello!
138 </I>&gt;<i> &gt; &gt; &gt; &gt;
139 </I>&gt;<i> &gt; &gt; &gt; &gt;Your latest alpha version is pretty good, I want to use your
140 </I>&gt;<i>program,
141 </I>&gt;<i> &gt; &gt;but
142 </I>&gt;<i> &gt; &gt;I
143 </I>&gt;<i> &gt; &gt; &gt; &gt;had experienced the following errors at the first uses:
144 </I>&gt;<i> &gt; &gt; &gt; &gt;
145 </I>&gt;<i> &gt; &gt; &gt; &gt;*operserv*&gt; exception add +0
146 </I>&gt;<i> &gt; &gt; &gt; &gt;*** Global -- from services.freechat.ods.org: PANIC! buffer =
147 </I>&gt;<i> &gt; &gt;:AngryWolf
148 </I>&gt;<i> &gt; &gt; &gt; &gt;!operserv :exception add +0
149 </I>&gt;<i> &gt; &gt; &gt; &gt;*** LocOps -- Received SQUIT services.freechat.ods.org from
150 </I>&gt;<i> &gt; &gt; &gt; &gt;services.freechat.ods.org[127.0.0.1] (Services terminating:
151 </I>&gt;<i> &gt; &gt;Segmentation
152 </I>&gt;<i> &gt; &gt; &gt; &gt;fault)
153 </I>&gt;<i> &gt; &gt; &gt; &gt;
154 </I>&gt;<i> &gt; &gt; &gt; &gt;-freechat.ods.org- *** Global -- from services.freechat.ods.org:
155 </I>&gt;<i>PANIC!
156 </I>&gt;<i> &gt; &gt; &gt; &gt;buffer = :Toxyc ! nickserv :help
157 </I>&gt;<i> &gt; &gt; &gt; &gt;-freechat.ods.org- *** LocOps -- Received SQUIT
158 </I>&gt;<i> &gt; &gt;services.freechat.ods.org
159 </I>&gt;<i> &gt; &gt; &gt; &gt;from services.freechat.ods.org[127.0.0.1] (Services terminating:
160 </I>&gt;<i> &gt; &gt; &gt; &gt;Segmentation fault)
161 </I>&gt;<i> &gt; &gt; &gt; &gt;
162 </I>&gt;<i> &gt; &gt; &gt; &gt;-freechat.ods.org- *** Global -- from services.freechat.ods.org:
163 </I>&gt;<i>PANIC!
164 </I>&gt;<i> &gt; &gt; &gt; &gt;buffer = :omnii PRIVMSG <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ChanServ at services.freechat.ods.org</A>
165 </I>&gt;:<i>register
166 </I>&gt;<i> &gt; &gt; &gt; &gt;#limp_bizkit fred
167 </I>&gt;<i> &gt; &gt; &gt; &gt;-freechat.ods.org- *** LocOps -- Received SQUIT
168 </I>&gt;<i> &gt; &gt;services.freechat.ods.org
169 </I>&gt;<i> &gt; &gt; &gt; &gt;from services.freechat.ods.org[127.0.0.1] (Services terminating:
170 </I>&gt;<i> &gt; &gt; &gt; &gt;Segmentation fault)
171 </I>&gt;<i> &gt; &gt; &gt; &gt;
172 </I>&gt;<i> &gt; &gt; &gt; &gt;Can you solve this problem me to use this services again?
173 </I>&gt;<i> &gt; &gt; &gt; &gt;
174 </I>&gt;<i> &gt; &gt; &gt; &gt;Thx for all
175 </I>&gt;<i> &gt; &gt; &gt; &gt;
176 </I>&gt;<i> &gt; &gt; &gt; &gt;Regards
177 </I>&gt;<i> &gt; &gt; &gt; &gt;AngryWolf
178 </I>&gt;<i> &gt; &gt; &gt; &gt;
179 </I>&gt;<i> &gt; &gt; &gt; &gt;
180 </I>&gt;<i> &gt; &gt; &gt; &gt;------------------------------------------------------------------
181 </I>&gt;<i> &gt; &gt; &gt; &gt;To unsubscribe or change your subscription options, visit:
182 </I>&gt;<i> &gt; &gt; &gt; &gt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
183 </I>&gt;<i> &gt; &gt; &gt;
184 </I>&gt;<i> &gt; &gt; &gt;
185 </I>&gt;<i> &gt; &gt; &gt;
186 </I>&gt;<i> &gt; &gt; &gt;
187 </I>&gt;<i> &gt; &gt; &gt; --
188 </I>&gt;<i> &gt; &gt; &gt; Craig McLure
189 </I>&gt;<i> &gt; &gt; &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">Craig at e-tidalwave.org</A>
190 </I>&gt;<i> &gt; &gt; &gt; WaveAdmin on the e-tidalwave IRC Network
191 </I>&gt;<i> &gt; &gt; &gt; Ride the Wave! www.e-tidalwave.org
192 </I>&gt;<i> &gt; &gt; &gt;
193 </I>&gt;<i> &gt; &gt; &gt;
194 </I>&gt;<i> &gt; &gt; &gt; _________________________________________________________________
195 </I>&gt;<i> &gt; &gt; &gt; Chat with friends online, try MSN Messenger:
196 </I>&gt;<i><A HREF="http://messenger.msn.com">http://messenger.msn.com</A>
197 </I>&gt;<i> &gt; &gt; &gt;
198 </I>&gt;<i> &gt; &gt; &gt; ------------------------------------------------------------------
199 </I>&gt;<i> &gt; &gt; &gt; To unsubscribe or change your subscription options, visit:
200 </I>&gt;<i> &gt; &gt; &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
201 </I>&gt;<i> &gt; &gt;
202 </I>&gt;<i> &gt; &gt;------------------------------------------------------------------
203 </I>&gt;<i> &gt; &gt;To unsubscribe or change your subscription options, visit:
204 </I>&gt;<i> &gt; &gt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
205 </I>&gt;<i> &gt;
206 </I>&gt;<i> &gt;
207 </I>&gt;<i> &gt;
208 </I>&gt;<i> &gt;
209 </I>&gt;<i> &gt; --
210 </I>&gt;<i> &gt; Craig McLure
211 </I>&gt;<i> &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">Craig at e-tidalwave.org</A>
212 </I>&gt;<i> &gt; WaveAdmin on the e-tidalwave IRC Network
213 </I>&gt;<i> &gt; Ride the Wave! www.e-tidalwave.org
214 </I>&gt;<i> &gt;
215 </I>&gt;<i> &gt; _________________________________________________________________
216 </I>&gt;<i> &gt; Chat with friends online, try MSN Messenger: <A HREF="http://messenger.msn.com">http://messenger.msn.com</A>
217 </I>&gt;<i> &gt;
218 </I>&gt;<i> &gt; ------------------------------------------------------------------
219 </I>&gt;<i> &gt; To unsubscribe or change your subscription options, visit:
220 </I>&gt;<i> &gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
221 </I>&gt;<i>
222 </I>&gt;<i>------------------------------------------------------------------
223 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
224 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
225 </I>
226
227
228
229 --
230 Craig McLure
231 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">Craig at e-tidalwave.org</A>
232 WaveAdmin on the e-tidalwave IRC Network
233 Ride the Wave! www.e-tidalwave.org
234
235
236 _________________________________________________________________
237 Send and receive Hotmail on your mobile device: <A HREF="http://mobile.msn.com">http://mobile.msn.com</A>
238
239
240 </PRE>
241
242 <!--endarticle-->
243 <HR>
244 <P><UL>
245 <!--threads-->
246 <LI>Previous message: <A HREF="000447.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
247 </A></li>
248 <LI>Next message: <A HREF="000449.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
249 </A></li>
250 <LI> <B>Messages sorted by:</B>
251 <a href="date.html#448">[ date ]</a>
252 <a href="thread.html#448">[ thread ]</a>
253 <a href="subject.html#448">[ subject ]</a>
254 <a href="author.html#448">[ author ]</a>
255 </LI>
256 </UL>
257
258 </body></html>