]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/001206.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 001206.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Re: +AFs-IRCServices Coding+AF0- Re: Databases
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Re%3A%20%2BAFs-IRCServices%20Coding%2BAF0-%20Re%3A%20Databases&In-Reply-To=004f01c23a2d%2486009680%246401a8c0%40Turby">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001205.html">
11 <LINK REL="Next" HREF="001225.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Re: +AFs-IRCServices Coding+AF0- Re: Databases</H1>
15 <B>Aragon Gouveia</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Re%3A%20%2BAFs-IRCServices%20Coding%2BAF0-%20Re%3A%20Databases&In-Reply-To=004f01c23a2d%2486009680%246401a8c0%40Turby"
17 TITLE="[IRCServices Coding] Re: +AFs-IRCServices Coding+AF0- Re: Databases">aragon at phat.za.net
18 </A><BR>
19 <I>Fri Aug 2 07:44:54 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001205.html">[IRCServices Coding] Re: +AFs-IRCServices Coding+AF0- Re: Databases
22 </A></li>
23 <LI>Next message: <A HREF="001225.html">[IRCServices Coding] Re: +AFs-IRCServices Coding+AF0- Re: Databases
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1206">[ date ]</a>
27 <a href="thread.html#1206">[ thread ]</a>
28 <a href="subject.html#1206">[ subject ]</a>
29 <a href="author.html#1206">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>I'm not involved with ircservices development, but I'm pretty sure they'll
35 need a backtrace too. After running gdb type &quot;bt&quot; and paste all of gdb's
36 output.
37
38
39 Regards,
40 Aragon
41
42
43 |<i> By Saturn &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">saturn at jetirc.net</A>&gt;
44 </I>|<i> [ 2002-08-02 16:04 +0200 ]
45 </I>&gt;<i> OK here's the gdb stuff... To recap: Running IRCServices 5.0 pre6 with
46 </I>&gt;<i> Unreal3.1.3. Tryign to import from an xml file (exported using the same
47 </I>&gt;<i> services version earlier). All i get is the Segmentation Fault error when i
48 </I>&gt;<i> try to DO the import, however ircservices does run fine when I don't try to
49 </I>&gt;<i> import; It just doesn't have any of the nicks and channels i wanted to
50 </I>&gt;<i> integrate.
51 </I>&gt;<i>
52 </I>&gt;<i> Any help is greatly appreciated!
53 </I>&gt;<i>
54 </I>&gt;<i>
55 </I>&gt;<i> ......
56 </I>&gt;<i> Loaded symbols for /home/Jet/services/modules/httpd/redirect.so
57 </I>&gt;<i> Reading symbols from /home/Jet/services/modules/misc/xml-export.so...done.
58 </I>&gt;<i> Loaded symbols for /home/Jet/services/modules/misc/xml-export.so
59 </I>&gt;<i> Reading symbols from /home/Jet/services/modules/misc/xml-import.so...done.
60 </I>&gt;<i> Loaded symbols for /home/Jet/services/modules/misc/xml-import.so
61 </I>&gt;<i> #0 0x4024db1e in read_data (flags=0) at xml-import.c:2167
62 </I>&gt;<i>
63 </I>&gt;<i> warning: Source file is more recent than executable.
64 </I>&gt;<i>
65 </I>&gt;<i> 2167 error(&quot;Nick %s has invalid nick group %u,
66 </I>&gt;<i> discarding&quot;,
67 </I>&gt;<i> (gdb)
68 </I>&gt;<i>
69 </I>&gt;<i>
70 </I>&gt;<i> ----- Original Message -----
71 </I>&gt;<i> From: &quot;Romek Kriszti?8?????? &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">r-krisztian at softhome.net</A>&gt;
72 </I>&gt;<i> To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
73 </I>&gt;<i> Sent: Friday, August 02, 2002 1:50 AM
74 </I>&gt;<i> Subject: [IRCServices Coding] Re: Databases
75 </I>&gt;<i>
76 </I>&gt;<i>
77 </I>&gt;<i> &amp;gt; Hello!&lt;BR&gt;
78 </I>&gt;<i> &amp;gt; &lt;BR&gt;
79 </I>&gt;<i> &amp;gt; Try this in your ircservices directory:&lt;BR&gt;
80 </I>&gt;<i> &amp;gt; &lt;BR&gt;
81 </I>&gt;<i> &amp;gt; gdb ircservices core&lt;BR&gt;
82 </I>&gt;<i> &amp;gt; &lt;BR&gt;
83 </I>&gt;<i> &amp;gt; Or if you doesn't have gdb on your system, the best way is to send the
84 </I>&gt;<i> 'ircservices' and&amp;nbsp; the 'core' to someone who can debug it.&lt;BR&gt;
85 </I>&gt;<i> &amp;gt; &lt;BR&gt;
86 </I>&gt;<i> &amp;gt; Krisztian Romek&lt;BR&gt;
87 </I>&gt;<i> &amp;gt; &lt;BR&gt;
88 </I>&gt;<i> &amp;gt; &lt;BR&gt;
89 </I>&gt;<i> &amp;gt; ------------------------------------------------------------------&lt;BR&gt;
90 </I>&gt;<i> &amp;gt; To unsubscribe or change your subscription options, visit:&lt;BR&gt;
91 </I>&gt;<i> &amp;gt; <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding&lt;BR">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding&lt;BR</A>&gt;
92 </I>&gt;<i> &amp;gt; &lt;BR&gt;
93 </I>&gt;<i> &amp;gt;
94 </I>&gt;<i>
95 </I>&gt;<i>
96 </I>&gt;<i>
97 </I>&gt;<i>
98 </I>&gt;<i> ------------------------------------------------------------------
99 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
100 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
101 </I>
102 </PRE>
103
104 <!--endarticle-->
105 <HR>
106 <P><UL>
107 <!--threads-->
108 <LI>Previous message: <A HREF="001205.html">[IRCServices Coding] Re: +AFs-IRCServices Coding+AF0- Re: Databases
109 </A></li>
110 <LI>Next message: <A HREF="001225.html">[IRCServices Coding] Re: +AFs-IRCServices Coding+AF0- Re: Databases
111 </A></li>
112 <LI> <B>Messages sorted by:</B>
113 <a href="date.html#1206">[ date ]</a>
114 <a href="thread.html#1206">[ thread ]</a>
115 <a href="subject.html#1206">[ subject ]</a>
116 <a href="author.html#1206">[ author ]</a>
117 </LI>
118 </UL>
119
120 </body></html>