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

C++ Errors causing crashes

Ambrax

Ambrax Is Back
Joined
Jan 28, 2017
Messages
80
Reaction score
2
Location
Egypt
My server keeps crashing and I don't know the exact reason, so I made a gdb debugger and I followed this tutorial Linux - Gdb

and this is the error.
#0 0x0000000000471028 in boost::asio::detail::task_io_service::wake_one_thread_and_unlock (this=0xa6b090, lock=...)
at /usr/include/boost/asio/detail/impl/task_io_service.ipp:475
#1 0x0000000000470f09 in boost::asio::detail::task_io_service::post_deferred_completions (this=0xa6b090, ops=...)
at /usr/include/boost/asio/detail/impl/task_io_service.ipp:310
#2 0x000000000047db11 in boost::asio::detail::epoll_reactor::cancel_timer<boost::asio::time_traits<boost::posix_time::ptime> > (this=0xa6b1c0, queue=...,
timer=..., max_cancelled=18446744073709551615)
at /usr/include/boost/asio/detail/impl/epoll_reactor.hpp:66
#3 0x000000000047c01f in boost::asio::detail::deadline_timer_service<boost::asio::time_traits<boost::posix_time::ptime> >::cancel (this=0xa6b168, impl=...,
ec=...) at /usr/include/boost/asio/detail/epoll_reactor.hpp:155
#4 0x0000000000479253 in boost::asio::deadline_timer_service<boost::posix_time::ptime, boost::asio::time_traits<boost::posix_time::ptime> >::cancel (
this=0xa6b140, impl=..., ec=...)
at /usr/include/boost/asio/deadline_timer_service.hpp:91
#5 0x00000000004762ce in boost::asio::basic_deadline_timer<boost::posix_time::ptime, boost::asio::time_traits<boost::posix_time::ptime>, boost::asio::deadline_timer_service<boost::posix_time::ptime, boost::asio::time_traits<boost::posix_time::ptime> > >::cancel (this=0x12f7a038)
at /usr/include/boost/asio/basic_deadline_timer.hpp:212
#6 0x000000000046d54e in Connection::parsePacket (this=0x12f76400, error=...)


Can anyone tell me what is going on? I need someone to to help me find out whats wrong.
 
It's hard to help you, if we do not know anything about the stuff you are using.
"What tfs is that?" "What did u do before this crash" etc.
 
Yeah, it's my mod. I didn't give you credits/access to you this one, probably you stole this. You shouln't have this, as we see it was for Evolera (@GOD Wille). I won't help you.
 
Back
Top