How to Fix Segmentation fault for SA-MP Server Linux - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP (
https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (
https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: How to Fix Segmentation fault for SA-MP Server Linux (
/showthread.php?tid=537473)
How to Fix Segmentation fault for SA-MP Server Linux -
Abanob - 15.09.2014
Please help me to fix this problem on the my server
Re: How to Fix Segmentation fault for SA-MP Server Linux -
rymax99 - 15.09.2014
http://en.wikipedia.org/wiki/Segmentation_fault
Re: How to Fix Segmentation fault for SA-MP Server Linux -
Abanob - 15.09.2014
Does Not Work. still just like this ... I want to Segmentation fault removed from my linux server .. please help me
AW: How to Fix Segmentation fault for SA-MP Server Linux -
Mellnik - 15.09.2014
Install gdb, type "gdb samp03svr", type "bt", type "i sh" and post output.
Re: How to Fix Segmentation fault for SA-MP Server Linux -
papedo - 15.09.2014
check arrays in your script.. this error is usually caused by using variables as index of array.. it output this error when arrays are out of bounds (check OnGameModeInit at first)