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.
Old posts that have not been replied to for several years.
svahn
Voice
Posts: 19 Joined: Sun May 19, 2002 8:00 pm
Location: Sweden
Contact:
Post
by svahn » Fri Jun 28, 2002 10:53 am
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..?
Wcc
Master
Posts: 278 Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:
Post
by Wcc » Sat Jun 29, 2002 4:10 am
Well, those are two different things, for one.
![catch {set $var}] is NOT the same as $var != "" for one thing.
svahn
Voice
Posts: 19 Joined: Sun May 19, 2002 8:00 pm
Location: Sweden
Contact:
Post
by svahn » Sun Jun 30, 2002 1:38 pm
yes but why does the %MEM raise until the bot craches?
Petersen
Owner
Posts: 685 Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK
Post
by Petersen » Sun Jun 30, 2002 3:42 pm
because you've obviously got some loop in your script thats setting stupidly large vars and not unsetting them