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.

eggdrop1.6.12 - crash

Old posts that have not been replied to for several years.
Locked
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

eggdrop1.6.12 - crash

Post by EEggy »

Hi,
is this script is causing or its bug in eggdrop??
may be netbots.tcl??

Debug (eggdrop v1.6.12) written Fri Nov 22 22:43:34 2002
Full Patch List:
Tcl library: /usr/lib/tcl8.3
Tcl version: 8.3.3 (header version 8.3.3)
Compile flags: gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H
Link flags: gcc -pipe
Strip flags: strip
Context: tclhash.c/681, []
tclhash.c/673, []
tclhash.c/677, [Tcl proc: <null>, param: $_raw1 $_raw2 $_raw3]
tclhash.c/681, []
tclhash.c/673, []
tclhash.c/677, [Tcl proc: *raw:irc:part, param: $_raw1 $_raw2 $_raw3]
tclhash.c/673, []
tclhash.c/677, [Tcl proc: sl_pflood, param: $_p1 $_p2 $_p3 $_p4 $_p5]
tclhash.c/681, []
tclhash.c/673, []
tclhash.c/677, [Tcl proc: bop_unsetneed, param: $_p1 $_p2 $_p3 $_p4 $_p5]
tclhash.c/681, []
tclhash.c/681, []
tclhash.c/673, []
tclhash.c/677, [Tcl proc: <null>, param: $_raw1 $_raw2 $_raw3]
tclhash.c/681 []

thank you
EEggy
P
Photon
Op
Posts: 170
Joined: Wed Aug 28, 2002 8:00 am
Location: Liverpool, England

Post by Photon »

Its difficult to say. I would suspect a script, as it was triggering a bind (a RAW bind I suspect) when it crashed - well thats the last known position, and just after that, it executes the TCL, hence why I suspect the script.

It also impossible to say whether or not its netbots thats triggering the crash, as there is no name given for the proc.

If this is a persistant crash the only way to proceed would be to start putting putlogs into the suspected tcl functions.

Need more information on what was actually happening when the crash happened. We know that someone left the channel, and we know that botnetop unset a need (Op/invite, so on) but thats about it.

HTH

P.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Are you able to crash the bot on demand/ does it hapen often enough to be classed as some form of bug.

All software crashes, no matter how well made it is. They simply fall over and die for some unknown reason. These can be bugs within the OS itself, which only show themselves once in a blue moon, then reapir themselves.

There is nothign you can do about these.

If it is re-producable on demand, or it happens often enough, then yes, it's possibly a bug.
Locked