-
Notifications
You must be signed in to change notification settings - Fork 95
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
Server crashed #325
Comments
I forgot to add, I use version 2.9.4. |
I have the same problem. |
I'm currently using CentOS 7, I have a server with 200 daily users and this has started to happen after a migration to another server. I don't know if the error is caused by a new update of CentOS or a new exploit, I have been using this same streamer for more than six months without any problem. |
You're probably going to need to recompile the plugin for your server if this is the case. |
I'm getting this error randomly, crashing the server. It can happen once a day, two, or zero. I guess it depends on some action from a player or a new exploit.
[28/03/2019 - 04:00:40] Server crashed due to an unknown error
[28/03/2019 - 04:00:40] Native backtrace:
[28/03/2019 - 04:00:40] #0 f63b08b6 in _Z13GetStackTraceRSt6vectorI10StackFrameSaIS0_EEPv () in plugins/crashdetect.so
[28/03/2019 - 04:00:40] #1 f63a8120 in _ZN18CrashDetectHandler20PrintNativeBacktraceERSoRKN2os7ContextE () in plugins/crashdetect.so
[28/03/2019 - 04:00:40] #2 f63a8886 in _ZN18CrashDetectHandler20PrintNativeBacktraceERKN2os7ContextE () in plugins/crashdetect.so
[28/03/2019 - 04:00:40] #3 f63a8f96 in _ZN18CrashDetectHandler7OnCrashERKN2os7ContextE () in plugins/crashdetect.so
[28/03/2019 - 04:00:40] #4 f63aff82 in ?? () in plugins/crashdetect.so
[28/03/2019 - 04:00:40] #5 f7f36bd0 in ?? ()
[28/03/2019 - 04:00:40] #6 f7f36ba9 in ?? ()
[28/03/2019 - 04:00:40] #7 f7c25147 in gsignal () in /lib/libc.so.6
[28/03/2019 - 04:00:40] #8 f7c26983 in abort () in /lib/libc.so.6
[28/03/2019 - 04:00:40] #9 f7c66ef5 in ?? () in /lib/libc.so.6
[28/03/2019 - 04:00:40] #10 f7c6f98d in ?? () in /lib/libc.so.6
[28/03/2019 - 04:00:40] #11 f7e67aef in _ZdlPv () in /lib/libstdc++.so.6
[28/03/2019 - 04:00:40] #12 f60b3c03 in _ZN4Grid21findAllCellsForPlayerER6PlayerRSt6vectorIN5boost13intrusive_ptrI4CellEESaIS6_EE () in plugins/streamer.so
[28/03/2019 - 04:00:40] #13 f60d739f in _ZN8Streamer19performPlayerUpdateER6Playerb () in plugins/streamer.so
[28/03/2019 - 04:00:40] #14 f60d8e9b in _ZN8Streamer20startAutomaticUpdateEv () in plugins/streamer.so
[28/03/2019 - 04:00:40] #15 f60d9065 in ProcessTick () in plugins/streamer.so
[28/03/2019 - 04:00:40] #16 080d1ce2 in ?? () in ./samp03svr
[28/03/2019 - 04:00:40] #17 080aef6c in ?? () in ./samp03svr
[28/03/2019 - 04:00:40] #18 080aa13a in ?? () in ./samp03svr
[28/03/2019 - 04:00:40] #19 f7c101c3 in __libc_start_main () in /lib/libc.so.6
[28/03/2019 - 04:00:40] #20 0804b4e1 in ?? () in ./samp03svr
[28/03/2019 - 04:00:40] Registers:
[28/03/2019 - 04:00:40] EAX: 00000000 EBX: 00004e1d ECX: 00004e1d EDX: 00000006
[28/03/2019 - 04:00:40] ESI: 00000007 EDI: f7dbd000 EBP: ffd95568 ESP: ffd94d94
[28/03/2019 - 04:00:40] EIP: f7f36ba9 EFLAGS: 00200282
[28/03/2019 - 04:00:40] Stack:
[28/03/2019 - 04:00:40] ESP+00000000: ffd95568 00000006 00004e1d f7c25147
[28/03/2019 - 04:00:40] ESP+00000020: ffd94dc4 00000000 f7f5a000 00000000
[28/03/2019 - 04:00:40] ESP+00000040: 00000000 00000000 00000000 00000000
[28/03/2019 - 04:00:40] ESP+00000060: 00000000 00000000 00000000 00000000
[28/03/2019 - 04:00:40] ESP+00000080: 00000000 00000000 00000000 00000000
[28/03/2019 - 04:00:40] ESP+000000a0: 00000000 00000000 00000000 00000000
[28/03/2019 - 04:00:40] ESP+000000c0: f7f5a900 34303866 31653462 37000000
[28/03/2019 - 04:00:40] ESP+000000e0: 00000000 ffd96f32 0000000b f7d77f5a
[28/03/2019 - 04:00:40] ESP+00000100: 00000002 ffd94e66 00000002 f7d75cb3
[28/03/2019 - 04:00:40] ESP+00000120: 00000008 f7d77f5e 00000002 00000003
[28/03/2019 - 04:00:40] ESP+00000140: 00000007 ffd95150 f7c66ef5 00000007
[28/03/2019 - 04:00:40] ESP+00000160: 00000000 00000001 f7b93000 f7d79368
[28/03/2019 - 04:00:40] ESP+00000180: 00000003 f7d7941c 0000001f f7d7937d
[28/03/2019 - 04:00:40] ESP+000001a0: 00000005 e4a962fc 00000001 ffd94f10
[28/03/2019 - 04:00:40] ESP+000001c0: 00000005 ffd94f70 f7bb9cc8 08cde8f8
[28/03/2019 - 04:00:40] ESP+000001e0: 00000008 ffd94f90 00000020 00000002
[28/03/2019 - 04:00:40] ESP+00000200: 00000004 ffd94fb0 f7f59fbc f7bf2000
[28/03/2019 - 04:00:40] ESP+00000220: 0000001f ffd94fd0 f7bb1b18 f7bf2000
[28/03/2019 - 04:00:40] ESP+00000240: 00000003 ffd94ff0 f52ef770 f7bdde99
[28/03/2019 - 04:00:40] ESP+00000260: 0000000b ffd95010 f63d5000 00000902
[28/03/2019 - 04:00:40] ESP+00000280: 0000000e 00000000 f63a9e54 ffd950c0
[28/03/2019 - 04:00:40] ESP+000002a0: ffd95578 ffd94f00 00000002 0000004c
[28/03/2019 - 04:00:40] ESP+000002c0: f7c6f98d f7e67aef f60b3c03 f60d739f
[28/03/2019 - 04:00:40] ESP+000002e0: 080aa13a f7c101c3 0804b4e1 081e7d40
[28/03/2019 - 04:00:40] ESP+00000300: f7f59ca0 ffd95128 f7d33cc1 081dcb18
[28/03/2019 - 04:00:40] ESP+00000320: 00000009 00000002 00000000 08cde8f8
[28/03/2019 - 04:00:40] ESP+00000340: 081dc948 f7d76c00 f7c73048 f7dbd000
[28/03/2019 - 04:00:40] ESP+00000360: f7d76c00 ffd95160 f7c70706 0000f5c9
[28/03/2019 - 04:00:40] ESP+00000380: 00000000 f7d33bcd f7f2a000 00000001
[28/03/2019 - 04:00:40] ESP+000003a0: 0000000f ffd95178 0807c30f 081e7d44
[28/03/2019 - 04:00:40] ESP+000003c0: 20202020 20202020 20202020 20202020
[28/03/2019 - 04:00:40] ESP+000003e0: 2e322d64 732e3731 37660a6f 30393566
[28/03/2019 - 04:00:40] Loaded modules:
[28/03/2019 - 04:00:40] 00000000 - 00187f43 samp03svr
[28/03/2019 - 04:00:40] f7f36000 - f7f36d4a
[28/03/2019 - 04:00:40] f7f26000 - f7f28674 /lib/libdl.so.2
[28/03/2019 - 04:00:40] f7f0b000 - f7f24abf /lib/libpthread.so.0
[28/03/2019 - 04:00:40] f7e1f000 - f7f10e88 /lib/libstdc++.so.6
[28/03/2019 - 04:00:40] f7ddd000 - f7e1e1f0 /lib/libm.so.6
[28/03/2019 - 04:00:40] f7dc1000 - f7dda6f8 /lib/libgcc_s.so.1
[28/03/2019 - 04:00:40] f7bf6000 - f7dc825f /lib/libc.so.6
[28/03/2019 - 04:00:40] f7f37000 - f7f5a070 /lib/ld-linux.so.2
[28/03/2019 - 04:00:40] f7b94000 - f7bf2aec plugins/mysql.so
[28/03/2019 - 04:00:40] f7b71000 - f7b92108 /home/luca/plugins/../log-core.so
[28/03/2019 - 04:00:40] f7b61000 - f7b67d90 /lib/librt.so.1
[28/03/2019 - 04:00:40] f7877000 - f7b65a68 /usr/lib/mysql/libmysqlclient.so.18
[28/03/2019 - 04:00:40] f7860000 - f7874efc /lib/libz.so.1
[28/03/2019 - 04:00:40] f77f7000 - f78611dc /lib/libssl.so.10
[28/03/2019 - 04:00:40] f760d000 - f780f654 /lib/libcrypto.so.10
[28/03/2019 - 04:00:40] f75c2000 - f760cc10 /lib/libgssapi_krb5.so.2
[28/03/2019 - 04:00:40] f74eb000 - f75c9618 /lib/libkrb5.so.3
[28/03/2019 - 04:00:40] f7f2c000 - f7f2e73d /lib/libcom_err.so.2
[28/03/2019 - 04:00:40] f74b6000 - f74e971c /lib/libk5crypto.so.3
[28/03/2019 - 04:00:40] f749d000 - f74b4c4c /lib/libresolv.so.2
[28/03/2019 - 04:00:40] f748d000 - f749b6cc /lib/libkrb5support.so.0
[28/03/2019 - 04:00:40] f7488000 - f748ac38 /lib/libkeyutils.so.1
[28/03/2019 - 04:00:40] f7461000 - f7486ea0 /lib/libselinux.so.1
[28/03/2019 - 04:00:40] f73fc000 - f745f584 /lib/libpcre.so.1
[28/03/2019 - 04:00:40] f63e7000 - f63f8730 /lib/libnss_files.so.2
[28/03/2019 - 04:00:40] f63d6000 - f63e59b4 plugins/sscanf.so
[28/03/2019 - 04:00:40] f611b000 - f6202b50 plugins/pawncmd.so
[28/03/2019 - 04:00:40] f6391000 - f63d53ac plugins/crashdetect.so
[28/03/2019 - 04:00:40] f6055000 - f611a740 plugins/streamer.so
[28/03/2019 - 04:00:40] f5f0d000 - f6059440 plugins/pawnraknet.so
[28/03/2019 - 04:00:40] f6359000 - f635dc58 /lib/libnss_dns.so.2
The text was updated successfully, but these errors were encountered: