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
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.
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.