Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb42feb70 (LWP 28899)]
0x080baeda in CTimeout::doTimeout (this=0x439aafcd)
at ../../server/include/CTimeout.h:12
12 int doTimeout() { return (timeout > 0 ? --timeout : -1); }
[Current thread is 9 (Thread 0xb42feb70 (LWP 28899))]
(gdb) bt
#0 0x080baeda in CTimeout::doTimeout (this=0x439aafcd)
at ../../server/include/CTimeout.h:12
#1 0x080ba7ef in TLevel::doTimedEvents (this=0xacf4cd88)
at ../../server/src/TLevel.cpp:1266
#2 0x0809ca42 in TServer::doTimedEvents (this=0x830eb38)
at ../../server/src/TServer.cpp:306
#3 0x0809c920 in TServer::doMain (this=0x830eb38)
at ../../server/src/TServer.cpp:273
#4 0x0809c24a in TServer::operator() (this=0x830eb38)
at ../../server/src/TServer.cpp:142
#5 0x0808d5d1 in boost::detail::thread_data<boost::reference_wrapper<TServer> >::run (this=0x8c8e478) at /usr/include/boost/thread/detail/thread.hpp:81
#6 0xb7fcc0d5 in thread_proxy () from /usr/lib/libboost_thread.so.1.42.0
#7 0xb7d37955 in start_thread () from /lib/i686/cmov/libpthread.so.0
#8 0xb7e16e7e in clone () from /lib/i686/cmov/libc.so.6
Happens after just a couple of mins. Doesn’t matter if someone’s on the server or not.