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
- last plugin name should be mysql_static.so
- remove special characters in rcon_password
- update your plugins & includes
- use crashdetect and post your logs again ( idk if this would work, but give it a try )
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.