• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Server] Server crash OnPlayerConnect
#1
Hello everyone!

I compiled the Col-Andreas Plugin yesterday. I needed to install some packages as cmake gave me an error. I used the readme.md file of ColAndreas to fix the missing packages. Before that, I did apt-get update. I guess it caused my problems now.


I use Debian Stretch as OS. I also got the crashdetect log and the term.log & the history.log of apt, dpkg.log. If you're able to help me, I would really appreciate it! I also have another question: Is there anywhere a good tutorial about crashdetect?

Maybe I only need to update a plugin. I'm not sure about that. If the server has a password, then it works but if not, then the server crashs OnPlayerConnect.

EDIT: It's not the script. I tried the default samp server files. The same problem happened!

Logs:
Code:
//history.log
Start-Date: 2019-07-25 ?03:06:08
Commandline: apt-get install libbulletcollision2.82:i386 libbulletdynamics2.82:i386 liblinearmath2.82:i386 libbulletsoftbody2.82:i386
Install: libbulletsoftbody2.82:i386 (2.82-r2704痻2), libc6:i386 (2.24-11痦ﶻ, automatic), gcc-6-base:i386 (6.3.0-18痦ﶻ, automatic), libbulletdynamics2.82:i386 (2.82-r2704痻2), libgcc1:i386 (1:6.3.0-18痦ﶻ, automatic), $
End-Date: 2019-07-25 ?03:06:09

