• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

C++ Server crashing strange error

Engradiel

Member
Joined
May 3, 2009
Messages
120
Reaction score
7
Location
Brazil
Hello friends. I am using tfs 1.5.
My server is crashing because a strange error:

I am using this antirollback system that show's source error:

2024-02-21 18:44:36 - Thread 2 "tfs" received signal SIGSEGV, Segmentation fault.
2024-02-21 18:44:36 - [Switching to Thread 0x7ffff20a6640 (LWP 60135)]
2024-02-21 18:44:36 - ___pthread_mutex_lock (mutex=0x100d8) at ./nptl/pthread_mutex_lock.c:80
2024-02-21 18:44:36 - 80 ./nptl/pthread_mutex_lock.c: No such file or directory.
2024-02-21 18:44:37 - Saving server...
2024-02-21 18:44:40 - > Saved house items in: 0.026 s

I received suggestions that is a datapack sql database overload.
Maybe someone more expert can help me? Thanks.

I am lost.
 
Last edited:
Hmm my speculation is that it tries to access memory that doesn't exist, possibly due to a null pointer or some other memory corruption issue 🤔
 
Back
Top