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

	<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>2004-10-19T18:43:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-19T18:43:42-04:00</updated>

		<published>2004-10-19T18:43:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42018#p42018</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42018#p42018"/>
		<title type="html"><![CDATA[make nodebug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42018#p42018"><![CDATA[
yep ... that did it<br><br>thank you !<p>Statistics: Posted by Guest — Tue Oct 19, 2004 6:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-10-19T18:13:57-04:00</updated>

		<published>2004-10-19T18:13:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42017#p42017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42017#p42017"/>
		<title type="html"><![CDATA[make nodebug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42017#p42017"><![CDATA[
Try that way (it should work if bot always make core file with exact same name):<br>1. create an empty file with core name<br>2. remove write flag (chmod 444 file)<br><br>Bot shouldn't be able to overwrite that file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Tue Oct 19, 2004 6:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-19T18:08:14-04:00</updated>

		<published>2004-10-19T18:08:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42016#p42016</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42016#p42016"/>
		<title type="html"><![CDATA[make nodebug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42016#p42016"><![CDATA[
thanks ... but that didn't stop it either <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>any other offers ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>btw thxs to whoever moved the thread into this forum<p>Statistics: Posted by Guest — Tue Oct 19, 2004 6:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-10-18T14:33:28-04:00</updated>

		<published>2004-10-18T14:33:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41991#p41991</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41991#p41991"/>
		<title type="html"><![CDATA[make nodebug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41991#p41991"><![CDATA[
Try to change that in src/main.c:<div class="codebox"><p>Code: </p><pre><code>    struct rlimit cdlim;    cdlim.rlim_cur = RLIM_INFINITY;    cdlim.rlim_max = RLIM_INFINITY;    setrlimit(RLIMIT_CORE, &amp;cdlim);</code></pre></div>to <div class="codebox"><p>Code: </p><pre><code>    struct rlimit cdlim;    cdlim.rlim_cur = 0;    cdlim.rlim_max = 0;    setrlimit(RLIMIT_CORE, &amp;cdlim);</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Mon Oct 18, 2004 2:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-18T13:07:04-04:00</updated>

		<published>2004-10-18T13:07:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41988#p41988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41988#p41988"/>
		<title type="html"><![CDATA[make nodebug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41988#p41988"><![CDATA[
ok ... tried it and it still core dumps ...<br><br>thanks anyway<br><br>any other ideas ?<p>Statistics: Posted by Guest — Mon Oct 18, 2004 1:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2004-10-17T16:20:10-04:00</updated>

		<published>2004-10-17T16:20:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41962#p41962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41962#p41962"/>
		<title type="html"><![CDATA[make nodebug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41962#p41962"><![CDATA[
try a<br>./configure --enable-strip<br><br>instead of <br>./configure<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sun Oct 17, 2004 4:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-10-17T16:04:54-04:00</updated>

		<published>2004-10-17T16:04:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41961#p41961</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41961#p41961"/>
		<title type="html"><![CDATA[make nodebug]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41961#p41961"><![CDATA[
hi,<br>ok ... i admit to being an MS slave and all this compiling your own source is new to me, so slay me  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br><br>i'm compiling 1.6.15 on freebsd 4.10 and compile goes ok. i've managed to induce a few crashes and each time eggdrop crashes i get a memory dump. unfortunately this completely fills up the space i have on the shell account. i've solved most of the crash issues, however, if eggdrop crashes out it cannot restart from the crontab cause it runs out of disk space pretty much straight away.<br><br>How do i recompile to stop eggdrop core dumping?<br><br>current compile is<br>./configure<br>make config<br>make<br>make install DEST=~/eggdrop<br><br>TIA<p>Statistics: Posted by Guest — Sun Oct 17, 2004 4:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
