View Single Post
Re: POD-bot back into shape.
Old
  (#404)
Dethpod
Member
 
Status: Offline
Posts: 32
Join Date: Dec 2003
Default Re: POD-bot back into shape. - 08-04-2004

Good work Pierre.

You are a machine. I was wondering if anyone has been expieriencing 100% cpu loads when a bot is added for the hlds_i686 binary?

With this build of podbot-mm (8-4-04), as soon as I add a bot, the machine spikes to 100% and then hangs.

I do not experience this on my AMD boxes which use the hlds_amd binary.

The previous build (6-4-04) does not spike the cpu.

Here's the trace I get when I watch using strace:

gettimeofday({1081453227, 19156}, NULL) = 0
gettimeofday({1081453227, 19391}, NULL) = 0
gettimeofday({1081453227, 19621}, NULL) = 0
gettimeofday({1081453227, 19845}, NULL) = 0
gettimeofday({1081453227, 20014}, NULL) = 0
nanosleep({0, 1000000}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, [TTIN TTOU], NULL, = 0
select(1, [0], NULL, NULL, {0, 0}) = 1 (in [0], left {0, 0})
read(0, "\n", 1) = 1
write(3, "\n", 1) = 1
rt_sigprocmask(SIG_UNBLOCK, [TTIN TTOU], NULL, = 0
gettimeofday({1081453227, 38872}, NULL) = 0
write(1, "Adding new bot...\n", 1 = 18

And then it just spikes the cpu.

Any ideas?

-Dethpod

Last edited by Dethpod; 08-04-2004 at 21:42..