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