This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Eggdrop not starting.

General support and discussion of Eggdrop bots.
Post Reply
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Eggdrop not starting.

Post by iamdeath »

Hi, everything went fine but when I executed ./configure it gave me this error any idea what can I do best to solve it?

Code: Select all

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[10:42] --- Loading eggdrop v1.6.18 (Fri Nov 16 2007)
[21:42] * Last context: tclhash.c/238 []
[21:42] * Please REPORT this BUG!
[21:42] * Check doc/BUG-REPORT on how to do so.
[21:42] * Wrote DEBUG
[21:42] * FLOATING POINT ERROR -- CRASHING!
Thanks
|AmDeAtH @ Undernet
Death is only the *Beginning*...
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

When you typed ./configure? Emmm...
Sure it was'nt when you tried to start your eggie?
NML_375
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

errr.. when I typed ./eggdrop -m config.file then I recived that error. Sorry that was a wrong quote earlier excuse me for that.
|AmDeAtH @ Undernet
Death is only the *Beginning*...
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Ah well, in any case, that message really does'nt say much more than that you encountered a segment violation when running your eggdrop.

Without a stack backtrace on a coredump (as specified in the bug-report file), there really is'nt much to be done...
NML_375
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

So that'sa server issue, need admin to be informed right?
|AmDeAtH @ Undernet
Death is only the *Beginning*...
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Nope, might just be a plain, simple bug in eggdrop..
NML_375
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

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.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

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...
NML_375
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

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.
|AmDeAtH @ Undernet
Death is only the *Beginning*...
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Post by DragnLord »

grab a different tarball from http://www.eggheads.org/downloads/ and see if the error persists across versions

the contents of config.log may shed some light on this

since your shell is on a GNU system, this may be the result of the shell provider installing TCL via RPM instead of source
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

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.
NML_375
User avatar
iamdeath
Master
Posts: 323
Joined: Fri Feb 11, 2005 2:32 pm
Location: *HeLL*
Contact:

Post by iamdeath »

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.

Thanks once again

iamdeath
|AmDeAtH @ Undernet
Death is only the *Beginning*...
Post Reply