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 1.6.16 troubles

Old posts that have not been replied to for several years.
Locked
R
Rumko
Voice
Posts: 2
Joined: Sat May 31, 2003 12:20 pm

Eggdrop 1.6.16 troubles

Post by Rumko »

well ... i am running 3 1.6.16 bots, one on freebsd 4.10-stable and it seems to work fine, then there are 2 that run on the same machine (openbsd 3.4-stable) but only one spits out an error (once till now but its once too many)

the debug file:
Debug (eggdrop v1.6.16) written Thu Jun 17 00:36:46 2004
Full Patch List:
Tcl library: /usr/local/lib/tcl8.3
Tcl version: 8.3.5 (header version 8.3.5)
Compile flags: gcc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H
Link flags: gcc -pipe
Strip flags: touch
Context: tclhash.c/680, []
tclhash.c/684, [Tcl proc: sl_mode, param: $_kick1 $_kick2 $_kick3 $_kick4 $_kick5 $_kick6]
tclhash.c/688, []
tclhash.c/680, []
tclhash.c/684, [Tcl proc: bop_modeop, param: $_kick1 $_kick2 $_kick3 $_kick4 $_kick5 $_kick6]
tclhash.c/688, []
tclhash.c/688, []
tclhash.c/680, []
tclhash.c/684, [Tcl proc: *raw:MODE, param: $_raw1 $_raw2 $_raw3]
tclhash.c/688, []
tclhash.c/680, []
tclhash.c/684, [Tcl proc: *raw:irc:quit, param: $_raw1 $_raw2 $_raw3]
tclhash.c/688, []
tclhash.c/680, []
tclhash.c/684, [Tcl proc: <null>, param: $_raw1 $_raw2 $_raw3]
tclhash.c/688 []

SOCK ADDR PORT NICK HOST TYPE
---- -------- ----- --------- ----------------- ----
3 D58F4F64 57640 (users) * lstn 57640
4 D58F4F64 3353 (bots) * lstn 3353
5 00000000 0 (dns) dns (ready)
6 D58F4F64 11236 (script) sb:accept lstn 11236
8 D58F4F64 3343 Rumkobot 0.dc.telemach.net bot flags: pUcosgwlia
9 7F000001 57602 (server) localhost serv (lag: 1)
10 7F000001 48012 Rumko Rumko@localhost chat flags: cpTEp/0
7 00000000 57602 * linz.irc.at scri sb:control

Compiled without extensive memory debugging (sorry).
Open sockets: 3 (listen), 4 (listen), 5 (passed on), 6 (listen), 8, 9, 10, 7 (connecting), 11 (file), done.


the .core file is at http://www.geocities.com/okmur2003/eggd ... ore.tar.gz
and its not a .tar.gz its just a copied .core file with a different name
User avatar
cucciolo
Voice
Posts: 34
Joined: Wed Jun 02, 2004 11:08 am

Post by cucciolo »

oohh somebody with my same problem!!! :roll: :wink:
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Fixed.

Post by Wcc »

Hey.. the problem has been fixed in 1.6.17, which will be out soon (because of this bug, mainly). For now, a simple fix:

Code: Select all

$ tar -zxf eggdrop1.6.16.tar.gz
$ cd eggdrop1.6.16
$ wget http://www.techmonkeys.org/~wcc/eggdrop1.6.16+crashfix.patch
$ patch -p1 < eggdrop1.6.16+crashfix.patch
$ ./configure
$ make config
$ make
$ make install
Wcc
User avatar
cucciolo
Voice
Posts: 34
Joined: Wed Jun 02, 2004 11:08 am

Post by cucciolo »

wow!
this sound like a great news!!!!

the most important thing is that we have discovered something to enanche quality of egg :)

thanks wcc

(i've said beacouse i'm happy to not to be alone in my disperation !! ;)
Locked