
Originally Posted by
Purpleyouko
the most common reason for a SIGSEGV error is that the code is trying to access an array element outside of its dimensioned size
For example ThisArray[10] has 10 elements so if you try to put a value into ThisArray[11] you get a SIGSEGV error
It looks like it is crashing just as it starts to load stuff in startup.cpp. You are going to have to trace it through with debug code.
First though, try a complete rebuild of the server. This is sometimes a symptom of a bad build.