Posts: 342
Threads: 44
Joined: Nov 2011
Reputation:
0
I got some random infininite loops, cant detect where, i'm using printf but can't find it...
Where to look and what to look? Any advice?
Posts: 287
Threads: 51
Joined: Oct 2015
Reputation:
0
my advice is look after 'Iter_Remove' in foreach loop-s
Posts: 1,050
Threads: 153
Joined: Mar 2016
Reputation:
0
I had the same problem, it's gets hard to detect once the server starts freezing because profile plugin also won't help because server freezes and it isn't able to output its profile. You have to manually search your loops
Posts: 497
Threads: 21
Joined: Feb 2018
Reputation:
0
Open your compiler, press Ctrl + F and look for every for() and foreach() you may have fucked up.
Posts: 342
Threads: 44
Joined: Nov 2011
Reputation:
0
Sometimes it freeze after 24h, sometimes after 36h, it's unusuall.. thanks for answers...