Infinite loop that freezes the server
#6

I know you tried to print details with crashdetect's help but by using GetPlayerPoolSize, you know the max value and the operators are correct so there isn't any chance for an infinite loop there.

Remove the definitions and replace it to:
pawn Код:
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
use the old good debugging method with prints calls inside each public function. By that, you'll find out in what callback stopped so you can debug it in there as well (the functions you call inside the callback and in the callback itself).
Reply


Messages In This Thread
Infinite loop that freezes the server - by AliveBG - 22.05.2015, 09:44
Re: Infinite loop that freezes the server - by Konstantinos - 22.05.2015, 09:46
Re: Infinite loop that freezes the server - by AliveBG - 22.05.2015, 10:02
Re: Infinite loop that freezes the server - by Konstantinos - 22.05.2015, 10:08
Re: Infinite loop that freezes the server - by AliveBG - 22.05.2015, 10:12
Re: Infinite loop that freezes the server - by Konstantinos - 22.05.2015, 10:24
Re: Infinite loop that freezes the server - by RaeF - 22.05.2015, 10:50
Re: Infinite loop that freezes the server - by AliveBG - 22.05.2015, 10:55
Re: Infinite loop that freezes the server - by RaeF - 22.05.2015, 11:06
Re: Infinite loop that freezes the server - by AliveBG - 22.05.2015, 11:21

Forum Jump:


Users browsing this thread: 1 Guest(s)