Is this on a SunOS box? Seen this error before under SunOS, beyond that I can't offer more info, except perhaps to check around egghead's site for bug reports/patches to fix it.
This error could be pretty much anything. Without a proper backtrace on a coredump, there is'nt even enough information to make an educated guess what the error is.
All we find out from this, is that some time prior the crash (possibly not even related to the crash whatsoever), the function init_bind in src/tclhash.c was executed and completed. We do not have any information on what took place afterwards, and thus led up to the actual crash.
Make sure you get a coredump when your eggie crashes ('ulimit -c 10000' should do the trick if it otherwize won't dump a core),
locate the coredump file,
read the bug-report document!!
follow the instructions at paragraph 4.8 in the above mentioned file,
post the output from that.
Then we just might have a chance on figuring this one out...
rosc2112 wrote:Is this on a SunOS box? Seen this error before under SunOS, beyond that I can't offer more info, except perhaps to check around egghead's site for bug reports/patches to fix it.
uname -a
Linux demented.twistedminds.us 2.6.20-1.2316.fc5smp #1 SMP Fri Apr 27 20:34:56 EDT 2007 i686 i686 i386 GNU/Linux
unlimit -c 10000 didnt work either.. I wonder what could be the problem. I deleted the directory and installed the new eggdrop but the problem comes back.
it's ulimit, not unlimit.. also, that should only be needed if your eggie does not dump a core upon crash.. running 'ulimit -c' should reveal the current limit for coredumps (as long as it does'nt return 0, your eggie should produce a core, but allowing larger cores, such as 10megs, may be helpful).
The problem, very simply, is that there is a bug in the source that causes a segment violation (accessing unallocated memory, etc). Getting a coredump and doing a backtrace reveals where the actual segment violation occured, along with calls leading up to that point. Which is exactly the information needed to even have a chance at doing an educated guess on what the problem is...
Your system seems to be running a fairly recent and stable kernel. SMP-support should'nt be much of an issue, although newer releases of Fedora Core (such as FC5) does tend to cause some issues with eggies and similar - usually due to the use of threaded tcl.
I deleted the directory again the .tar file and the eggdrop directory.. I removed everysingle thing and downloaded with every new file now its working .. I dont know what was the issue.. but thank you for your kind help I really appreciate that.