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

Solved Segmentation Fault? WTF IS THAT

Nekiro

Legendary OT User
TFS Developer
Joined
Sep 7, 2015
Messages
2,735
Solutions
127
Reaction score
2,203
I have this error:
6ce69600e23cd6d9d7d3129ff58221c2.png


and server is restarting... What is that? I tried even restarting the host server...


im using ubuntu 14.04
 
Its quite possible he removed the lines that use cotire from CMakeList.txt

Theres a line at the top of the file that says
Include cotire;

Then 2-3 lines at the bottom of the file that have cotire in it.
Remove all of those and try compiling again.

Just mark this best answer if it works since he didnt post how he fixed it.
Then again, I could be completely wrong lol.
 
how did you fixed it ? :eek:
there isn't just a singular solution in code that would fix a segfault for everyone, it all depends on what you edited in sources
he might have changed something that you didn't which is why his solution wouldn't really matter
segfaults are caused by trying to access or write to an illegal (restricted) area of memory
i'd recommend you create your own thread about this problem and provide screenshots of gdb or debug mode in visual studio, or at least share the code you changed that produced the segfault
 
Back
Top