29.01.2013, 18:20
Some group of people have been supposedly "crashing" my server. They crashed my server 5/6 times in a row. The crash report is this.
Some error in ZCMD?
The line 85 in ZCMD is:
Код:
[19:49:10] [debug] Server crashed while executing ls-cnr.amx [19:49:10] [debug] AMX backtrace: [19:49:10] [debug] #0 00007470 in Debug_Print0 (... <2 variable arguments>) at C:\...\LSCNR 1.9\pawno\include\zcmd.inc:85 [19:49:10] [debug] System backtrace: [19:49:10] [debug] #0 f68eaf41 in _ZN10StackTraceC1EPv () from plugins/crashdetect.so [19:49:10] [debug] #1 f68e141f in _ZN11crashdetect20PrintSystemBacktraceEPv () from plugins/crashdetect.so [19:49:10] [debug] #2 f68df963 in _ZN11crashdetect15SystemExceptionEPv () from plugins/crashdetect.so [19:49:10] [debug] #3 f68ea3c1 in ?? () from plugins/crashdetect.so [19:49:10] [debug] #4 f770e410 in ?? () [19:49:10] [debug] #5 080dcbbc in ?? () from ./samp03svr [19:49:10] [debug] #6 f68efa33 in amx_Exec () from plugins/crashdetect.so [19:49:10] [debug] #7 f68e0622 in _ZN11crashdetect9DoAmxExecEPii () from plugins/crashdetect.so [19:49:10] [debug] #8 f68e8699 in ?? () from plugins/crashdetect.so [19:49:10] [debug] #9 080a4da2 in ?? () from ./samp03svr [19:49:10] [debug] #10 080afcca in ?? () from ./samp03svr [19:49:10] [debug] #11 080733b1 in ?? () from ./samp03svr [19:49:10] [debug] #12 080734a2 in ?? () from ./samp03svr [19:49:10] [debug] #13 0807d2b0 in ?? () from ./samp03svr [19:49:10] [debug] #14 080ad47d in ?? () from ./samp03svr [19:49:10] [debug] #15 080ad652 in ?? () from ./samp03svr [19:49:10] [debug] #16 080a8fb3 in ?? () from ./samp03svr [19:49:10] [debug] #17 f749fe8c in __libc_start_main () from /lib/libc.so.6 [19:49:10] [debug] #18 0804b491 in ?? () from ./samp03svr
The line 85 in ZCMD is:
Код:
if (zcmd_g_HasOPCS && !CallLocalFunction("OnPlayerCommandReceived", "is", playerid, cmdtext)) { return 1; }