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

	<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-03-17T14:47:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[cengbrecht]]></name></author>
		<updated>2010-03-17T14:47:53-04:00</updated>

		<published>2010-03-17T14:47:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92503#p92503</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92503#p92503"/>
		<title type="html"><![CDATA[Oops]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92503#p92503"><![CDATA[
Sorry I thought he was talking about my server. I posted in the wrong area.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11140">cengbrecht</a> — Wed Mar 17, 2010 2:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-03-17T14:43:33-04:00</updated>

		<published>2010-03-17T14:43:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92502#p92502</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92502#p92502"/>
		<title type="html"><![CDATA[What are core.xxx  files?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92502#p92502"><![CDATA[
Analyzing cores under Windows is... I'd say, a step beyond "option three", and something I wouldn't do volontary..<br><br>If you got your cores from an eggdrop running under a cygwin environment, you should be able to use the gdb provided by cygwin though.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Mar 17, 2010 2:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-03-07T14:56:19-04:00</updated>

		<published>2010-03-07T14:56:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92426#p92426</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92426#p92426"/>
		<title type="html"><![CDATA[What are core.xxx  files?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92426#p92426"><![CDATA[
If it's not already been installed, you'd probably be better off having your admin install it, though you could try and build it yourself.<br>A third, though more complicated way, would be to build it locally - though for this you'll need a copy of the binary (eggdrop + modules) and any dynamic library it has loaded on the local server. Personally, I try to avoid this option whenever possible.<br><br>Also see the doc/BUG-REPORT in your eggdrop istallation for details on what you can do with the output from the coredumps.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Mar 07, 2010 2:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-03-07T14:38:40-04:00</updated>

		<published>2010-03-07T14:38:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92423#p92423</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92423#p92423"/>
		<title type="html"><![CDATA[What are core.xxx  files?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92423#p92423"><![CDATA[
<blockquote class="uncited"><div>Those files are coredumps.<br>Roughly put, they're a snapshot of the process (the numbers tell the process id) leading up to a crash. They're mainly used to track down bugs, and are loaded into tools such as gdb. Once loaded, you could use commands such as bt (backtrace), which will show the chain of functioncalls which led to the crash.<br><br>google for core dump and/or gdb, and you'll find alot more information.</div></blockquote>Will do.<br>I assume     gdb   is something that I would need to ask the server admin to install?<br><br>And thank you for the reply, especially so fast.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sun Mar 07, 2010 2:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-03-07T14:29:28-04:00</updated>

		<published>2010-03-07T14:29:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92422#p92422</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92422#p92422"/>
		<title type="html"><![CDATA[What are core.xxx  files?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92422#p92422"><![CDATA[
Those files are coredumps.<br>Roughly put, they're a snapshot of the process (the numbers tell the process id) leading up to a crash. They're mainly used to track down bugs, and are loaded into tools such as gdb. Once loaded, you could use commands such as bt (backtrace), which will show the chain of functioncalls which led to the crash.<br><br>google for core dump and/or gdb, and you'll find alot more information.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Mar 07, 2010 2:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2010-03-07T14:20:03-04:00</updated>

		<published>2010-03-07T14:20:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92420#p92420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92420#p92420"/>
		<title type="html"><![CDATA[What are core.xxx  files?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92420#p92420"><![CDATA[
Hello,<br><br>We recently had an unusual occurence:  a dozen or so instances of the bot were found running with  ps -u username.<br><br>No idea why.<br>I'm looking around now for clues.<br><br>I see a lot of files in the botdir named core.xxxx  where xxxx is a number, some four digit, but mostly five digit.<br><br>What are they?   and if there is some place good to read about them, please direct me.   I didn't find it with google or forum search.<br><br><br>Thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sun Mar 07, 2010 2:20 pm</p><hr />
]]></content>
	</entry>
	</feed>
