Crash Dumps - Consolidated List
Posted: Thu Aug 11, 2016 4:31 pm
I am going to try to record every crash dump so that maybe I can narrow all of the causes down. It will help to record any patterns. This one happened after the server set idle for about 4 hours and happened during my login.
In my source this is that line.
Code: Select all
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffedffb700 (LWP 28733)]
0x0000000000000551 in ?? ()
(gdb) bt
#0 0x0000000000000551 in ?? ()
#1 0x000000000063ce3e in Spawn::ProcessMovement (this=this@entry=0x765f4d0) at Spawn.cpp:1723
#2 0x00000000006dc6f6 in ZoneServer::SpawnProcess (this=this@entry=0x7665770) at zoneserver.cpp:1510
#3 0x00000000006dcaa6 in SpawnLoop (tmp=0x7665770) at zoneserver.cpp:5931
#4 0x00007ffff68160a4 in start_thread (arg=0x7fffedffb700) at pthread_create.c:309
#5 0x00007ffff654b87d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
(gdb)
Code: Select all
void Spawn::ProcessMovement(){
if(IsPlayer()){