Server crashes after few days

Hello, i have all needed libraries installed, my system is Debian 9. Server 3.13.7 crashed with log:

Assertion “remoteAddress.m_type == TS_Endpoint_Both::Val_Type::VT_UDP” failed at …/…/…/…/deps/teamspeak_server_lib/src/ts_server/net/Server_Packet_Handler.cpp:140;

Thank you for your help!

Similiar crash did exist but should be fixed in latest version :confused:


What we need from you is a crashdump. And to analyze this crashdump we need some lib files from your current operation system.

Please provide at least these libs

libresolv-2.27.so
libnss_dns-2.27.so
libnss_files-2.27.so
libgcc_s.so.1
libc-2.27.so
libpthread-2.27.so
libm-2.27.so
librt-s.27.so
libdl-2.27.so
ld-2.27.so

The version numbers might be different for the ones on your system. If you’re unsure where to located these files please run the following command, which should tell you where they are located on your system:

ldd ts3server

that should print a list of (potentially a lot more) files, on the right hand side you should see the corresponding path on your system.

3 Likes

Thank you,

this is output from command:

    linux-vdso.so.1 (0x00007ffe881f8000)
    libts3_ssh.so => /opt/teamspeak3-server/./libts3_ssh.so (0x00007f6f07e07000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6f07dfd000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f6f07df2000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f6f07cae000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f6f07c8c000)
    libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f6f07abf000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6f078f8000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f6f08119000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f6f078de000)

and crashdump: https://workupload.com/file/uwyfdR4NY8g

We need these files attached/uploaded somewhere. Only that way we can ensure that a fix can be made.

1 Like