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