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

Crash - log (dispatcher/scheduler) - TFS 0.4 rev 3884

Kubakos

Well-Known Member
Joined
Mar 3, 2010
Messages
961
Solutions
2
Reaction score
52
Hello, I have a server and it's craching sometimes. I've got this error in my crash log. But can't find any issues
there is the error :
Code:
#0 0x081cc4f4 in operator() (p=0xb004a098, this=0xaaa0e330) at /usr/include/boost/bind/mem_fn_template.hpp:49
No locals.
#1 operator()<boost::_mfi::mf0<void, Protocol>, boost::_bi::list0> (f=..., this=0xaaa0e338, a=...) at /usr/include/boost/bind/bind.hpp:253
No locals.
#2 operator() (this=0xaaa0e330) at /usr/include/boost/bind/bind_template.hpp:20
No locals.
#3 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<void, boost::_mfi::mf0<void, Protocol>, boost::_bi::list1<boost::_bi::value<Protocol*> > >, void>::invoke (
function_obj_ptr=...) at /usr/include/boost/function/function_template.hpp:153
f = 0xaaa0e330
#4 0x080d1b99 in operator() (this=0xaaa0e32c) at /usr/include/boost/function/function_template.hpp:760
No locals.
#5 operator() (this=0xaaa0e320) at dispatcher.h:34
No locals.
#6 Dispatcher::dispatcherThread (p=0x82e4620) at dispatcher.cpp:73
task = 0xaaa0e320
dispatcher = 0x82e4620
outputPool = <optimized out>
taskLockUnique = {
m = 0x82e4624,
is_locked = false
}
#7 0xb6c5d42c in boost::(anonymous namespace)::thread_proxy (param=0x8fb38d8) at libs/thread/src/pthread/thread.cpp:121
thread_info = {
px = 0x8fb38d8,
pn = {
pi_ = 0x8fb39e8
}
}
#8 0xb683bc39 in start_thread (arg=0xb5344b70) at pthread_create.c:304
__res = <optimized out>
__ignore1 = <optimized out>
__ignore2 = <optimized out>
pd = 0xb5344b70
now = <optimized out>
unwind_buf = {
cancel_jmp_buf = {{
jmp_buf = {-1232814092, 0, 4001536, -1254865784, 1637973515, 241052684},
mask_was_saved = 0
}},
priv = {
pad = {0x0, 0x0, 0x0, 0x0},
data = {
prev = 0x0,
cleanup = 0x0,
canceltype = 0
}
}
}
not_first_call = <optimized out>
freesize = <optimized out>
---Type <return> to continue, or q <return> to quit---
__PRETTY_FUNCTION__ = "start_thread"
#9 0xb692697e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
No locals.
can anyone help me please?
 
Last edited:

Similar threads

Back
Top