]> jfr.im git - irc.git/blobdiff - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000834.html
RELEASE -> !RELEASE
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000834.html
diff --git a/software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000834.html b/software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000834.html
deleted file mode 100644 (file)
index 895c5e4..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
- <HEAD>
-   <TITLE> [IRCServices Coding] Version 5 Beta Segfaults (warning, newbie submitter)
-   </TITLE>
-   <LINK REL="Index" HREF="index.html" >
-   <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Version%205%20Beta%20Segfaults%20%28warning%2C%20newbie%20submitter%29&In-Reply-To=Pine.LNX.4.44.0205312315001.19838-100000%40linux.ircd-net.org">
-   <META NAME="robots" CONTENT="index,nofollow">
-   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
-   <LINK REL="Previous"  HREF="000829.html">
-   <LINK REL="Next"  HREF="000830.html">
- </HEAD>
- <BODY BGCOLOR="#ffffff">
-   <H1>[IRCServices Coding] Version 5 Beta Segfaults (warning, newbie submitter)</H1>
-    <B>Daffy_Duc</B> 
-    <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Version%205%20Beta%20Segfaults%20%28warning%2C%20newbie%20submitter%29&In-Reply-To=Pine.LNX.4.44.0205312315001.19838-100000%40linux.ircd-net.org"
-       TITLE="[IRCServices Coding] Version 5 Beta Segfaults (warning, newbie submitter)">daffy at daffy.za.net
-       </A><BR>
-    <I>Sat Jun  1 04:05:49 PDT 2002</I>
-    <P><UL>
-        <LI>Previous message: <A HREF="000829.html">[IRCServices Coding] Trojan warning and MD5 checksums
-</A></li>
-        <LI>Next message: <A HREF="000830.html">[IRCServices Coding] Correction in language file
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#834">[ date ]</a>
-              <a href="thread.html#834">[ thread ]</a>
-              <a href="subject.html#834">[ subject ]</a>
-              <a href="author.html#834">[ author ]</a>
-         </LI>
-       </UL>
-    <HR>  
-<!--beginarticle-->
-<PRE>Hey people
-I've run into a teeny problem and I was hoping that someone out there would
-be able to help me.
-
-I've been trying to get version 5beta running for a while now with no luck.
-I was following the version 5alpha releases very closely and playing around
-with them, but while version 5 was in alpha it was working fine on my old
-redhat machine.
-
-I recently installed Debian on a new machine that I had lying around and now
-I cant get ircservices 5 working, not even one of the alpha versions.
-Perhaps I'm missing a library of some sort.
-
-Im running Debian, so I used the .deb package and it gave the same error as
-below, so I tried to install it from the source, but still did the same
-thing.
-
-&lt;Begins large dump of hopefully useful info&gt;
-
-Versions:
-ii  gcc            2.95.4-14      The GNU C compiler.
-ii  make           3.79.1-14      The GNU version of the &quot;make&quot; utility.
-
-
-What happens:
----- snip ----
-<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircd at goliath</A>:~/ircservices$ ./ircservices -debug
-Segmentation fault
----- snip ----
-
-no log file is created, so I cant show any output from it.
-
-I even recompiled with the option to core dump, and it didn't. Couldn't find
-the core file anywhere
-
----- snip ----
-ircd:~/ircservices$ ./ircservices -debug
-Segmentation fault
-ircd:~/ircservices$ ls
-ircservices  ircservices-chk  lib
-ircd:~/ircservices$ cd lib
-ircd:~/ircservices$ ls
-convert-db                example-modules.conf  ircservices.conf  modules
-example-ircservices.conf  helpfiles             languages
-modules.conf
-ircd:~/ircservices$
----- snip ----
-
-Seeing as I couldn't find a core file.. I decided to try gdb anyway
-(I really dont know what I'm doing, I'm just trying to provide as much
-information as possible)
-
----- snip ----
-<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircd at goliath</A>:~/ircservices$ gdb
-GNU gdb 2002-04-01-cvs
-Copyright 2002 Free Software Foundation, Inc.
-GDB is free software, covered by the GNU General Public License, and you are
-welcome to change it and/or distribute copies of it under certain
-conditions.
-Type &quot;show copying&quot; to see the conditions.
-There is absolutely no warranty for GDB.  Type &quot;show warranty&quot; for details.
-This GDB was configured as &quot;i386-linux&quot;.
-(gdb) file ircservices
-Reading symbols from ircservices...done.
-(gdb) run
-Starting program: /home/ircd/ircservices/ircservices
-
-Program received signal SIGSEGV, Segmentation fault.
-0x0804e34c in do_all_directives (action=0, directives=0x805f7d8) at
-conffile.c:69
-69                      *(int32 *)d-&gt;params[i].ptr = val.intval;
-(gdb) bt
-#0  0x0804e34c in do_all_directives (action=0, directives=0x805f7d8) at
-conffile.c:69
-#1  0x0804f214 in configure (modulename=0x0, directives=0x805f7d8, action=3)
-at conffile.c:549
-#2  0x0804f55d in read_config () at init.c:141
-#3  0x0804ff35 in init (ac=1, av=0xbffffe24) at init.c:584
-#4  0x0805224b in main (ac=1, av=0xbffffe24, envp=0xbffffe2c) at main.c:168
-(gdb)
----- snip ----
-
-I hope this is enough info for you to work with.
-
-Kieran
-
-
-</PRE>
-
-<!--endarticle-->
-    <HR>
-    <P><UL>
-        <!--threads-->
-       <LI>Previous message: <A HREF="000829.html">[IRCServices Coding] Trojan warning and MD5 checksums
-</A></li>
-       <LI>Next message: <A HREF="000830.html">[IRCServices Coding] Correction in language file
-</A></li>
-         <LI> <B>Messages sorted by:</B> 
-              <a href="date.html#834">[ date ]</a>
-              <a href="thread.html#834">[ thread ]</a>
-              <a href="subject.html#834">[ subject ]</a>
-              <a href="author.html#834">[ author ]</a>
-         </LI>
-       </UL>
-
-</body></html>