Server crash - log is confusing. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Server crash - log is confusing. (
/showthread.php?tid=610871)
Server crash - log is confusing. -
Dokins - 29.06.2016
pawn Код:
[18:39:44] [debug] Server crashed due to an unknown error
[18:39:44] [debug] Native backtrace:
[18:39:44] [debug] #0 e8cd9e8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[18:39:44] [debug] #1 e8cd2bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[18:39:44] [debug] #2 e8cd3dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[18:39:44] [debug] #3 e8cd4226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[18:39:44] [debug] #4 e8cd9adc in ?? () from plugins/crashdetect.so
[18:39:44] [debug] #5 e95c8410 in ?? ()
[18:39:44] [debug] #6 e8f5d095 in _ZN16CMySQLConnection14ProcessQueriesEv () from plugins/mysql_static.so
[18:39:44] [debug] #7 e8f5eb97 in _ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf0Iv16CMySQLConnectionEENS2_5list1INS2_5valueIPS6_EEEEEEE3runEv () from plugins/mysql_static.so
[18:39:44] [debug] #8 e8ff221d in ?? () from plugins/mysql_static.so
[18:39:44] [debug] #9 e959cd4c in ?? () from /lib/i386-linux-gnu/libpthread.so.0
[18:39:44] [debug] #10 e93abb8e in clone () from /lib/i386-linux-gnu/libc.so.6
Could anyone provide me with any assistance as to why this may be?
Re: Server crash - log is confusing. -
Stinged - 29.06.2016
Re-compile your script with this:
https://github.com/Zeex/samp-plugin-...ith-debug-info
It should print out more information.
Re: Server crash - log is confusing. -
Dokins - 29.06.2016
I've already done that, it didn't do anything different.