Server crash
#1

So this is what crashdetect.so plugin gave me:

Код:
[07/09/2014 06:53:01] [debug] Server crashed while executing xorpg.amx
[07/09/2014 06:53:01] [debug] AMX backtrace:
[07/09/2014 06:53:01] [debug] #0 00000035 in ?? (... <14 arguments>) at D:\DEV\XO SERVER\pawno\include\float.inc:108
[07/09/2014 06:53:01] [debug] #1 00000035 in public OnPlayerDisconnect () at D:\DEV\XO SERVER\pawno\include\float.inc:108
When i commented out this line (in OnPlayerDisconnect):

Код:
PlayerInfo[playerid][pLogTime] = gettime();
The crash stopped for a while...

Now the same thing is happening with OnDialogResponse but i haven't yet isolated the line that's causing this.

The funny thing it started suddenly without me changing a thing in the last few days.

What could be the problem?

Please help, thank you.

EDIT: Forgot to say that this only happens on my VPS (CentOS, Linux), while on Windows (my local machine) it doesn't happen at all!
Reply
#2

I fixed the OnDialogResponse problem and i have more problems now:

Код:
[07/09/2014 20:27:30] [debug] Server crashed while executing xorpg.amx
[07/09/2014 20:27:30] [debug] AMX backtrace:
[07/09/2014 20:27:30] [debug] #0 00000030 in ?? (... <13 arguments>) at D:\DEV\XO SERVER\pawno\include\float.inc:108
[07/09/2014 20:27:30] [debug] #1 00000030 in public SaveServerStats () at D:\DEV\XO SERVER\pawno\include\float.inc:108
[07/09/2014 20:27:30] [debug] Native backtrace:
[07/09/2014 20:27:30] [debug] #0 0046609b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[07/09/2014 20:27:30] [debug] #1 004612d2 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[07/09/2014 20:27:30] [debug] #2 00461ebc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[07/09/2014 20:27:30] [debug] #3 00462366 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[07/09/2014 20:27:30] [debug] #4 00465cec in ?? () from plugins/crashdetect.so
[07/09/2014 20:27:30] [debug] #5 0065440c in ?? ()
[07/09/2014 20:27:30] [debug] #6 b5030c78 in ?? () from ŕŘ+
[07/09/2014 20:27:30] [debug] #7 00461218 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[07/09/2014 20:27:30] [debug] #8 00464aa9 in ?? () from plugins/crashdetect.so
[07/09/2014 20:27:30] [debug] #9 00b34173 in ?? () from plugins/streamer.so
[07/09/2014 20:27:30] [debug] #10 080e67b5 in ?? () from ./samp03svr
[07/09/2014 20:27:30] [debug] #11 080ad4cb in ?? () from ./samp03svr
[07/09/2014 20:27:30] [debug] #12 080a871e in ?? () from ./samp03svr
[07/09/2014 20:27:30] [debug] #13 0087bd26 in __libc_start_main () from /lib/libc.so.6
[07/09/2014 20:27:30] [debug] #14 0804b4d1 in ?? () from ./samp03svr
Reply
#3

Here you go:

http://pastebin.com/7fW52vhV
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)