Posts: 2
Threads: 1
Joined: Nov 2011
Reputation:
0
Hello, please someone help me to start my server(linux). Server all the time say's segmentation fault. Im using Streamer Plugin by Incognito, and server version is 0.3d. I have re-compiled server to 0.3d, now problem is that seg fault.. Please help me
Posts: 2,082
Threads: 118
Joined: Jan 2010
Reputation:
0
Are you using the latest plugin version?
Posts: 27
Threads: 5
Joined: May 2009
Reputation:
0
recompile all scripts using streamer and start server
Posts: 15
Threads: 1
Joined: Nov 2011
Reputation:
0
A segmentation fault is generally an attempt to access memory that the CPU cannot physically address. It occurs when the hardware notifies an operating system about a memory access violation. The OS kernel then sends a signal to the process which caused the exception. By default, the process receiving the signal dumps core and terminates. The default signal handler can also be overridden to customize how the signal is handled. It means in the coding somewhere there's an error that's causing memory to try to be overwritten where it shouldn't and it stops just before causing a buffer overrun.