Guest4390857394857
Unregistered
24.06.2014, 15:50
(
Последний раз редактировалось Guest4390857394857; 05.04.2015 в 08:55.
)
....
Posts: 3,304
Threads: 58
Joined: Sep 2008
Reputation:
0
It probably means that something in your code makes your server go full bazooka. Might be stuck in an endless loop. I'd suggest adding a print() to every callback and function you have and find out which function/callback is called last when this happens again. It'll help you determine the location of your problem
Guest4390857394857
Unregistered
24.06.2014, 17:50
(
Последний раз редактировалось Guest4390857394857; 05.04.2015 в 08:55.
)
....
Guest4390857394857
Unregistered
02.07.2014, 16:27
(
Последний раз редактировалось Guest4390857394857; 05.04.2015 в 08:56.
)
....
Posts: 964
Threads: 28
Joined: May 2013
Reputation:
0
PLSSSSSSSS follow what Hiddos said. 'but I've many callbacks' is no excuse for laziness. I had to go through the same process for my own problem. Granted, that did not help me but it may help you. FYI: the reason for my server problems was fixes.so :/
Guest4390857394857
Unregistered
02.07.2014, 17:34
(
Последний раз редактировалось Guest4390857394857; 05.04.2015 в 08:56.
)
....
Posts: 964
Threads: 28
Joined: May 2013
Reputation:
0
The last thing it does* might be the cause of the crash.
* The last callback that is printed
Guest4390857394857
Unregistered
03.07.2014, 11:59
(
Последний раз редактировалось Guest4390857394857; 05.04.2015 в 08:56.
Причина: IP REMOVE :)
)
....
Posts: 767
Threads: 40
Joined: Dec 2011
Reputation:
0
Ye, now check for infinite loops there.
Guest4390857394857
Unregistered
03.07.2014, 15:39
(
Последний раз редактировалось Guest4390857394857; 05.04.2015 в 08:54.
)
.....