SA-MP Forums Archive
Segmentation fault (core dumped) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Segmentation fault (core dumped) (/showthread.php?tid=636704)



Segmentation fault (core dumped) - stiller - 02.07.2017

Hi guys.

I'm trying to run a server, but I get this error: Segmentation fault (core dumped)
I know it comes from the streamer plugin.
I've already tried 3 diferent versions from that plugin and nothing. I'm running CentOS 6.9 x64 and SElinux is already disabled.


Re: Segmentation fault (core dumped) - iLearner - 02.07.2017

Show server_log file content.


Re: Segmentation fault (core dumped) - stiller - 03.07.2017

Quote:
Originally Posted by iLearner
Посмотреть сообщение
Show server_log file content.
Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[02:02:07] filterscripts = ""  (string)
[02:02:07] 
[02:02:07] Server Plugins
[02:02:07] --------------
[02:02:07]  Loading plugin: streamer.so
[02:02:07] 

*** Streamer Plugin v2.9.1 by Incognito loaded ***

[02:02:07]   Loaded.
[02:02:07]  Loaded 1 plugins.

[02:02:07] 
[02:02:07] Filterscripts
[02:02:07] ---------------
[02:02:07]   Loaded 0 filterscripts.

[02:02:07] file "NumeroEntradas.txt" located, variable NumeroEntradas loaded (732 visitors)
[02:02:07] EnableTirePopping() function is removed.
[02:02:07] [warning] EnableZoneNames() is removed since 0.3
[02:02:08] [ORG:] Nome Org: Nгo usar!, Tipo: 0, ID: 0
[02:02:08] [ORG:] Nome Org: Polнcia de Seguranзa Pъblica, Tipo: 1, ID: 1
[02:02:08] [ORG:] Nome Org: Centro Hospitalar de RedCounty, Tipo: 2, ID: 2
[02:02:08] [ORG:] Nome Org: Governo de RedCounty, Tipo: 3, ID: 3
[02:02:08] [ORG:] Nome Org: Mecвnicos Rigor Funcional, Tipo: 4, ID: 4
[02:02:08] [ORG:] Nome Org: Rбdio Televisiva de Dilimore, Tipo: 5, ID: 5
[02:02:08] [ORG:] Nome Org: Rollin Height Ballas, Tipo: 6, ID: 6
[02:02:08] [ORG:] Nome Org: Grove Street Families, Tipo: 7, ID: 7
[02:02:08] [ORG:] Nome Org: StreetRacers, Tipo: 8, ID: 8
[02:02:08] [ORG:] Nome Org: Livre, Tipo: 0, ID: 9
[02:02:08] [ORG:] Nome Org: Livre, Tipo: 0, ID: 10
[02:02:08] [ORG:] Nome Org: Livre, Tipo: 0, ID: 11
[02:02:08] [ORG:] Nome Org: Livre, Tipo: 0, ID: 12
[02:02:08] [ORG:] Nome Org: Livre, Tipo: 0, ID: 13
[02:02:08] [ORG:] Nome Org: Livre, Tipo: 0, ID: 14



Re: Segmentation fault (core dumped) - iLearner - 03.07.2017

Compile your script with crashdetect to know more details.