SA-MP Forums Archive
Server crash - 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 (/showthread.php?tid=641122)



Server crash - TracerX - 11.09.2017

Hey, my server recently crashed for this:
pawn Код:
[11/09 13:37:54] [debug] Server crashed due to an unknown error
[11/09 13:37:54] [debug] Native backtrace:
[11/09 13:37:54] [debug] #0 f73ede8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[11/09 13:37:54] [debug] #1 f73e6bcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[11/09 13:37:54] [debug] #2 f73e7dbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[11/09 13:37:54] [debug] #3 f73e8226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[11/09 13:37:54] [debug] #4 f73edadc in ?? () from plugins/crashdetect.so
[11/09 13:37:54] [debug] #5 f7740d50 in __kernel_rt_sigreturn () from linux-gate.so.1
[11/09 13:37:54] [debug] #6 f6fa1834 in _ZN4COrm17ApplyInsertResultEP12CMySQLResult () from plugins/mysql_static.so
[11/09 13:37:54] [debug] #7 f6f8c92f in _ZN9CCallback16ProcessCallbacksEv () from plugins/mysql_static.so
[11/09 13:37:54] [debug] #8 f6fb4ed2 in ProcessTick () from plugins/mysql_static.so
[11/09 13:37:54] [debug] #9 080d1ce2 in ?? () from ./samp03svr
[11/09 13:37:54] [debug] #10 080aef3a in ?? () from ./samp03svr
[11/09 13:37:54] [debug] #11 080aa13a in ?? () from ./samp03svr
[11/09 13:37:54] [debug] #12 f742ba63 in __libc_start_main () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
[11/09 13:37:54] [debug] #13 0804b4e1 in ?? () from ./samp03svr
What does this mean?


Re: Server crash - Kaperstone - 11.09.2017

Quote:

[11/09 13:37:54] [debug] #6 f6fa1834 in _ZN4COrm17ApplyInsertResultEP12CMySQLResult () from plugins/mysql_static.so

That you're probably trying to work with type A and end up working with type B (in terms of strings, int or float)