Server Crashing :: Crash Detect Results - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Server Crashing :: Crash Detect Results (
/showthread.php?tid=414029)
Server Crashing :: Crash Detect Results -
StuartD - 07.02.2013
Hello SAMP peoples; Our server currently keeps crashing? And we have made sure all the plugins are up to date but it still crashes, we are using 0.3x and yeh
Code:
[21:23:27] [debug] System backtrace:
[21:23:27] [debug] #0 0054ff41 in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[21:23:27] [debug] #1 0054641f in _ZN11crashdetect20PrintSystemBacktraceEPv () from plugins/crashdetect.so
[21:23:27] [debug] #2 00544963 in _ZN11crashdetect15SystemExceptionEPv () from plugins/crashdetect.so
[21:23:27] [debug] #3 0054f3c1 in ?? () from plugins/crashdetect.so
[21:23:27] [debug] #4 00e6a600 in ?? ()
[21:23:27] [debug] #5 0070f806 in ?? () from /lib/libc.so.6
[21:23:27] [debug] #6 08095095 in ?? () from ./samp03svr
[21:23:27] [debug] #7 002b0989 in _ZN6StrAmx10SetCStringEP6tagAMXiPci () from plugins/mysql.so
[21:23:27] [debug] #8 002b6598 in _ZN7Natives15n_cache_get_rowEP6tagAMXPi () from plugins/mysql.so
[21:23:27] [debug] #9 00554a33 in amx_Exec () from plugins/crashdetect.so
[21:23:27] [debug] #10 00545622 in _ZN11crashdetect9DoAmxExecEPii () from plugins/crashdetect.so
[21:23:27] [debug] #11 0054d699 in ?? () from plugins/crashdetect.so
[21:23:27] [debug] #12 002ba9dc in ProcessTick () from plugins/mysql.so
[21:23:27] [debug] #13 080c5df2 in ?? () from ./samp03svr
[21:23:27] [debug] #14 080b5bac in ?? () from ./samp03svr
[21:23:27] [debug] #15 080b1453 in ?? () from ./samp03svr
[21:23:27] [debug] #16 006a5ce6 in __libc_start_main () from /lib/libc.so.6
[21:23:27] [debug] #17 0804b521 in ?? () from ./samp03svr
That is our Crash Detect Results I believe and I have no idea what that means... All help will be appreciated.
Re: Server Crashing :: Crash Detect Results -
Yves - 07.02.2013
seems to be your mysql plugin try getting a newest veirson of it
Re: Server Crashing :: Crash Detect Results -
StuartD - 07.02.2013
https://sampforum.blast.hk/showthread.php?tid=56564
Is the one we are using and we currently use the R8? or what ever is the latest one & have recompiled with all updated plugins
Re: Server Crashing :: Crash Detect Results -
Aldo. - 08.02.2013
Try using R5, I use that version and have no problems with it
Sadly it does not have caching functions but has threading
Re: Server Crashing :: Crash Detect Results -
StuartD - 08.02.2013
ok, I will try it
Re: Server Crashing :: Crash Detect Results -
3ventic - 08.02.2013
AMX Backtrace in the crashlog will tell you much more than system backtrace, it will tell you the function that crashed it. System backtrace is useful for the plugin/program developers, or if you have time to dig into source code and know how the things work.