05.02.2013, 12:10
You should probably ignore what's going on in the log there. The network thread is still running, while the main server thread running your script and all the SA-MP server logic is in an infinite loop. That is the real problem.
If you're running on linux, there is a good tutorial here about getting a backtrace out of an infinite loop using gdb: http://www.unknownroad.com/rtfm/gdbtut/gdbinfloop.html.
Unfortunately on Windows it's more difficult to get the backtrace unless you have Visual Studio installed or some third-party debugger.
The SA-MP server is not known to have any issues with entering infinite loops, so I'd say it's going to be your script or a plugin causing it.
If you're running on linux, there is a good tutorial here about getting a backtrace out of an infinite loop using gdb: http://www.unknownroad.com/rtfm/gdbtut/gdbinfloop.html.
Unfortunately on Windows it's more difficult to get the backtrace unless you have Visual Studio installed or some third-party debugger.
The SA-MP server is not known to have any issues with entering infinite loops, so I'd say it's going to be your script or a plugin causing it.