<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/898" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2002-03-12T16:25:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/898</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-12T16:25:00-04:00</updated>

		<published>2002-03-12T16:25:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5272#p5272</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5272#p5272"/>
		<title type="html"><![CDATA[eggdrop 1.6.7 and 1.6.8 SEGFAULT on DEC Alpha Unix 4.0D]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5272#p5272"><![CDATA[
The problem is solved now, It was a missing NULL in tclhash.c <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Tue Mar 12, 2002 4:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-11T13:30:00-04:00</updated>

		<published>2002-03-11T13:30:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5247#p5247</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5247#p5247"/>
		<title type="html"><![CDATA[eggdrop 1.6.7 and 1.6.8 SEGFAULT on DEC Alpha Unix 4.0D]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5247#p5247"><![CDATA[
I wrote this message not only to this forum even to the <a href="mailto:eggheads@eggheads.org">eggheads@eggheads.org</a> mailing list.<br>I will wote a separate bug report, too.<p>Statistics: Posted by Guest — Mon Mar 11, 2002 1:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-03-11T13:26:00-04:00</updated>

		<published>2002-03-11T13:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5245#p5245</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5245#p5245"/>
		<title type="html"><![CDATA[eggdrop 1.6.7 and 1.6.8 SEGFAULT on DEC Alpha Unix 4.0D]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5245#p5245"><![CDATA[
If I could get an account to use for eggdev -- we would be better able to figure out the problem. Where did you report the problem? You should send bug reports to <a href="mailto:bugs@eggheads.org">bugs@eggheads.org</a> (this forum is not an official place to report bugs in eggdrop) .. if you did and we missed it, I'm sorry and hopefully it can be resolved for 1.6.10<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Mon Mar 11, 2002 1:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-11T08:12:00-04:00</updated>

		<published>2002-03-11T08:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5235#p5235</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5235#p5235"/>
		<title type="html"><![CDATA[eggdrop 1.6.7 and 1.6.8 SEGFAULT on DEC Alpha Unix 4.0D]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5235#p5235"><![CDATA[
After compiling eggdrop 1.6.9 the same error occurs... Nobody has done something <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"> If someone has an idea I could test it on my machine!<p>Statistics: Posted by Guest — Mon Mar 11, 2002 8:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-27T11:42:00-04:00</updated>

		<published>2002-01-27T11:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4106#p4106</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4106#p4106"/>
		<title type="html"><![CDATA[eggdrop 1.6.7 and 1.6.8 SEGFAULT on DEC Alpha Unix 4.0D]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4106#p4106"><![CDATA[
I checked the code and found the following:<br>After commenting out the following line in tclhash.c, function init_binds() the bot starts without the error.<br><br>add_cd_tcl_cmds(cd_cmd_table);<br><br>This command didn't appear in eggdrop 1.6.6. It seems to bind callbacks for the TCL commands "bind" and "unbind". I use TCL 8.3.4, so the following shold be incorrect and cause the SEGFAULT:<br><br>void add_cd_tcl_cmds(cd_tcl_cmd *table)<br>{<br>  int *cdata;<br><br>  while (table-&gt;name) {<br>    cdata = (int *)nmalloc(sizeof(int) * 2);<br>    clientdata_stuff += sizeof(int) * 2;<br>    cdata[0] = (int) table-&gt;callback;<br>    cdata[1] = (int) table-&gt;cdata;<br>    Tcl_CreateObjCommand(interp, table-&gt;name, utf_converter, (ClientData) cdata,<br>       cmd_delete_callback);<br>    table++;<br>  }<br>}<br><p>Statistics: Posted by Guest — Sun Jan 27, 2002 11:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-24T14:21:00-04:00</updated>

		<published>2002-01-24T14:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4034#p4034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4034#p4034"/>
		<title type="html"><![CDATA[eggdrop 1.6.7 and 1.6.8 SEGFAULT on DEC Alpha Unix 4.0D]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4034#p4034"><![CDATA[
A few days ago I tried the last CVS code with the same result (code from 21/01/2001)<br><br>Uwe<p>Statistics: Posted by Guest — Thu Jan 24, 2002 2:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-01-24T13:31:00-04:00</updated>

		<published>2002-01-24T13:31:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4032#p4032</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4032#p4032"/>
		<title type="html"><![CDATA[eggdrop 1.6.7 and 1.6.8 SEGFAULT on DEC Alpha Unix 4.0D]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4032#p4032"><![CDATA[
Try thr latest 1.6 development code (AKA CVS).<br><br>See the readme files with eggdrop, for information on how to obtain them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Jan 24, 2002 1:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-24T07:06:00-04:00</updated>

		<published>2002-01-24T07:06:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4012#p4012</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4012#p4012"/>
		<title type="html"><![CDATA[eggdrop 1.6.7 and 1.6.8 SEGFAULT on DEC Alpha Unix 4.0D]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4012#p4012"><![CDATA[
I wrote a message about this after release of eggdrop 1.6.7 but no one responded. Again:<br>I make eggdrop 1.6.8 and installed it. After that by starting it, it SEGFAULTS with the following:<br><br>=========================================================================================================<br>Eggdrop v1.6.8 (C) 1997 Robey Pointer (C) 2002 Eggheads<br>[10:47] * Last context: tclhash.c/217 []<br>[10:47] * Please REPORT this BUG!<br>[10:47] * Check doc/BUG-REPORT on how to do so.<br>[10:47] * Wrote DEBUG<br>[10:47] * SEGMENT VIOLATION -- CRASHING!<br>Segmentation fault (core dumped)<br>=========================================================================================================<br>System: DEC Alpha Unix 4.0D<br>Compiler: CC (no gcc available on this machine)<br>Tcl version: 8.3.4 (header version 8.3.4)<br>=========================================================================================================<br>% dbx eggdrop core<br>dbx version 3.11.10<br>Type 'help' for help.<br>Core file created by program "eggdrop"<br><br>signal Segmentation fault at &gt;*[strstr, 0x3ff800d4270]  ldq_u   r3, 0(r16)<br>(dbx) bt<br>bt<br>  ^ syntax error<br>(dbx) q<br>=========================================================================================================<br>Debug (eggdrop v1.6.<img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt=":cool:" title="Cool"> written Sun Jan  6 11:00:24 2002<br>Full Patch List:<br>STATICALLY LINKED<br>TCL library: /home/edvs1/uschindl/lib/tcl8.3<br>TCL version: 8.3.4 (header version 8.3.4)<br>Compile flags: cc -g -I.. -I.. -DHAVE_CONFIG_H -DSTATIC<br>Link flags: cc<br>Strip flags: strip<br>Context: main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         main.c/712, []<br>         tclhash.c/217 []<br><br>SOCK ADDR     PORT  NICK      HOST              TYPE<br>---- -------- ----- --------- ----------------- ----<br><br>Compiled without extensive memory debugging (sorry).<br>Open sockets: 3 (file), done.<br>=========================================================================================================<br><br>Please help! Version 1.6.6 runs perfectly. 1.6.8 also works fine on Linux. I also tried to use the --disable-cc-optimization option. On another DEC machine the same thing occurs.<br><br>Uwe<br><p>Statistics: Posted by Guest — Thu Jan 24, 2002 7:06 am</p><hr />
]]></content>
	</entry>
	</feed>
