IS4Code / YSF

YSF Server Functions
Other
98 stars 34 forks source link

ysf 2.2 crash #137

Open Dmitriy51 opened 2 years ago

Dmitriy51 commented 2 years ago

[debug] Server crashed due to an unknown error [debug] Native backtrace: [debug] #0 f7bbbf7f in _Z13GetStackTraceRSt6vectorI10StackFrameSaIS0_EEPv () in plugins/crashdetect.so [debug] #1 f7bb481d in _ZN11CrashDetect20PrintNativeBacktraceERSoRKN2os7ContextE () in plugins/crashdetect.so [debug] #2 f7bb4e48 in _ZN11CrashDetect20PrintNativeBacktraceERKN2os7ContextE () in plugins/crashdetect.so [debug] #3 f7bb65dc in _ZN11CrashDetect7OnCrashERKN2os7ContextE () in plugins/crashdetect.so [debug] #4 f7bbb79f in ?? () in plugins/crashdetect.so [debug] #5 f7fa8bf0 in kernel_rt_sigreturn () in linux-gate.so.1 [debug] #6 080d1480 in ?? () in sampsvr-port_6686 [debug] #7 f40ac068 in _Z22HOOK_CVehicle__RespawnP8CVehicle () in plugins/YSF_static.so [debug] #8 080af0a8 in ?? () in sampsvr-port_6686 [debug] #9 080aa16a in ?? () in sampsvr-port_6686 [debug] #10 f7c01a63 in libc_start_main () in /lib/i386-linux-gnu/i686/cmov/libc.so.6 [debug] Registers: [debug] EAX: 089afca0 EBX: f41fb9b8 ECX: c4a46c85 EDX: 080d1480 [debug] ESI: 08b183c8 EDI: 0000000b EBP: ffab87b8 ESP: ffab877c [debug] EIP: 080d1480 EFLAGS: 00010296 [debug] Stack: [debug] ESP+00000000: f4096071 089afca0 0000000b 08b183c8 [debug] ESP+00000020: 00000000 ffab87f8 f7fbd6e0 fffdf16b [debug] ESP+00000040: f40ac068 08b183c8 f7e6c676 1aa2994c [debug] ESP+00000060: 0814cebf 08b183c8 3baeb80f 08159e5e [debug] ESP+00000080: 080af0a8 089e0618 3baeb80f ffab8828 [debug] ESP+000000a0: 004c4b40 00000000 00000000 ffab8968 [debug] ESP+000000c0: 08159e78 00000000 00000000 f7f721b4 [debug] ESP+000000e0: f7ed6f03 f7f745b0 f7fbd6e0 f7fbd6e0 [debug] ESP+00000100: 01ed729b 656d6167 65646f6d f7003531 [debug] ESP+00000120: f7e7fc05 f7f74544 f7f741e0 ffab88c4 [debug] ESP+00000140: f7f74480 080aa290 00000000 00000000 [debug] ESP+00000160: 00000000 00000000 00000000 00000000 [debug] ESP+00000180: 00000000 00000000 00000000 00000000 [debug] ESP+000001a0: 00000000 00000000 00000000 00000000 [debug] ESP+000001c0: 00000000 00000000 00000000 00000000 [debug] ESP+000001e0: f7d91000 00000000 00000000 00000000 [debug] ESP+00000200: f7fb7e9a 00000001 ffab8a04 ffab89a4 [debug] ESP+00000220: 00000000 00000000 1681523e c1a7f62e [debug] ESP+00000240: 0804b4c0 00000000 f7fbd6e0 f7c01979 [debug] ESP+00000260: 0804b4e1 080a9420 00000001 ffab8a04 [debug] ESP+00000280: 0000001c 00000001 ffab9a31 00000000 [debug] ESP+000002a0: ffab9abf ffab9ae1 ffab9b05 ffab9b14 [debug] ESP+000002c0: ffab9e85 ffab9eb0 ffab9ec1 ffab9ed3 [debug] ESP+000002e0: ffab9f2b ffab9f60 ffab9f71 ffab9f84 [debug] ESP+00000300: f7fa8000 00000010 bfebfbff 00000006 [debug] ESP+00000320: 08048034 00000004 00000020 00000005 [debug] ESP+00000340: 00000000 00000009 0804b4c0 0000000b [debug] ESP+00000360: 0000074f 0000000e 0000074f 00000017 [debug] ESP+00000380: 00000000 0000001f ffab9fbf 0000000f [debug] ESP+000003a0: d9a562c3 c1e0a0c9 32e742f6 69834de8 [debug] ESP+000003c0: 00000000 00000000 00000000 00000000 [debug] ESP+000003e0: 00000000 00000000 00000000 00000000

ivybush commented 2 years ago

I also have 100% crash when using SetPickupPos with update = true. Also, textdraws that are created in a loop and immediately shown to player are created twice with 2.2. And dynamic pickups that are created not in OnGameModeInit or moved do not appear with 2.2. All bugs are related to update

Dmitriy51 commented 2 years ago

I also have 100% crash when using SetPickupPos with update = true. Also, textdraws that are created in a loop and immediately shown to player are created twice with 2.2. And dynamic pickups that are created not in OnGameModeInit or moved do not appear with 2.2. All bugs are related to update

THIS PLUGIN HAS PROBLEMS