]> jfr.im git - irc.git/blobdiff - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000337.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000337.html
diff --git a/software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000337.html b/software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000337.html
new file mode 100644 (file)
index 0000000..0f19b73
--- /dev/null
@@ -0,0 +1,88 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+   <TITLE> [IRCServices Coding] Services 5.0a21: Odd log message
+   </TITLE>
+   <LINK REL="Index" HREF="index.html" >
+   <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0a21%3A%20Odd%20log%20message&In-Reply-To=">
+   <META NAME="robots" CONTENT="index,nofollow">
+   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+   <LINK REL="Previous"  HREF="000334.html">
+   <LINK REL="Next"  HREF="000338.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+   <H1>[IRCServices Coding] Services 5.0a21: Odd log message</H1>
+    <B>Andrew Church</B> 
+    <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Services%205.0a21%3A%20Odd%20log%20message&In-Reply-To="
+       TITLE="[IRCServices Coding] Services 5.0a21: Odd log message">achurch at achurch.org
+       </A><BR>
+    <I>Tue Feb 26 16:42:26 PST 2002</I>
+    <P><UL>
+        <LI>Previous message: <A HREF="000334.html">[IRCServices Coding] Services 5.0a21 /cs akick bug
+</A></li>
+        <LI>Next message: <A HREF="000338.html">[IRCServices Coding] SegFault
+</A></li>
+         <LI> <B>Messages sorted by:</B> 
+              <a href="date.html#337">[ date ]</a>
+              <a href="thread.html#337">[ thread ]</a>
+              <a href="subject.html#337">[ subject ]</a>
+              <a href="author.html#337">[ author ]</a>
+         </LI>
+       </UL>
+    <HR>  
+<!--beginarticle-->
+<PRE>&gt;<i>I have included the previous entry in case it is relevant, but it is more 
+</I>&gt;<i>entry 2 that I wanted to mention since I assume it is indicative of a 
+</I>&gt;<i>problem:
+</I>&gt;<i>
+</I>&gt;<i>[Feb 19 23:02:06 2002] channel: MODE #vodatones -o for user tharok not on 
+</I>&gt;<i>channel
+</I>&gt;<i>[Feb 19 23:03:24 2002] user: BUG (?) no channel record for tharok on 
+</I>&gt;<i>#vodatones (part)
+</I>&gt;<i>
+</I>&gt;<i>No more information I am afraid since I do not know where to look. If 
+</I>&gt;<i>nothing else, maybe some information on what the BUG &quot;status&quot; indicates 
+</I>&gt;<i>could help me try and get a reproducible case. 
+</I>
+     &quot;BUG&quot; indicates a situation that should never occur if the program is
+correctly coded; for example, something like the following:
+
+       if (i &lt; 0 || i &gt; 3)
+           return -1;
+       switch (i) {
+           case 0: /* ... */ break;
+           case 1: /* ... */ break;
+           case 2: /* ... */ break;
+           default: log(&quot;BUG: impossible value for i (%d)&quot;, i); return -1;
+       }
+
+In this case, it indicates that a PART message was received for a user who
+was not recorded as being on the channel they were supposedly parting,
+which means there's a bug in either Services or the ircds.  (Most probably
+this is a Services bug, but since it could potentially be caused by bad
+messages from the uplink server this probably shouldn't be marked &quot;BUG&quot; as
+the other BUG cases are.)
+
+  --Andrew Church
+    <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
+    <A HREF="http://achurch.org/">http://achurch.org/</A>
+
+</PRE>
+
+<!--endarticle-->
+    <HR>
+    <P><UL>
+        <!--threads-->
+       <LI>Previous message: <A HREF="000334.html">[IRCServices Coding] Services 5.0a21 /cs akick bug
+</A></li>
+       <LI>Next message: <A HREF="000338.html">[IRCServices Coding] SegFault
+</A></li>
+         <LI> <B>Messages sorted by:</B> 
+              <a href="date.html#337">[ date ]</a>
+              <a href="thread.html#337">[ thread ]</a>
+              <a href="subject.html#337">[ subject ]</a>
+              <a href="author.html#337">[ author ]</a>
+         </LI>
+       </UL>
+
+</body></html>