]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000807.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000807.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Bug with memoserv SAVE (beta0)
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Bug%20with%20memoserv%20SAVE%20%28beta0%29&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="000814.html">
11 <LINK REL="Next" HREF="000808.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Bug with memoserv SAVE (beta0)</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Bug%20with%20memoserv%20SAVE%20%28beta0%29&In-Reply-To="
17 TITLE="[IRCServices Coding] Bug with memoserv SAVE (beta0)">achurch at achurch.org
18 </A><BR>
19 <I>Thu May 30 19:16:34 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000814.html">[IRCServices Coding] RAW question
22 </A></li>
23 <LI>Next message: <A HREF="000808.html">[IRCServices Coding] RAW question
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#807">[ date ]</a>
27 <a href="thread.html#807">[ thread ]</a>
28 <a href="subject.html#807">[ subject ]</a>
29 <a href="author.html#807">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE> Fixed, thanks.
35
36 --Andrew Church
37 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
38 <A HREF="http://achurch.org/">http://achurch.org/</A>
39
40 &gt;<i>Runnign the services 5.0beta0 release
41 </I>&gt;<i>
42 </I>&gt;<i>My ircd:
43 </I>&gt;<i>Unreal3.1.3-Komara(JetIRC). saturn.jetirc.net CFhiInXSs [Linux
44 </I>&gt;<i>localhost.localdomain 2.4.7-10 #1 Thu Sep 6 16:46:36 EDT 2001 i686
45 </I>&gt;<i>unknown=2302(H)]
46 </I>&gt;<i>
47 </I>&gt;<i>The problem:
48 </I>&gt;<i>At any time, if ANYone uses the Memoserv SAVE command to save a memo from
49 </I>&gt;<i>expiry, services immediately terminates with no entry to the normal log file
50 </I>&gt;<i>for a reason.
51 </I>&gt;<i>
52 </I>&gt;<i>I ran the -debug option....
53 </I>&gt;<i>In the log file, the last relavant entry is:
54 </I>&gt;<i> [May 29 08:34:54.511303 2002] debug: Received: :Saturn PRIVMSG
55 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">MemoServ at services.jetirc.net</A> :save 1
56 </I>&gt;<i>Then the file ends.
57 </I>&gt;<i>
58 </I>&gt;<i>using GDB, i got the following, right after using the memoserv save command:
59 </I>&gt;<i>#0 save_memo_callback (u=0x8173ed0, num=6, args=0xbffff4c0) at main.c:544
60 </I>&gt;<i>#1 0x08053611 in process_numlist (numstr=0xbffff63c &quot;&quot;,
61 </I>&gt;<i>count_ret=0xbffff4dc,
62 </I>&gt;<i> callback=0x40214f14 &lt;save_memo_callback&gt;, u=0x8173ed0) at misc.c:537
63 </I>&gt;<i>#2 0x40215b30 in do_save (u=0x8173ed0) at main.c:885
64 </I>&gt;<i>#3 0x0804e191 in run_cmd (service=0x8171af8 &quot;&quot;, u=Cannot access memory at
65 </I>&gt;<i>address 0xbffff534) at commands.c:175
66 </I>&gt;<i>#4 0x4021468c in memoserv (source=Cannot access memory at address
67 </I>&gt;<i>0xbffff560) at main.c:153
68 </I>&gt;<i>#5 0x080545de in call_callback_5 (module=Cannot access memory at address
69 </I>&gt;<i>0xbffff5a0) at modules.c:632
70 </I>&gt;<i>#6 0x080528b9 in m_privmsg (source=Cannot access memory at address
71 </I>&gt;<i>0xbffff5f0) at messages.c:177
72 </I>&gt;<i>#7 0x08054b43 in process () at process.c:131
73 </I>&gt;<i>#8 0x0805624f in check_sockets () at sockets.c:392
74 </I>&gt;<i>#9 0x080522be in main (ac=Cannot access memory at address 0xbffffa30) at
75 </I>&gt;<i>main.c:248
76 </I>&gt;<i>#10 0x40053507 in __libc_start_main (main=Cannot access memory at address
77 </I>&gt;<i>0xbffffa70)
78 </I>&gt;<i> at ../sysdeps/generic/libc-start.c:129
79 </I>&gt;<i>Cannot access memory at address 0xbffffa68
80 </I>&gt;<i>
81 </I>&gt;<i>----
82 </I>&gt;<i>
83 </I>&gt;<i>I hope this is enough to go on....
84 </I>&gt;<i>
85 </I>&gt;<i>
86 </I>&gt;<i>
87 </I>&gt;<i>------------------------------------------------------------------
88 </I>&gt;<i>To unsubscribe or change your subscription options, visit:
89 </I>&gt;<i><A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
90 </I>
91 </PRE>
92
93 <!--endarticle-->
94 <HR>
95 <P><UL>
96 <!--threads-->
97 <LI>Previous message: <A HREF="000814.html">[IRCServices Coding] RAW question
98 </A></li>
99 <LI>Next message: <A HREF="000808.html">[IRCServices Coding] RAW question
100 </A></li>
101 <LI> <B>Messages sorted by:</B>
102 <a href="date.html#807">[ date ]</a>
103 <a href="thread.html#807">[ thread ]</a>
104 <a href="subject.html#807">[ subject ]</a>
105 <a href="author.html#807">[ author ]</a>
106 </LI>
107 </UL>
108
109 </body></html>