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

Linux gdb core reading problem

Stellow

C++/C#/PHP/LUA
Joined
Oct 23, 2008
Messages
1,106
Reaction score
214
Location
Germany
GitHub
eubrunomiguel
Looks like core cannot locate the last caller, any ideas how can I track a server crash?

Code:
[New LWP 9584]
[New LWP 9583]
[New LWP 9585]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./otserv'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007fe99294d3f0 in ?? ()
 
Back
Top