• 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 Crash - Ubuntu 14 (Detecting Error)

Cany

New Member
Joined
Sep 6, 2007
Messages
11
Reaction score
3
Why on 'No symbol table info available', Don't show the class and line that has the error, and what can I do to fix this?

My sh:
Code:
#/bin/sh
ulimit -c unlimited;while [ 3 ] ; do if [ -f .stopserver3 ] ; then echo server marked down >> servlog.txt;else echo restarting server at time at `date +"%m-%d-%H:%M-%S"`>> startlog.txt;./server; fi;sleep 15;done;

Crash:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./server'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f7345a91853 in std::basic_ostream<char, std::char_traits<char> >& std::eek:perator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(gdb) bt full
#0 0x00007f7345a91853 in std::basic_ostream<char, std::char_traits<char> >& std::eek:perator<< <char, std::char_traits<char>, std::allocator<char> >(std::basic_ostream<char, std::char_traits<char> >&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) ()
from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
No symbol table info available.
#1 0x00000000009e071f in Player::getDescription(int) const ()
No symbol table info available.
#2 0x000000000095e24f in LuaScriptInterface::luaCreatureGetDescription(lua_State*) ()
No symbol table info available.
#3 0x00007f73465d661d in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
No symbol table info available.
#4 0x00007f73465e19b4 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
No symbol table info available.
#5 0x00007f73465d6989 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
No symbol table info available.
#6 0x00007f73465d5fac in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
No symbol table info available.
#7 0x00007f73465d6bc1 in ?? () from /usr/lib/x86_64-linux-gnu/liblua5.2.so.0
No symbol table info available.
#8 0x00007f73465d2c9d in lua_pcallk ()
 
Last edited:
Back
Top