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

Linux File permissions and segmentation fault.

H3xed

New Member
Joined
Sep 28, 2007
Messages
93
Reaction score
2
Location
Poland
Hello !

I have problem with segmentation fault on my TFS server 0.3.5pl1. It be 1-2 times per hours. I modifyed only few files so where is problem ?

My idea is that problem is wrong file permissions, and here is my question.
Any files I must set permissions ?
I set only chomod 755 for theforgottenserver binary file.
 
Segmentation fault = crash...
And if it would have wrong permissions the tfs wouldn't even start, What i suggest you is to put it on gdb and post the backtrace by doing this on command line:

~: sudo aptitude install gdb
~: sudo ulimit -c unlimited
~: cd /path/to/your/server
~: gdb
~: file theforgottenserver
~: run

And once it crash type:
~: bt
and post the output here.....
 
Back
Top