Server crash
#1

[10:51:40] [Family Points] 8 family points has been loaded.
[10:51:40] [debug] Server crashed while executing fgrp.amx
[10:51:40] [debug] AMX backtrace:
[10:51:40] [debug] #0 native fclose () from samp03svr
[10:51:40] [debug] #1 000d7140 in ?? (32877936, 54128884) from fgrp.amx
[10:51:40] [debug] #2 000a6134 in ?? (0) from fgrp.amx
[10:51:40] [debug] #3 003d7254 in public DynVeh_QueryFinish (1, 0) from fgrp.amx
[10:51:40] [debug] Native backtrace:
[10:51:40] [debug] #0 e13d7e8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[10:51:40] [debug] #1 e13d0bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[10:51:40] [debug] #2 e13d1dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[10:51:40] [debug] #3 e13d2226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[10:51:40] [debug] #4 e13d7adc in ?? () from plugins/crashdetect.so
[10:51:40] [debug] #5 e1a14410 in ?? ()
[10:51:40] [debug] #6 e1a14430 in ?? ()
[10:51:40] [debug] #7 e174a871 in gsignal () from /lib/libc.so.6
[10:51:40] [debug] #8 e174c14a in abort () from /lib/libc.so.6
[10:51:40] [debug] #9 e178a735 in ?? () from /lib/libc.so.6
[10:51:40] [debug] #10 e1790b91 in ?? () from /lib/libc.so.6
[10:51:40] [debug] #11 e17932f8 in ?? () from /lib/libc.so.6
[10:51:40] [debug] #12 e178070a in fclose () from /lib/libc.so.6
[10:51:40] [debug] #13 0809bd64 in ?? () from samp03svr
[10:51:40] [debug] #14 080950e4 in ?? () from samp03svr
[10:51:40] [debug] #15 e13d394b in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[10:51:40] [debug] #16 e13d68f8 in ?? () from plugins/crashdetect.so
[10:51:40] [debug] #17 e13da916 in amx_Exec () from plugins/crashdetect.so
[10:51:40] [debug] #18 e13d2be6 in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[10:51:40] [debug] #19 e13d6659 in ?? () from plugins/crashdetect.so
[10:51:40] [debug] #20 e14b05e1 in amx_Exec () from plugins/mysql_static.so
[10:51:40] [debug] #21 e148e750 in _ZN9CCallback16ProcessCallbacksEv () from plugins/mysql_static.so
[10:51:40] [debug] #22 e14b5f17 in ProcessTick () from plugins/mysql_static.so
[10:51:40] [debug] #23 080d1ce2 in ?? () from samp03svr
[10:51:40] [debug] #24 080aef6c in ?? () from samp03svr
[10:51:40] [debug] #25 080aa13a in ?? () from samp03svr
[10:51:40] [debug] #26 e1736d36 in __libc_start_main () from /lib/libc.so.6
[10:51:40] [debug] #27 0804b4e1 in ?? () from samp03svr
Reply
#2

Seems to be an issue with fclose most likely caused by passing an invalid file handle. Make sure you have all the required files and paths in your serverfiles(check the fclose line to see what you are missing).

File handles start with 1 so if it is 0 or negative than it is invalid and therefore shouldn't be passed to further file functions.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)