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.

totaly lame?

Old posts that have not been replied to for several years.
Locked
D
Dimedrol

totaly lame?

Post by Dimedrol »

I've compiled and configured my bot without any errors
everything is ready to start the bot, BUT when I start it witj ./eggdrop everything what i get is:

Eggdrop v1.6.12 (C) 1997 Robey Pointer (C) 2002 Eggheads
[15:22] --- Loading eggdrop v1.6.12 (Fri Nov 22 2002)
[15:22] *** FAILED REALLOC ./misc.c (99)
[15:22] * Last context: tclhash.c/240 []
[15:22] * Please REPORT this BUG!
[15:22] * Check doc/BUG-REPORT on how to do so.
[15:22] * Wrote DEBUG
[15:22] * SEGMENT VIOLATION -- CRASHING!
Memory fault (core dumped)

I've tryed on 2 similar servers with OpenBSD3.1-stable and OpenBSD3.2 with tcl8.4.0
i've tryed to search any people who get similar errors(on forum and on bugzilla), but there isn't such

help me please...
b
bobjuh
Master
Posts: 268
Joined: Wed Oct 03, 2001 8:00 pm
Location: Netherlands
Contact:

Re: totaly lame?

Post by bobjuh »

Dimedrol wrote: I've tryed on 2 similar servers with OpenBSD3.1-stable and OpenBSD3.2 with tcl8.4.0
i've tryed to search any people who get similar errors(on forum and on bugzilla), but there isn't such

help me please...
15:22] * Last context: tclhash.c/240 []
[15:22] * Please REPORT this BUG!
[15:22] * Check doc/BUG-REPORT on how to do so.

Report the bug
D
Dimedrol

Post by Dimedrol »

I've reported it about month ago

but tell me, are you sure that it's the eggdrop bug? Maybe it's just MY mistake?
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

It crashed on startup, when it tried to realloc memory for your logs.

By the looks of things it ran out of memory and didnt fail safe. Sooo ... it is an eggdrop bug in that there should be mroe safety, but you could possibly think of adding more memory to your machine, or perhaps having less stuff on your bot.

P.
D
Dimedrol

Post by Dimedrol »

thanks a lot :)
Locked