SA-MP Forums Archive
Centos 7 error "Segmentation fault" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Centos 7 error "Segmentation fault" (/showthread.php?tid=634508)



Centos 7 error "Segmentation fault" - vi01239984564 - 20.05.2017

I open server on linux, centos 7. When running server I have a "Segmentation fault" error.


My server.cfg

My serverlog: https://notepad.pw/share/12vo95lst


Re: Centos 7 error "Segmentation fault" - YouHack - 20.05.2017




Re: Centos 7 error "Segmentation fault" - vi01239984564 - 20.05.2017

I't not work


Re: Centos 7 error "Segmentation fault" - Astralis - 20.05.2017

nohup ./samp03svr &


Re: Centos 7 error "Segmentation fault" - vi01239984564 - 21.05.2017

Quote:
Originally Posted by Astralis
Посмотреть сообщение
nohup ./samp03svr &
I'm try but it not working ...

Код HTML:
[root@vps-17-05-18-22-45-22-092 pls2017]# nohup ./samp03svr &
[1] 10581
[root@vps-17-05-18-22-45-22-092 pls2017]# nohup: ignoring input and appending output to ‘nohup.out’
^C
[1]+  Segmentation fault      nohup ./samp03svr
[root@vps-17-05-18-22-45-22-092 pls2017]# nohup ./samp03svr &
[1] 10595
[root@vps-17-05-18-22-45-22-092 pls2017]# nohup: ignoring input and appending output to ‘nohup.out’



Re: Centos 7 error "Segmentation fault" - Fairuz - 21.05.2017

remove mysql.so,rename mysql_statics.so to mysql_static.so
Quote:
Originally Posted by vi01239984564
Посмотреть сообщение
I'm try but it not working ...

Код HTML:
[root@vps-17-05-18-22-45-22-092 pls2017]# nohup ./samp03svr &
[1] 10581
[root@vps-17-05-18-22-45-22-092 pls2017]# nohup: ignoring input and appending output to ‘nohup.out’
^C
[1]+  Segmentation fault      nohup ./samp03svr
[root@vps-17-05-18-22-45-22-092 pls2017]# nohup ./samp03svr &
[1] 10595
[root@vps-17-05-18-22-45-22-092 pls2017]# nohup: ignoring input and appending output to ‘nohup.out’
it's working mate..


Re: Centos 7 error "Segmentation fault" - Yousha - 21.05.2017

I think it's all about Buffer/Stack overflow...
somewhere


Re: Centos 7 error "Segmentation fault" - vi01239984564 - 21.05.2017

Quote:
Originally Posted by Dice_
Посмотреть сообщение
remove mysql.so,rename mysql_statics.so to mysql_static.so


it's working mate..
Not working for me ..



Quote:
Originally Posted by Yousha
Посмотреть сообщение
I think it's all about Buffer/Stack overflow...
somewhere
Do you know how to fix it? Please help me


Re: Centos 7 error "Segmentation fault" - Astralis - 21.05.2017

I suggest reinstalling vps.