]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2004/003099.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2004 / 003099.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] fill_read_buffer() problems with 5.0.40
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20fill_read_buffer%28%29%20problems%20with%205.0.40&In-Reply-To=6.0.0.22.0.20040930164222.01bbd0f8%40127.0.0.1">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="003098.html">
11 <LINK REL="Next" HREF="003100.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] fill_read_buffer() problems with 5.0.40</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20fill_read_buffer%28%29%20problems%20with%205.0.40&In-Reply-To=6.0.0.22.0.20040930164222.01bbd0f8%40127.0.0.1"
17 TITLE="[IRCServices Coding] fill_read_buffer() problems with 5.0.40">achurch at achurch.org
18 </A><BR>
19 <I>Sat Oct 2 10:10:59 PDT 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="003098.html">[IRCServices Coding] fill_read_buffer() problems with 5.0.40
22 </A></li>
23 <LI>Next message: <A HREF="003100.html">[IRCServices Coding] Re: [IRCServices] Services 5.0.41 released
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#3099">[ date ]</a>
27 <a href="thread.html#3099">[ thread ]</a>
28 <a href="subject.html#3099">[ subject ]</a>
29 <a href="author.html#3099">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> Fixed for 5.0.41, thanks for the report. Increase your network buffer
35 size as a temporary workaround.
36
37 --Andrew Church
38 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
39 <A HREF="http://achurch.org/">http://achurch.org/</A>
40
41 &gt;<i>bahamut-1.8(02)
42 </I>&gt;<i>ircservices5.0.40
43 </I>&gt;<i>Fedora Core 1 (2.4.22-1.2199.nptl)
44 </I>&gt;<i>
45 </I>&gt;<i> Moved our Services to another machine today, and also upgraded to 5.0.40
46 </I>&gt;<i>(from 5.0.28), and they seemed to run fine for a while. They then
47 </I>&gt;<i>disappeared. When I logged back into the shell from which they were
48 </I>&gt;<i>running, I noticed the ircservices.log file had filled my account (it has a
49 </I>&gt;<i>hard quota). When I restart them now, they only get so far (in -nofork
50 </I>&gt;<i>-debug mode) before a flood of fill_read_buffer() errors begins, and
51 </I>&gt;<i>proceeds to fill my log file. Since other applications run under my
52 </I>&gt;<i>account, I'm having difficulty getting proper backtraces/cores without
53 </I>&gt;<i>filling my quota, so I'll start with this. If more is needed, so be
54 </I>&gt;<i>it.....any help would be appreciated....I'll keep testing...
55 </I>&gt;<i>
56 </I>&gt;<i>When starting with ./ircservices -nofork -debug ......
57 </I>&gt;<i>&lt;snip tons of normal user/channel introduction, mode setting, etc&gt;
58 </I>&gt;<i>[Sep 30 18:48:59.740485 2004] debug: Received: :someserver.mynetwork.net
59 </I>&gt;<i>TOPIC #OF Tanis 1095598852 :OF Staff Office: Everything is good for you,
60 </I>&gt;<i>even if it doesn't kill you -- (Tanis wonders) Including the Server??
61 </I>&gt;<i>[Sep 30 18:48:59.740623 2004] debug: Received: :someserver.mynetwork.net
62 </I>&gt;<i>TOPIC #winbolo Sticks 1095228982 :|| <A HREF="ftp://sticks.cyproject.net">ftp://sticks.cyproject.net</A> ||
63 </I>&gt;<i><A HREF="http://www-personal.umd.umich.edu/~clesnies/kittens_3wks/">http://www-personal.umd.umich.edu/~clesnies/kittens_3wks/</A> ||
64 </I>&gt;<i>[Sep 30 18:48:59.740683 2004] sockets: BUG: fill_read_buffer() returned 0!:
65 </I>&gt;<i>Success
66 </I>&gt;<i>[Sep 30 18:48:59.740754 2004] sockets: BUG: fill_read_buffer() returned 0!:
67 </I>&gt;<i>Success
68 </I>&gt;<i>(this repeats until disk quota is exceeded)
69 </I>&gt;<i>
70 </I>&gt;<i>After loaded it in GDB
71 </I>&gt;<i>&lt;snip&gt;
72 </I>&gt;<i>[Sep 30 18:41:05.418523 2004] sockets: BUG: fill_read_buffer() returned 0!:
73 </I>&gt;<i>Success
74 </I>&gt;<i>[Sep 30 18:41:05.418566 2004] sockets: BUG: fill_read_buffer() returned 0!:
75 </I>&gt;<i>Success
76 </I>&gt;<i>[Sep 30 18:41:05.418609 2004] sockets: BUG: fill_read_buffer() returned 0!:
77 </I>&gt;<i>Success
78 </I>&gt;<i>[Sep 30 18:41:05.418651
79 </I>&gt;<i>(I had to issue a Ctrl-C to stop it)
80 </I>&gt;<i>Program received signal SIGINT, Interrupt.
81 </I>&gt;<i>0x0080bc32 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
82 </I>&gt;<i>(gdb) bt
83 </I>&gt;<i>#0 0x0080bc32 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
84 </I>&gt;<i>#1 0x008f0fa3 in __write_nocancel () from /lib/tls/libc.so.6
85 </I>&gt;<i>#2 0x0088da8f in _IO_new_file_write () from /lib/tls/libc.so.6
86 </I>&gt;<i>#3 0x0088ca1e in new_do_write () from /lib/tls/libc.so.6
87 </I>&gt;<i>#4 0x0088dc20 in _IO_new_file_xsputn () from /lib/tls/libc.so.6
88 </I>&gt;<i>#5 0x0086a6fe in buffered_vfprintf () from /lib/tls/libc.so.6
89 </I>&gt;<i>#6 0x00866683 in vfprintf () from /lib/tls/libc.so.6
90 </I>&gt;<i>#7 0x0805df08 in hashlookup ()
91 </I>&gt;<i>(gdb) quit
92 </I>&gt;<i>
93 </I>&gt;<i>
94 </I>&gt;<i>
95 </I>&gt;<i>------------------------------------------------------------------
96 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
97 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
98 </I>
99
100 </PRE>
101
102 <!--endarticle-->
103 <HR>
104 <P><UL>
105 <!--threads-->
106 <LI>Previous message: <A HREF="003098.html">[IRCServices Coding] fill_read_buffer() problems with 5.0.40
107 </A></li>
108 <LI>Next message: <A HREF="003100.html">[IRCServices Coding] Re: [IRCServices] Services 5.0.41 released
109 </A></li>
110 <LI> <B>Messages sorted by:</B>
111 <a href="date.html#3099">[ date ]</a>
112 <a href="thread.html#3099">[ thread ]</a>
113 <a href="subject.html#3099">[ subject ]</a>
114 <a href="author.html#3099">[ author ]</a>
115 </LI>
116 </UL>
117
118 </body></html>