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

Program received signal SIGSEGV, Segmentation fault.

Koxose

New Member
Joined
Dec 31, 2013
Messages
14
Reaction score
0
Compiling with Luajit went well, but there's a problem starting the server with the new compiled version with Luajit.

After loading scriptsystem..

Program received signal SIGSEGV, Segmentation fault.

I have used gdb debug reporter. After using bt full this is the error:
PHP:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff30a3700 (LWP 4256)]
0x00007ffff7b7b532 in ?? () from /usr/local/lib/libluajit-5.1.so.2
(gdb) bt full
#0  0x00007ffff7b7b532 in ?? () from /usr/local/lib/libluajit-5.1.so.2
No symbol table info available.
#1  0x00007ffff7b87380 in lua_pcall () from /usr/local/lib/libluajit-5.1.so.2
No symbol table info available.
#2  0x0000000000541bb2 in LuaInterface::loadFile(std::string const&, Npc*) ()
No symbol table info available.
#3  0x00000000004297f7 in Event::loadScript(std::string const&, bool) ()
No symbol table info available.
#4  0x000000000042a1ab in BaseEvents::parseEventNode(_xmlNode*, std::string, bool) ()
No symbol table info available.
#5  0x000000000042ab1b in BaseEvents::loadFromXml() ()
No symbol table info available.
#6  0x00000000005ec614 in ScriptManager::loadSystem() ()
No symbol table info available.
#7  0x000000000058cb78 in otserv(std::vector<std::string, std::allocator<std::string> >, ServiceManager*) ()
No symbol table info available.
#8  0x00000000005914d1 in boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, void (*)(std::vector<std::string, std::allocator<std::string> >, ServiceManager*), boost::_bi::list2<boost::_bi::value<std::vector<std::string, std::allocator<std::string> > >, boost::_bi::value<ServiceManager*> > >, void>::invoke(boost::detail::function::function_buffer&) ()
No symbol table info available.
#9  0x0000000000495f1f in Task::operator()() ()
No symbol table info available.
#10 0x000000000049486a in Dispatcher::dispatcherThread(void*) ()
No symbol table info available.
#11 0x00007ffff655a200 in thread_proxy () from /usr/lib/libboost_thread.so.1.42.0
No symbol table info available.
#12 0x00007ffff50658ca in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#13 0x00007ffff534ab6d in clone () from /lib/libc.so.6
No symbol table info available.
#14 0x0000000000000000 in ?? ()
No symbol table info available.

Anyone can help?
 
Back
Top