mojira.dev

Jelle Terpstra

Assigned

No issues.

Reported

No issues.

Comments

Here's my ldd output. I already diffed it with yours (Tom) and found no differences. I'm gonna test some more with the village that is causing the crash, it is only one of the villages in my world.

jelle@hydros:~/minecraftbe/Hydros$ for i in $(ldd bedrock_server | cut -f 3 -d ' '); do readlink $i; done
libcurl.so.4.5.0
libpthread-2.27.so
libdl-2.27.so
libstdc++.so.6.0.25
libm-2.27.so
libc-2.27.so
libnghttp2.so.14.15.2
libidn2.so.0.3.3
libpsl.so.5.2.0
libgssapi_krb5.so.2.2
libldap_r-2.4.so.2.10.8
liblber-2.4.so.2.10.8
libz.so.1.2.11
libunistring.so.2.1.0
libgnutls.so.30.14.10
libhogweed.so.4.4
libnettle.so.6.4
libgmp.so.10.3.2
libkrb5.so.3.3
libk5crypto.so.3.1
libcom_err.so.2.1
libkrb5support.so.0.1
libresolv-2.27.so
libsasl2.so.2.0.25
libgssapi.so.3.0.0
libp11-kit.so.0.3.0
libtasn1.so.6.5.5
libkeyutils.so.1.5
libheimntlm.so.0.1.0
libkrb5.so.26.0.0
libasn1.so.8.0.0
libhcrypto.so.4.1.0
libroken.so.18.1.0
libffi.so.6.0.4
libwind.so.0.0.0
libheimbase.so.1.0.0
libhx509.so.5.0.0
libsqlite3.so.0.8.6
libcrypt-2.27.so

My ubuntu 18.04 has 

/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.25

So both libs on our 18.04  systems are identical, yet the crash still occurs on my server while your 18.04 seems to work. I'm not running it in a docker container.

 

 

 

I moved my world to a system with Ubuntu 18.04.5 LTS with libc-2.27, installed bedrock server there, but it still crashes 😞

 

root@hydros:~# lsb_release -d
Description:    Ubuntu 18.04.5 LTS

root@hydros:~# ldd --version
ldd (Ubuntu GLIBC 2.27-3ubuntu1.4) 2.27