• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Server Crashing
#1
Greetings all, the problem has emerged on one of my RolePlay servers. One of the developers was sloppy, hasn't following server_log up to date as he had to do, and the whole shitpile culminated with random server crashes/restarts with this repeating piece of information before the crash itself:



Code:
[18:29:15] [debug] Server crashed while executing coarp.amx

[18:29:15] [debug] AMX backtrace:

[18:29:15] [debug] #0 00000075 in ?? (... <29 arguments>) at <unknown file>:0

[18:29:15] [debug] #1 00000075 in public OnPlayerCommandText () at <unknown file>:0



Any ideas what could it be? Could it be memory leak, or what?
  Reply
#2
No real way to tell from just that. I've seen similar errors with stack/heap collisions, so try with a bigger pragma dynamic.
  Reply
#3
Solved. Incompetent code writting was the problem. Excluded all of his code from the gamemode and crashes stopped. But thank you! Lock
  Reply


Forum Jump: