]> jfr.im git - irc.git/blame - 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
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Version 5 Beta Segfaults (warning, newbie submitter)
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <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">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000829.html">
11 <LINK REL="Next" HREF="000830.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Version 5 Beta Segfaults (warning, newbie submitter)</H1>
15 <B>Daffy_Duc</B>
16 <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"
17 TITLE="[IRCServices Coding] Version 5 Beta Segfaults (warning, newbie submitter)">daffy at daffy.za.net
18 </A><BR>
19 <I>Sat Jun 1 04:05:49 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000829.html">[IRCServices Coding] Trojan warning and MD5 checksums
22</A></li>
23 <LI>Next message: <A HREF="000830.html">[IRCServices Coding] Correction in language file
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#834">[ date ]</a>
27 <a href="thread.html#834">[ thread ]</a>
28 <a href="subject.html#834">[ subject ]</a>
29 <a href="author.html#834">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>Hey people
35I've run into a teeny problem and I was hoping that someone out there would
36be able to help me.
37
38I've been trying to get version 5beta running for a while now with no luck.
39I was following the version 5alpha releases very closely and playing around
40with them, but while version 5 was in alpha it was working fine on my old
41redhat machine.
42
43I recently installed Debian on a new machine that I had lying around and now
44I cant get ircservices 5 working, not even one of the alpha versions.
45Perhaps I'm missing a library of some sort.
46
47Im running Debian, so I used the .deb package and it gave the same error as
48below, so I tried to install it from the source, but still did the same
49thing.
50
51&lt;Begins large dump of hopefully useful info&gt;
52
53Versions:
54ii gcc 2.95.4-14 The GNU C compiler.
55ii make 3.79.1-14 The GNU version of the &quot;make&quot; utility.
56
57
58What happens:
59---- snip ----
60<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircd at goliath</A>:~/ircservices$ ./ircservices -debug
61Segmentation fault
62---- snip ----
63
64no log file is created, so I cant show any output from it.
65
66I even recompiled with the option to core dump, and it didn't. Couldn't find
67the core file anywhere
68
69---- snip ----
70ircd:~/ircservices$ ./ircservices -debug
71Segmentation fault
72ircd:~/ircservices$ ls
73ircservices ircservices-chk lib
74ircd:~/ircservices$ cd lib
75ircd:~/ircservices$ ls
76convert-db example-modules.conf ircservices.conf modules
77example-ircservices.conf helpfiles languages
78modules.conf
79ircd:~/ircservices$
80---- snip ----
81
82Seeing as I couldn't find a core file.. I decided to try gdb anyway
83(I really dont know what I'm doing, I'm just trying to provide as much
84information as possible)
85
86---- snip ----
87<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircd at goliath</A>:~/ircservices$ gdb
88GNU gdb 2002-04-01-cvs
89Copyright 2002 Free Software Foundation, Inc.
90GDB is free software, covered by the GNU General Public License, and you are
91welcome to change it and/or distribute copies of it under certain
92conditions.
93Type &quot;show copying&quot; to see the conditions.
94There is absolutely no warranty for GDB. Type &quot;show warranty&quot; for details.
95This GDB was configured as &quot;i386-linux&quot;.
96(gdb) file ircservices
97Reading symbols from ircservices...done.
98(gdb) run
99Starting program: /home/ircd/ircservices/ircservices
100
101Program received signal SIGSEGV, Segmentation fault.
1020x0804e34c in do_all_directives (action=0, directives=0x805f7d8) at
103conffile.c:69
10469 *(int32 *)d-&gt;params[i].ptr = val.intval;
105(gdb) bt
106#0 0x0804e34c in do_all_directives (action=0, directives=0x805f7d8) at
107conffile.c:69
108#1 0x0804f214 in configure (modulename=0x0, directives=0x805f7d8, action=3)
109at conffile.c:549
110#2 0x0804f55d in read_config () at init.c:141
111#3 0x0804ff35 in init (ac=1, av=0xbffffe24) at init.c:584
112#4 0x0805224b in main (ac=1, av=0xbffffe24, envp=0xbffffe2c) at main.c:168
113(gdb)
114---- snip ----
115
116I hope this is enough info for you to work with.
117
118Kieran
119
120
121</PRE>
122
123<!--endarticle-->
124 <HR>
125 <P><UL>
126 <!--threads-->
127 <LI>Previous message: <A HREF="000829.html">[IRCServices Coding] Trojan warning and MD5 checksums
128</A></li>
129 <LI>Next message: <A HREF="000830.html">[IRCServices Coding] Correction in language file
130</A></li>
131 <LI> <B>Messages sorted by:</B>
132 <a href="date.html#834">[ date ]</a>
133 <a href="thread.html#834">[ thread ]</a>
134 <a href="subject.html#834">[ subject ]</a>
135 <a href="author.html#834">[ author ]</a>
136 </LI>
137 </UL>
138
139</body></html>