<?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/17921" />

	<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>2010-08-12T17:24:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[pseudo]]></name></author>
		<updated>2010-08-12T17:24:55-04:00</updated>

		<published>2010-08-12T17:24:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93912#p93912</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93912#p93912"/>
		<title type="html"><![CDATA[eggdrop debug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93912#p93912"><![CDATA[
<blockquote class="uncited"><div>Please recompile with make debug and provide a full backtrace, as adviced in doc/BUG-REPORT. We need a backtrace in order to find the problem, since the DEBUG file is not useful by itself.</div></blockquote><blockquote class="uncited"><div>same [censored] Smile different day<br><br>[22:03:07] CTCP DCC: CHAT chat 1835584260 1024 from k (<a href="mailto:kiril@kiril.FreeBSD.org">kiril@kiril.FreeBSD.org</a>)<br>[22:03:07] DCC connection: CHAT (Kiril!<a href="mailto:kiril@kiril.FreeBSD.org">kiril@kiril.FreeBSD.org</a>)<br>[22:03:12] Logged in: Kiril (<a href="mailto:kiril@kiril.FreeBSD.org">kiril@kiril.FreeBSD.org</a>/1024)<br>[22:03:12] * Last context: tclhash.c/710 [Tcl proc: *chon:console:chon, param: $_chonof1 $_chonof2]<br>[22:03:12] * Please REPORT this BUG!<br>[22:03:12] * Check doc/BUG-REPORT on how to do so.<br>[22:03:12] * Wrote DEBUG<br>[22:03:12] * SEGMENT VIOLATION -- CRASHING!</div></blockquote>I was asking you for a full gdb backtrace, in order to figure out what's your problem. Make debug is to make the debug information more useful, did you actually thought it will fix your bot? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><blockquote class="uncited"><div>[22:03:12] * Last context: tclhash.c/710 [Tcl proc: *chon:console:chon, param: $_chonof1 $_chonof2]</div></blockquote>Although you didn't provide any useful information, I can guess what's your problem. You're using the unofficial, unsupported and buggy SSL patch, which has already two serious problems and that one is the third.<br>It shifts down the module symbols lookup table in src/modules.c, without updating properly the corresponding definitions in src/mod/module.h, so instead of the console_chon function, a completely different one is called, which logically leads to a crash.<br><br>The patch is very buggy and obviously the author didn't bother to test it. Here are the other problems, I've found so far (we find a new one almost every day):<ul><li><a href="http://forum.egghelp.org/viewtopic.php?t=17915" class="postlink">eggdrop 1.6.20 + SSL patch segfaults with HAVE_NOTIFIERS = 1</a><br><a href="http://forum.egghelp.org/viewtopic.php?t=17872" class="postlink">Eggdrop1.6.20rc1 and SSL<br></a></li></ul>It's the patch author's job to fix these problems and do his homework before submitting patches. All of these should have been obvious at the moment of writing the patch.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10974">pseudo</a> — Thu Aug 12, 2010 5:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arkadietz]]></name></author>
		<updated>2010-08-12T15:18:05-04:00</updated>

		<published>2010-08-12T15:18:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93909#p93909</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93909#p93909"/>
		<title type="html"><![CDATA[eggdrop debug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93909#p93909"><![CDATA[
same [censored] <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> different day<br><br>[22:03:07] CTCP DCC: CHAT chat 1835584260 1024 from k (<a href="mailto:kiril@kiril.FreeBSD.org">kiril@kiril.FreeBSD.org</a>)<br>[22:03:07] DCC connection: CHAT (Kiril!<a href="mailto:kiril@kiril.FreeBSD.org">kiril@kiril.FreeBSD.org</a>)<br>[22:03:12] Logged in: Kiril (<a href="mailto:kiril@kiril.FreeBSD.org">kiril@kiril.FreeBSD.org</a>/1024)<br>[22:03:12] * Last context: tclhash.c/710 [Tcl proc: *chon:console:chon, param:  $_chonof1 $_chonof2]<br>[22:03:12] * Please REPORT this BUG!<br>[22:03:12] * Check doc/BUG-REPORT on how to do so.<br>[22:03:12] * Wrote DEBUG<br>[22:03:12] * SEGMENT VIOLATION -- CRASHING!<br><br>So, i have a templorary solution.<br>When i compile official eggdrop version (1.6.20) i have no problem, but when i'm put a patch for ssl and problems comes like a rain <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7974">Arkadietz</a> — Thu Aug 12, 2010 3:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[pseudo]]></name></author>
		<updated>2010-08-12T10:37:58-04:00</updated>

		<published>2010-08-12T10:37:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93902#p93902</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93902#p93902"/>
		<title type="html"><![CDATA[eggdrop debug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93902#p93902"><![CDATA[
Please recompile with make debug and provide a full backtrace, as adviced in doc/BUG-REPORT. We need a backtrace in order to find the problem, since the DEBUG file is not useful by itself.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10974">pseudo</a> — Thu Aug 12, 2010 10:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Arkadietz]]></name></author>
		<updated>2010-08-12T08:19:30-04:00</updated>

		<published>2010-08-12T08:19:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93901#p93901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93901#p93901"/>
		<title type="html"><![CDATA[eggdrop debug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93901#p93901"><![CDATA[
Hi, i have some problems with a new version<br><br>Here we are..<br><br>[15:00:51] Userfile loaded, unpacking...<br>[15:00:56] * Last context: tclhash.c/710 [Tcl proc: *raw:<a href="irc:315" class="postlink">irc:315</a>, param:  $_raw1 $_raw2 $_raw3]<br>[15:00:56] * Please REPORT this BUG!<br>[15:00:56] * Check doc/BUG-REPORT on how to do so.<br>[15:00:56] * Wrote DEBUG<br>[15:00:56] * SEGMENT VIOLATION -- CRASHING!<br><br><br>I'm trying with make debug already but the problem is same.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7974">Arkadietz</a> — Thu Aug 12, 2010 8:19 am</p><hr />
]]></content>
	</entry>
	</feed>
