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

	<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>2005-03-14T06:52:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Galadhrim]]></name></author>
		<updated>2005-03-14T06:52:26-04:00</updated>

		<published>2005-03-14T06:52:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47617#p47617</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47617#p47617"/>
		<title type="html"><![CDATA[eggdrop crashing after dprintf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47617#p47617"><![CDATA[
indeed I think your message function has a bug so it won't continue.<br><br>also I always use <em class="text-italics">dprintf(DP_SERVER, "privmsg %s: %s\r\n, chan, message);</em> maybe that helps...<br><br>i suggest you execute "gdb eggdrop core" and place it here with the code where the bot crashed (gdb shows the file and line number). Be sure to post enough code so we can understand it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2999">Galadhrim</a> — Mon Mar 14, 2005 6:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-03-07T15:23:03-04:00</updated>

		<published>2005-03-07T15:23:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47299#p47299</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47299#p47299"/>
		<title type="html"><![CDATA[eggdrop crashing after dprintf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47299#p47299"><![CDATA[
it's more likely your code has a bug <br><br>post gdb bt full output of a crash and relevant parts of your code<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Mar 07, 2005 3:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greensheep]]></name></author>
		<updated>2005-03-07T06:06:52-04:00</updated>

		<published>2005-03-07T06:06:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47285#p47285</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47285#p47285"/>
		<title type="html"><![CDATA[eggdrop crashing after dprintf]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47285#p47285"><![CDATA[
hi<br><br>(excuse my english)<br><br>i'm programming a eggdrop module.<br>i'm using eggdrop1.6.17 and cygwin (windrop).<br>my eggdrop crash after a simple call to dprintf function.<br><br>...<br>dprintf(DP_MODE, "privmsg %s :%s\r\n",chan,message);<br>...<br><br>the message is repeated 2 times in the chan with a single function call,<br>then the bot crashes.<br><br>my module can run 6 hours or only 2 minutes.<br>the crash is unforeseeable, with the same code.<br><br>i'm using many contexts for this bug.<br>but the last context is before a return insturction,<br>and my typical call is:<br>dprintf(DP_MODE, "privmsg %s :%s\r\n",chan,mymessagefunc(format,par1,par2,...));<br><br>dprintf function is sensible to a particular char sequence or codes?<br><br>thanks greensheep<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6043">greensheep</a> — Mon Mar 07, 2005 6:06 am</p><hr />
]]></content>
	</entry>
	</feed>