//term.log
Log started: 2019-07-25 ?03:06:08
Vormals nicht ausgew?hltes Paket gcc-6-base:i386 wird gew?hlt.
(Lese Datenbank ... ^M(Lese Datenbank ... 5%^M(Lese Datenbank ... 10%^M(Lese Datenbank ... 15%^M(Lese Datenbank ... 20%^M(Lese Datenbank ... 25%^M(Lese Datenbank ... 30%^M(Lese Datenbank ... 35%^M(Lese Datenbank ... 40%^M(Lese Datenbank$
Vorbereitung zum Entpacken von .../0-gcc-6-base_6.3.0-18痦ﶻ_i386.deb ...
Entpacken von gcc-6-base:i386 (6.3.0-18痦ﶻ) ...
Vormals nicht ausgew?hltes Paket libgcc1:i386 wird gew?hlt.
Vorbereitung zum Entpacken von .../1-libgcc1_1%3a6.3.0-18痦ﶻ_i386.deb ...
Entpacken von libgcc1:i386 (1:6.3.0-18痦ﶻ) ...
Vormals nicht ausgew?hltes Paket libc6:i386 wird gew?hlt.
Vorbereitung zum Entpacken von .../2-libc6_2.24-11痦ﶻ_i386.deb ...
Entpacken von libc6:i386 (2.24-11痦ﶻ) ...
Ersetzen der Dateien im alten Paket libc6-i386 (2.24-11痦ﶻ) ...
Vormals nicht ausgew?hltes Paket libstdc:i386 wird gew?hlt.
Vorbereitung zum Entpacken von .../3-libstdc_6.3.0-18痦ﶻ_i386.deb ...
Entpacken von libstdc:i386 (6.3.0-18痦ﶻ) ...
Vormals nicht ausgew?hltes Paket liblinearmath2.82:i386 wird gew?hlt.
Vorbereitung zum Entpacken von .../4-liblinearmath2.82_2.82-r2704痻2_i386.deb ...
Entpacken von liblinearmath2.82:i386 (2.82-r2704痻2) ...
Vormals nicht ausgew?hltes Paket libbulletcollision2.82:i386 wird gew?hlt.
Vorbereitung zum Entpacken von .../5-libbulletcollision2.82_2.82-r2704痻2_i386.deb ...
Entpacken von libbulletcollision2.82:i386 (2.82-r2704痻2) ...
Vormals nicht ausgew?hltes Paket libbulletdynamics2.82:i386 wird gew?hlt.
Vorbereitung zum Entpacken von .../6-libbulletdynamics2.82_2.82-r2704痻2_i386.deb ...
Entpacken von libbulletdynamics2.82:i386 (2.82-r2704痻2) ...
Vormals nicht ausgew?hltes Paket libbulletsoftbody2.82:i386 wird gew?hlt.
Vorbereitung zum Entpacken von .../7-libbulletsoftbody2.82_2.82-r2704痻2_i386.deb ...
Entpacken von libbulletsoftbody2.82:i386 (2.82-r2704痻2) ...
gcc-6-base:i386 (6.3.0-18痦ﶻ) wird eingerichtet ...
Trigger f?r libc-bin (2.24-11痦ﶻ) werden verarbeitet ...
libc6:i386 (2.24-11痦ﶻ) wird eingerichtet ...
libgcc1:i386 (1:6.3.0-18痦ﶻ) wird eingerichtet ...

//SERVER-lOG
[13:05:15] [connection] 41.104.51.197:24247 requests connection cookie. -> Crash directly!

[13:05:16] [debug] Server crashed due to an unknown error
[13:05:16] [debug] Native backtrace:
[13:05:16] [debug] #0 f73288b6 in _Z13GetStackTraceRSt6vectorI10StackFrameSaIS0_EEPv () in plugins/crashdetect.so
[13:05:16] [debug] #1 f7320120 in _ZN18CrashDetectHandler20PrintNativeBacktraceERSoRKN2os7ContextE () in plugins/crashdetect.so
[13:05:16] [debug] #2 f7320886 in _ZN18CrashDetectHandler20PrintNativeBacktraceERKN2os7ContextE () in plugins/crashdetect.so
[13:05:16] [debug] #3 f7320f96 in _ZN18CrashDetectHandler7OnCrashERKN2os7ContextE () in plugins/crashdetect.so
[13:05:16] [debug] #4 f7327f82 in ?? () in plugins/crashdetect.so
[13:05:16] [debug] #5 f772acb0 in __kernel_rt_sigreturn () in linux-gate.so.1
[13:05:16] [debug] #6 097d5ffe in ?? ()
[13:05:16] [debug] #7 080aef02 in ?? () in ./samp03svr
[13:05:16] [debug] #8 080aa13a in ?? () in ./samp03svr
[13:05:16] [debug] #9 f7368286 in __libc_start_main () in /lib/i386-linux-gnu/libc.so.6
[13:05:16] [debug] Registers:
[13:05:16] [debug] EAX: 000000ff EBX: f6521000 ECX: f2e00ff8 EDX: f2e0100d
[13:05:16] [debug] ESI: f2e00ff8 EDI: 08159cf3 EBP: ff8283e8 ESP: ff828388
[13:05:16] [debug] EIP: 097d5ffe EFLAGS: 00010292
[13:05:16] [debug] Stack:
[13:05:16] [debug] ESP퍍㓓䴴: ff8283e8 f65194d8 f2e00ff8 00083e38
[13:05:16] [debug] ESP퍍㓓䶴: f772aadb 097daf00 08159b76 08159cf3
[13:05:16] [debug] ESP퍍㓓临: ff8283e8 080aed4f f2e00ff8 097daf00
[13:05:16] [debug] ESP퍍㓓亴: ff828418 080aef02 097daf00 00000000
[13:05:16] [debug] ESP퍍㓓伴: 00000000 004c4b40 097ceb78 000493e3
[13:05:16] [debug] ESP퍍㓓䚴: 00000006 08159d0d 00000000 00000000
[13:05:16] [debug] ESP퍍㓓䜴: f76f1000 f76587e3 f76f2570 f77415f0
[13:05:16] [debug] ESP퍍㓓䞴: 00000096 0165893b 656d6167 65646f6d
[13:05:16] [debug] ESP퍍㓓崴: f76f25a0 f75fe429 f76f2504 f76f21a0
[13:05:16] [debug] ESP퍍㓓嶴: f7504e00 081a1980 080aa260 00000000
[13:05:16] [debug] ESP퍍㓓帴: 00000000 00000000 00000000 00000000
[13:05:16] [debug] ESP퍍㓓庴: 00000000 00000000 00000000 00000000
[13:05:16] [debug] ESP퍍㓓弴: 00000000 00000000 00000000 00000000
[13:05:16] [debug] ESP퍍㓓嚴: 00000000 00000000 00000000 00000000
[13:05:16] [debug] ESP퍍㓓圴: 0815065b 00000000 00000001 f7504000
[13:05:16] [debug] ESP퍍㓓垴: ff8285fc 00000000 00000000 00000000
[13:05:16] [debug] ESP퍍㓓洴: 00000001 f7504000 00000000 7fcf12ab
[13:05:16] [debug] ESP퍍㓓涴: 00000001 0804b4c0 00000000 f77415f0
[13:05:16] [debug] ESP퍍㓓渴: 00000000 0804b4e1 080a9420 00000001
[13:05:16] [debug] ESP퍍㓓溴: ff8285ec f7750920 00000001 ff8288a5
[13:05:16] [debug] ESP퍍㓓漴: ff828eb0 ff828ec3 ff828ecc ff828ee8
[13:05:16] [debug] ESP퍍㓓暴: ff828f49 ff828f59 ff828f61 ff828f6d
[13:05:16] [debug] ESP퍍㓓朴: 00000020 f772ac80 00000021 f772a000
[13:05:16] [debug] ESP퍍㓓枴: 00000011 00000064 00000003 08048034
[13:05:16] [debug] ESP퍍㓓紴: 00000007 f772c000 00000008 00000000
[13:05:16] [debug] ESP퍍㓓綴: 0000000c 000003e8 0000000d 000003eb
[13:05:16] [debug] ESP퍍㓓縴: 00000019 ff8286eb 0000001f ff828fec
[13:05:16] [debug] ESP퍍㓓纴: ff000000 e952a5da b5aa3d62 347fca39
[13:05:16] [debug] ESP퍍㓓缴: 00000000 00000000 00000000 00000000
[13:05:16] [debug] ESP퍍㓓皴: 00000000 00000000 00000000 00000000
[13:05:16] [debug] ESP퍍㓓眴: 00000000 00000000 00000000 00000000
[13:05:16] [debug] ESP퍍㓓瞴: 00000000 00000000 00000000 00000000
[13:05:16] [debug] Loaded modules:
[13:05:16] [debug] 00000000 - 00187dc3 samp03svr
[13:05:16] [debug] f772a000 - f772ae2e linux-gate.so.1
[13:05:16] [debug] f7712000 - f77149c4 /lib/i386-linux-gnu/libdl.so.2
[13:05:16] [debug] f76f5000 - f771075b /lib/i386-linux-gnu/libpthread.so.0
[13:05:16] [debug] f757b000 - f76febbf /usr/lib/i386-linux-gnu/libstdc.so.6
[13:05:16] [debug] f7526000 - f757a120 /lib/i386-linux-gnu/libm.so.6
[13:05:16] [debug] f7508000 - f7524354 /lib/i386-linux-gnu/libgcc_s.so.1
[13:05:16] [debug] f7350000 - f750e73b /lib/i386-linux-gnu/libc.so.6
[13:05:16] [debug] f772c000 - f775006c /lib/ld-linux.so.2
[13:05:16] [debug] f7309000 - f734d3ac plugins/crashdetect.so
[13:05:16] [debug] f6f65000 - f730dac7 plugins/mysql_static.so
[13:05:16] [debug] f6f5c000 - f6f6347c /lib/i386-linux-gnu/librt.so.1
[13:05:16] [debug] f6549000 - f655a0d0 /lib/i386-linux-gnu/libnss_files.so.2
[13:05:16] [debug] f6143000 - f620139a plugins/streamer.so
[13:05:16] [debug] f6539000 - f65481d4 plugins/sscanf.so
[13:05:16] [debug] f6514000 - f6536fc5 plugins/SKY.so
[13:05:16] [debug] f5fda000 - f614ba60 plugins/pawnregex.so

//dpkg.log
2019-07-25 03:06:08 startup archives unpack
2019-07-25 03:06:08 install gcc-6-base:i386 <keine> 6.3.0-18痦ﶻ
2019-07-25 03:06:08 status half-installed gcc-6-base:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:08 status unpacked gcc-6-base:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:08 status unpacked gcc-6-base:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:08 install libgcc1:i386 <keine> 1:6.3.0-18痦ﶻ
2019-07-25 03:06:08 status triggers-pending libc-bin:amd64 2.24-11痦ﶻ
2019-07-25 03:06:08 status half-installed libgcc1:i386 1:6.3.0-18痦ﶻ
2019-07-25 03:06:08 status unpacked libgcc1:i386 1:6.3.0-18痦ﶻ
2019-07-25 03:06:08 status unpacked libgcc1:i386 1:6.3.0-18痦ﶻ
2019-07-25 03:06:08 install libc6:i386 <keine> 2.24-11痦ﶻ
2019-07-25 03:06:08 status half-installed libc6:i386 2.24-11痦ﶻ
2019-07-25 03:06:08 status unpacked libc6:i386 2.24-11痦ﶻ
2019-07-25 03:06:08 status unpacked libc6:i386 2.24-11痦ﶻ
2019-07-25 03:06:09 install libstdc:i386 <keine> 6.3.0-18痦ﶻ
2019-07-25 03:06:09 status half-installed libstdc:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:09 status unpacked libstdc:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:09 status unpacked libstdc:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:09 install liblinearmath2.82:i386 <keine> 2.82-r2704痻2
2019-07-25 03:06:09 status half-installed liblinearmath2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status unpacked liblinearmath2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status unpacked liblinearmath2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 install libbulletcollision2.82:i386 <keine> 2.82-r2704痻2
2019-07-25 03:06:09 status half-installed libbulletcollision2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status unpacked libbulletcollision2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status unpacked libbulletcollision2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 install libbulletdynamics2.82:i386 <keine> 2.82-r2704痻2
2019-07-25 03:06:09 status half-installed libbulletdynamics2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status unpacked libbulletdynamics2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status unpacked libbulletdynamics2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 install libbulletsoftbody2.82:i386 <keine> 2.82-r2704痻2
2019-07-25 03:06:09 status half-installed libbulletsoftbody2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status unpacked libbulletsoftbody2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status unpacked libbulletsoftbody2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 startup packages configure
2019-07-25 03:06:09 configure gcc-6-base:i386 6.3.0-18痦ﶻ <keine>
2019-07-25 03:06:09 status unpacked gcc-6-base:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:09 status half-configured gcc-6-base:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:09 status installed gcc-6-base:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:09 trigproc libc-bin:amd64 2.24-11痦ﶻ <keine>
2019-07-25 03:06:09 status half-configured libc-bin:amd64 2.24-11痦ﶻ
2019-07-25 03:06:09 status installed libc-bin:amd64 2.24-11痦ﶻ
2019-07-25 03:06:09 configure libc6:i386 2.24-11痦ﶻ <keine>
2019-07-25 03:06:09 status triggers-pending libc-bin:amd64 2.24-11痦ﶻ
2019-07-25 03:06:09 status unpacked libc6:i386 2.24-11痦ﶻ
2019-07-25 03:06:09 status unpacked libc6:i386 2.24-11痦ﶻ
2019-07-25 03:06:09 status half-configured libc6:i386 2.24-11痦ﶻ
2019-07-25 03:06:09 status installed libc6:i386 2.24-11痦ﶻ
2019-07-25 03:06:09 configure libgcc1:i386 1:6.3.0-18痦ﶻ <keine>
2019-07-25 03:06:09 status unpacked libgcc1:i386 1:6.3.0-18痦ﶻ
2019-07-25 03:06:09 status half-configured libgcc1:i386 1:6.3.0-18痦ﶻ
2019-07-25 03:06:09 status installed libgcc1:i386 1:6.3.0-18痦ﶻ
2019-07-25 03:06:09 configure libstdc:i386 6.3.0-18痦ﶻ <keine>
2019-07-25 03:06:09 status unpacked libstdc:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:09 status half-configured libstdc:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:09 status installed libstdc:i386 6.3.0-18痦ﶻ
2019-07-25 03:06:09 configure liblinearmath2.82:i386 2.82-r2704痻2 <keine>
2019-07-25 03:06:09 status unpacked liblinearmath2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status half-configured liblinearmath2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status installed liblinearmath2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 configure libbulletcollision2.82:i386 2.82-r2704痻2 <keine>
2019-07-25 03:06:09 status unpacked libbulletcollision2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status half-configured libbulletcollision2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status installed libbulletcollision2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 configure libbulletdynamics2.82:i386 2.82-r2704痻2 <keine>
2019-07-25 03:06:09 status unpacked libbulletdynamics2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status half-configured libbulletdynamics2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status installed libbulletdynamics2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 configure libbulletsoftbody2.82:i386 2.82-r2704痻2 <keine>
2019-07-25 03:06:09 status unpacked libbulletsoftbody2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status half-configured libbulletsoftbody2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 status installed libbulletsoftbody2.82:i386 2.82-r2704痻2
2019-07-25 03:06:09 trigproc libc-bin:amd64 2.24-11痦ﶻ <keine>
2019-07-25 03:06:09 status half-configured libc-bin:amd64 2.24-11痦ﶻ
2019-07-25 03:06:09 status installed libc-bin:amd64 2.24-11痦ﶻ
  Reply
#2
I checked the two packages linux-gate.so.1 & libc.so.6 with dpkg -l but I wasn't able to find them. I look now if they got replaced but I guess this might be the not problem cz they're there
  Reply
#3
I downgrade to recent versions. Fuck it, thread solved. Lel :'D
Zu Warm in Preu?en, Hirn shutdown.

  Reply


Forum Jump: