Crashing Issues - 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: Crashing Issues (
/showthread.php?tid=340288)
Crashing Issues -
John_Cooper - 06.05.2012
I'm having crashing issues, that are only happening on linux, I loaded the crash detect plugin, and this is what comes out.
Код:
[21:36:49] [debug] Server crashed while executing RPBR.amx
[21:36:49] [debug] AMX backtrace:
[21:36:49] [debug] #0 ???????? in public OnEnterExitModShop () from RPBR.amx
[21:36:49] [debug] Native backtrace:
[21:36:49] [debug] #0 b6e984ad in crashdetect::PrintNativeBacktrace () from plugins/crashdetect.so
[21:36:49] [debug] #1 b6e9abbc in crashdetect::Crash () from plugins/crashdetect.so
[21:36:49] [debug] #2 b6e9fd4e in ?? () from plugins/crashdetect.so
[21:36:49] [debug] #3 b7d07da8 in ?? () from /lib/libc.so.6
[21:36:49] [debug] #4 b6e97b2b in crashdetect::HandleAmxExec () from plugins/crashdetect.so
[21:36:49] [debug] #5 b6e9eb6e in ?? () from plugins/crashdetect.so
[21:36:49] [debug] #6 080707e7 in ?? () from ./samp03svr
[21:36:49] [debug] #7 0807b53f in ?? () from ./samp03svr
[21:36:49] [debug] #8 0807cda6 in ?? () from ./samp03svr
[21:36:49] [debug] #9 0807cfa2 in ?? () from ./samp03svr
[21:36:49] [debug] #10 08077263 in ?? () from ./samp03svr
[21:36:49] [debug] #11 b7cf3cc6 in __libc_start_main () from /lib/libc.so.6
[21:36:49] [debug] #12 0804b4c1 in __gxx_personality_v0 () from ./samp03svr
Re: Crashing Issues - Guest9328472398472 - 07.05.2012
Seems to be a script issue.
Re: Crashing Issues -
John_Cooper - 07.05.2012
Could you please elaborate?
Re: Crashing Issues -
ColorHost-Kevin - 07.05.2012
It looks like it is erroring on
OnEnterExitModShop
I would suggest looking there for any errors.