SA-MP Forums Archive
gDialog cause 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: gDialog cause server crash. (/showthread.php?tid=365636)



gDialog cause server crash. - kelvin22 - 03.08.2012

Hello,

it seems like gDialog cause server crash this is my debug log:

Код:
[19:11:36] [debug] Server crashed while executing kelvin.amx
[19:11:36] [debug] AMX backtrace:
[19:11:36] [debug] #0 native CallLocalFunction () [080d3870] from samp03svr
[19:11:36] [debug] #1 000026a0 in public OnDialogResponse () from kelvin.amx
[19:11:36] [debug] System backtrace:
[19:11:36] [debug] #0 f690b0f3 in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[19:11:36] [debug] #1 f6902b61 in _ZN11crashdetect20PrintSystemBacktraceEPv () from plugins/crashdetect.so
[19:11:36] [debug] #2 f6905405 in _ZN11crashdetect15SystemExceptionEPv () from plugins/crashdetect.so
[19:11:36] [debug] #3 f690ac42 in ?? () from plugins/crashdetect.so
[19:11:36] [debug] #4 f775e400 in ?? ()
[19:11:36] [debug] #5 080d3aac in ?? () from ./samp03srv
[19:11:36] [debug] #6 080503e4 in ?? () from ./samp03srv
[19:11:36] [debug] #7 f69059d5 in _ZN11crashdetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[19:11:36] [debug] #8 f69091ca in ?? () from plugins/crashdetect.so
[19:11:36] [debug] #9 f690d136 in amx_Exec () from plugins/crashdetect.so
[19:11:36] [debug] #10 f69058b4 in _ZN11crashdetect9DoAmxExecEPii () from plugins/crashdetect.so
[19:11:36] [debug] #11 f6909203 in ?? () from plugins/crashdetect.so
[19:11:36] [debug] #12 080709ff in ?? () from ./samp03srv
[19:11:36] [debug] #13 0808127c in ?? () from ./samp03srv
[19:11:36] [debug] #14 080adbe1 in ?? () from ./samp03srv
[19:11:36] [debug] #15 080adcd2 in ?? () from ./samp03srv
[19:11:36] [debug] #16 080b79c0 in ?? () from ./samp03srv
[19:11:36] [debug] #17 0807d736 in ?? () from ./samp03srv
[19:11:36] [debug] #18 0807d962 in ?? () from ./samp03srv
[19:11:36] [debug] #19 08077c23 in ?? () from ./samp03srv
[19:11:36] [debug] #20 f74dfca6 in __libc_start_main () from /lib32/libc.so.6
[19:11:36] [debug] #21 0804b4c1 in __gxx_personality_v0 () from ./samp03srv
Thanks.


Re: gDialog cause server crash. - Vince - 03.08.2012

Please recompile the script with full debug information (-d3 flag).


Re: gDialog cause server crash. - kelvin22 - 06.08.2012

I recomplied the script with "Params=-r -d3" and now it does not crash any more :/