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.

my bot dies..

Old posts that have not been replied to for several years.
Locked
s
svahn
Voice
Posts: 19
Joined: Sun May 19, 2002 8:00 pm
Location: Sweden
Contact:

my bot dies..

Post by svahn »

When i run my eggdrop the process that runs the eggdrop.. the MEM% (in ps aux) goes very high.. when its about 22.5% i cant connect to the eggdrop through telnet.. and the scripts doesnt update.

can the trouble be in the script.?

when i did a change in the script.. replaced

$var != ""

with

![catch {set $var}] ..

Can it be the catch thing..?
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Well, those are two different things, for one.

![catch {set $var}] is NOT the same as $var != "" for one thing.
s
svahn
Voice
Posts: 19
Joined: Sun May 19, 2002 8:00 pm
Location: Sweden
Contact:

Post by svahn »

yes but why does the %MEM raise until the bot craches?
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

because you've obviously got some loop in your script thats setting stupidly large vars and not unsetting them
Locked