[update] Re: anyone successfully run latest CURRENT on FreeBSD4.4?
Katsuhiro Kondou
Katsuhiro_Kondou at isc.org
Wed Mar 27 02:46:40 UTC 2002
In article <Pine.LNX.4.44.0203261759580.4522-100000 at ryouko.dgim.crc.ca>,
"William F. Maton" <wmaton at ryouko.dgim.crc.ca> wrote;
} > People who were having trouble with overflowing logs (William), did this
} > fix it?
I think my last fix is irrevant to your problem.
} Mar 26 17:58:40 mcast innd: SERVER internal SITEreader: slimemold:46:file
} Mar 26 17:59:00 mcast last message repeated 272511 times
So I think we need to investigate how this comes.
In article <ylofhn4onj.fsf at windlord.stanford.edu>,
Russ Allbery <rra at stanford.edu> wrote;
} The real question is how that channel ended up in the read mask. Somehow,
} RCHANadd is being called for it.
Hm, it'd be easier to find with attached. William,
could you try and give us the back trace of the core?
--
Katsuhiro Kondou
Index: innd/chan.c
===================================================================
RCS file: /home/kondou/news/inn/repository/inn/innd/chan.c,v
retrieving revision 1.59
diff -u -r1.59 chan.c
--- innd/chan.c 2002/03/10 05:45:32 1.59
+++ innd/chan.c 2002/03/27 02:44:04
@@ -529,6 +529,9 @@
if (cp->Type != CTnntp)
/* Start reading at the beginning of the buffer. */
cp->In.Used = 0;
+
+ if (cp->Type == CTfile)
+ abort();
}
More information about the inn-workers
mailing list