Crash detect debug + Hacker Crashing the server
#1

Can anyone check this for me please?

Код:
[02:21:51] [debug] AMX backtrace:
[02:21:51] [debug] #0 native fclose () [0809acc0] from samp03svr
[02:21:51] [debug] #1 000093dc in ?? (0x0013b9fc) from MW7.amx
[02:21:51] [debug] #2 0001d484 in public Itter_OnPlayerConnect (0x00000005) from MW7.amx
[02:21:51] [debug] #3 native CallLocalFunction () [080dcc00] from samp03svr
[02:21:51] [debug] #4 0000c4b4 in public FC_OnPlayerConnect (0x00000005) from MW7.amx
[02:21:51] [debug] #5 native CallLocalFunction () [080dcc00] from samp03svr
[02:21:51] [debug] #6 0000a7c8 in public Streamer_OnPlayerConnect (0x00000005) from MW7.amx
[02:21:51] [debug] #7 00005f5c in public SSCANF_OnPlayerConnect (0x00000005) from MW7.amx
[02:21:51] [debug] #8 00000418 in public OnPlayerConnect (0x00000005) from MW7.amx
[02:21:51] [debug] Native backtrace:
[02:21:51] [debug] #0 b742ca5b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[02:21:51] [debug] #1 b7425852 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[02:21:51] [debug] #2 b742635c in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[02:21:51] [debug] #3 b742686e in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[02:21:51] [debug] #4 b742c76d in ?? () from plugins/crashdetect.so
[02:21:51] [debug] #5 b77db600 in ?? ()
[02:21:51] [debug] #6 b7552b87 in fclose () from /lib/libc.so.6
[02:21:51] [debug] #7 0809acd4 in ?? () from ./samp03svr
[02:21:51] [debug] #8 08094054 in ?? () from ./samp03svr
[02:21:51] [debug] #9 b742310c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[02:21:51] [debug] #10 b7428348 in ?? () from plugins/crashdetect.so
[02:21:51] [debug] #11 b742edb5 in amx_Exec () from plugins/crashdetect.so
[02:21:51] [debug] #12 b74256ab in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[02:21:51] [debug] #13 b7428149 in ?? () from plugins/crashdetect.so
[02:21:51] [debug] #14 080dcea2 in ?? () from ./samp03svr
[02:21:51] [debug] #15 08094054 in ?? () from ./samp03svr
[02:21:51] [debug] #16 b742310c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[02:21:51] [debug] #17 b7428348 in ?? () from plugins/crashdetect.so
[02:21:51] [debug] #18 b742edb5 in amx_Exec () from plugins/crashdetect.so
[02:21:51] [debug] #19 b74256ab in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[02:21:51] [debug] #20 b7428149 in ?? () from plugins/crashdetect.so
[02:21:51] [debug] #21 080dcea2 in ?? () from ./samp03svr
[02:21:51] [debug] #22 08094054 in ?? () from ./samp03svr
[02:21:51] [debug] #23 b742310c in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[02:21:51] [debug] #24 b7428348 in ?? () from plugins/crashdetect.so
[02:21:51] [debug] #25 b742edb5 in amx_Exec () from plugins/crashdetect.so
[02:21:51] [debug] #26 b74256ab in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[02:21:51] [debug] #27 b7428149 in ?? () from plugins/crashdetect.so
[02:21:51] [debug] #28 080a3bf9 in ?? () from ./samp03svr
[02:21:51] [debug] #29 080ce59f in ?? () from ./samp03svr
[02:21:51] [debug] #30 080b3411 in ?? () from ./samp03svr
[02:21:51] [debug] #31 08071b38 in ?? () from ./samp03svr
[02:21:51] [debug] #32 08071c32 in ?? () from ./samp03svr
[02:21:51] [debug] #33 0807bb80 in ?? () from ./samp03svr
[02:21:51] [debug] #34 080ad1ed in ?? () from ./samp03svr
[02:21:51] [debug] #35 080ad392 in ?? () from ./samp03svr
[02:21:51] [debug] #36 080a871e in ?? () from ./samp03svr
[02:21:51] [debug] #37 b750acc6 in __libc_start_main () from /lib/libc.so.6
[02:21:51] [debug] #38 0804b4d1 in ?? () from ./samp03svr
The server crash started when a player came calling himself xF[4]Life_ , he started threatening to close the server, his ip : 197.6.18.204 .
Reply
#2

Код:
native fclose () [0809acc0] from samp03svr
Код:
[02:21:51] [debug] #8 00000418 in public OnPlayerConnect (0x00000005) from MW7.amx
Show your OnPlayerConnect callback.
Reply
#3

fclose crashes the server if the file handle is not valid.

Compile with -d3 for more information such as line: https://github.com/Zeex/samp-plugin-...ith-debug-info
Reply
#4

Thanks, i will try that!
EDIT: I got this
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          14568 bytes
Code size:           925752 bytes
Data size:           714068 bytes
Stack/heap size:     580000 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 2234388 bytes
Reply
#5

Quote:
Originally Posted by Battlezone
Посмотреть сообщение
Thanks, i will try that!
EDIT: I got this
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:          14568 bytes
Code size:           925752 bytes
Data size:           714068 bytes
Stack/heap size:     580000 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 2234388 bytes
You're supposed to wait for your server to crash again.
Reply
#6

Okey, i hope it crashes soon
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)