Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Crash (v2.9.0) #184

Closed
djacicd opened this issue Apr 11, 2017 · 1 comment
Closed

Crash (v2.9.0) #184

djacicd opened this issue Apr 11, 2017 · 1 comment

Comments

@djacicd
Copy link

djacicd commented Apr 11, 2017

I think that it is related to calling OnPlayerEditDynamicObject from filterscript.

[11.04.2017][17:53:43] [debug] Server crashed due to an unknown error
[11.04.2017][17:53:43] [debug] Native backtrace:
[11.04.2017][17:53:43] [debug] #0 ed5b1e8b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[11.04.2017][17:53:43] [debug] #1 ed5aabcf in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[11.04.2017][17:53:43] [debug] #2 ed5abdbc in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[11.04.2017][17:53:43] [debug] #3 ed5ac226 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[11.04.2017][17:53:43] [debug] #4 ed5b1adc in ?? () from plugins/crashdetect.so
[11.04.2017][17:53:43] [debug] #5 ed910410 in __kernel_rt_sigreturn () from linux-gate.so.1
[11.04.2017][17:53:43] [debug] #6 ed51f24e in _ZN4Grid31processDiscoveredCellsForPlayerER6PlayerRSt6vectorIN5boost13intrusive_ptrI4CellEESaIS6_EERKNS3_9unordered13unordered_setISt4pairIiiENS3_4hashISD_EESt8equal_toISD_ESaISD_EEE () from plugins/streamer.so
[11.04.2017][17:53:43] [debug] #7 ed521317 in _ZN4Grid21findAllCellsForPlayerER6PlayerRSt6vectorIN5boost13intrusive_ptrI4CellEESaIS6_EE () from plugins/streamer.so
[11.04.2017][17:53:43] [debug] #8 ed56e8c3 in _ZN8Streamer19performPlayerUpdateER6Playerb () from plugins/streamer.so
[11.04.2017][17:53:43] [debug] #9 ed56f7c3 in _ZN8Streamer20startAutomaticUpdateEv () from plugins/streamer.so
[11.04.2017][17:53:43] [debug] #10 ed52cc15 in ProcessTick () from plugins/streamer.so
[11.04.2017][17:53:43] [debug] #11 080d1ce2 in ?? () from samp03svr
[11.04.2017][17:53:43] [debug] #12 080aef3a in ?? () from samp03svr
[11.04.2017][17:53:43] [debug] #13 080aa13a in ?? () from samp03svr
[11.04.2017][17:53:43] [debug] #14 ed5efa63 in __libc_start_main () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
[11.04.2017][17:53:43] [debug] #15 0804b4e1 in ?? () from samp03svr
@djacicd djacicd changed the title OnPlayerEditDynamicObject (v2.9.0) Crash (v2.9.0) Apr 11, 2017
@acabaud1
Copy link

acabaud1 commented Apr 11, 2017

Hi, got this problem too. Here is my backtrace (very similar):

[23:45:11] [debug] Server crashed due to an unknown error
[23:45:11] [debug] Native backtrace:
[23:45:11] [debug] #0 a6359180 in _Z13GetStackTraceRSt6vectorI10StackFrameSaIS0_EEPv () from plugins/crashdetect.so
[23:45:11] [debug] #1 a6351064 in _ZN11CrashDetect20PrintNativeBacktraceERSoRKN2os7ContextE () from plugins/crashdetect.so
[23:45:11] [debug] #2 a6351d64 in _ZN11CrashDetect20PrintNativeBacktraceERKN2os7ContextE () from plugins/crashdetect.so
[23:45:11] [debug] #3 a6353cdb in _ZN11CrashDetect7OnCrashERKN2os7ContextE () from plugins/crashdetect.so
[23:45:11] [debug] #4 a63584d5 in ?? () from plugins/crashdetect.so
[23:45:11] [debug] #5 a6641410 in ?? ()
[23:45:11] [debug] #6 a62c524e in _ZN4Grid31processDiscoveredCellsForPlayerER6PlayerRSt6vectorIN5boost13intrusive_ptrI4CellEESaIS6_EERKNS3_9unordered13unordered_setISt4pairIiiENS3_4hashISD_EESt8equal_toISD_ESaISD_EEE () from plugins/streamer.so
[23:45:11] [debug] #7 a62c7317 in _ZN4Grid21findAllCellsForPlayerER6PlayerRSt6vectorIN5boost13intrusive_ptrI4CellEESaIS6_EE () from plugins/streamer.so
[23:45:11] [debug] #8 a63148c3 in _ZN8Streamer19performPlayerUpdateER6Playerb () from plugins/streamer.so
[23:45:11] [debug] #9 a63157c3 in _ZN8Streamer20startAutomaticUpdateEv () from plugins/streamer.so
[23:45:11] [debug] #10 a62d2c15 in ProcessTick () from plugins/streamer.so
[23:45:11] [debug] #11 080d1ce2 in ?? () from ./samp03svr
[23:45:11] [debug] #12 080aef3a in ?? () from ./samp03svr
[23:45:11] [debug] #13 080aa13a in ?? () from ./samp03svr
[23:45:11] [debug] #14 a6398e46 in __libc_start_main () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
[23:45:11] [debug] #15 0804b4e1 in ?? () from ./samp03svr

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants