• 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!

TFS 1.X+ Crash - No symbol table info available

rafaeru

Active Member
Joined
Mar 6, 2013
Messages
134
Solutions
10
Reaction score
29
Location
Poland
GitHub
rafaeru97
Hello everyone, for the past few days, I've been dealing with a crash occurring on my TFS 1.5 Nekiro 8.6.

GDB doesn't provide me with sufficient information (or I can't find anything meaningful in the log). It seems to me that the crash occurs after some time when I use the /reload command randomly when someone logs in, sends an opcode, or uses the market.


I know that this command should only be used for the developer version and should reload the entire server, but I want to make sure that this crash won't occur in the production version and that it is caused precisely by the reload.

Do you have any ideas or methods to confirm that this is indeed the cause?

Code:
Thread 1 (Thread 0xffff7ddb50e0 (LWP 72930)):
#0  0x0000ffff7ecef850 in ?? () from /lib/aarch64-linux-gnu/libcrypto.so.3
No symbol table info available.
#1  0x00006a2b33c03378 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Below, I'm attaching the full thread core dumps:
 

Attachments

Back
Top