[HELP]Segmentation fault
#1

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
Reply
#2

Are you using the latest plugin version?
Reply
#3

Yes, i tryed to use all of these versions http://code.******.com/p/samp-stream...downloads/list
Maybe im doing something wrong, not maybe but i am. But i dont know what
Reply
#4

recompile all scripts using streamer and start server
Reply
#5

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)