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, i am using eggdrop1.6.12
and after writing userfile, channel file
bot got crashed
<Eggdrop_> [00:04] * Last context: tclhash.c/681 []
<Eggdrop_> [00:04] * Please REPORT this BUG!
<Eggdrop_> [00:04] * Check doc/BUG-REPORT on how to do so.
<Eggdrop_> [00:04] * Wrote DEBUG
<Eggdrop_> [00:04] * SEGMENT VIOLATION -- CRASHING!

i think its coming from netbots.tcl
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/673, []
tclhash.c/677, [Tcl proc: MC:top:join, param: $_jp1 $_jp2 $_jp3 $_jp4]
tclhash.c/681, []
tclhash.c/673, []
tclhash.c/677, [Tcl proc: sl_jflood, param: $_jp1 $_jp2 $_jp3 $_jp4]
tclhash.c/681, []
tclhash.c/673, []
tclhash.c/677, [Tcl proc: bop_jointmr, param: $_jp1 $_jp2 $_jp3 $_jp4]
tclhash.c/681, []
tclhash.c/673, []
tclhash.c/677, [Tcl proc: *join:notes, param: $_jp1 $_jp2 $_jp3 $_jp4]
tclhash.c/681, []
tclhash.c/681, []
tclhash.c/673, []
tclhash.c/677, [Tcl proc: <null>, param: $_raw1 $_raw2 $_raw3]
tclhash.c/681 []

please advise
thanks
EEggy
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This sort of crach has been known to happen from time to time.

Programs crash, it's a fact of life.

It isn't netbots.tcl that is causing the crash, the last script to excute was
tclhash.c/677, [Tcl proc: MC:top:join, param: $_jp1 $_jp2 $_jp3 $_jp4]
One of your MC scripts.

NOTE: While it says you should report the bug (this is a standard message, and is presented any time the bot crashes), you should follow the bug reporting guidelines as set out in the bug report form. This form comes with every eggdrop, and is located in the doc dir.
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

Post by EEggy »

Thanks ppslim!
EEggy
Locked