I have the same issue. Since the upgrade to 3.10.2 my users report crashes at least once a day.
For now I am restarting Teamspeak once a day and hope this will "fix" the problem for now.
As the thread owner already stated, there are no log messages or anything that give any indication why this is happening.
Following this thread I would like to provide more information:
https://docs.ansible.com/ansible/lat...me_module.html
I am running the official Teamspeak Docker image (https://hub.docker.com/_/teamspeak. It does appear to not set a "ulimit" so for now no core dump.
I can't run the "make_core_environment.sh" either for numerous reasons in the container (I tried). But based on the scripts content I figured that the important calls are the "ldd" calls on the "libts3db_*" files so I did those with the following result:
Code:
# ldd /usr/local/lib/libts3db_sqlite3.so
/lib/ld-musl-x86_64.so.1 (0x7fa72709f000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x7fa726e15000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7fa726e01000)
libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fa72709f000)
and
Code:
# ldd /usr/local/lib/libts3db_mariadb.so
/lib/ld-musl-x86_64.so.1 (0x7fbdf5aa0000)
libmariadb.so.2 => /usr/local/lib/libmariadb.so.2 (0x7fbdf5a3e000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x7fbdf58e9000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x7fbdf58d5000)
libc.musl-x86_64.so.1 => /lib/ld-musl-x86_64.so.1 (0x7fbdf5aa0000)
If you need anything else please let me know. Would be glad if we could get a fixed version soon