Search the Community
Showing results for tags 'core-dump'.
Found 1 result
-
Hi Guys, my server keeps crashing, and i don't know why. preinit : server_fnc_init was checked and experimented with multiple times. Server RPT Error Log .......... [19:44:38][step 6/7] 19:44:38 "Player/BIS_fnc_log: [bIS_fnc_addStackedEventHandler] Stack as been updated with ID (onplayerdisconnected) for Event (onplayerdisconnected) executing Function ({ [19:44:38][step 6/7] diag_log format[""User Disconnect %1"",[_id,_uid,_nam,_jip,_owner,_unit]]; [19:44:38][step 6/7] 19:44:38 Mission read. [19:44:38][step 6/7] true breakOut """"; ------------------------------------------------------------------- [19:44:38][step 6/7] }), Replaced: (false)" [19:44:38][step 6/7] 19:44:38 "Player/BIS_fnc_log: [preInit] server_fnc_init (0 ms)" [19:44:38][step 6/7] 19:44:38 Connected to Steam servers [19:46:30][step 6/7] Segmentation fault (core dumped) [19:46:30][step 6/7] Process exited with code 139 [19:46:30][step 6/7] Step startServer (Command Line) failed Look at the time-stamps, huge gap of 2 min. How it should look: [18:40:02][step 6/7] 18:40:01 Mission read. ------------------------------------------------------------------ [18:40:02][step 6/7] }), Replaced: (false)" [18:40:02][step 6/7] 18:40:01 "Player/BIS_fnc_log: [preInit] server_fnc_init (0.999451 ms)" [18:40:02][step 6/7] 18:40:01 Connected to Steam servers [18:40:02][step 6/7] 18:40:02 "Player/BIS_fnc_log: [script] initServer.sqf" [18:40:02][step 6/7] 18:40:02 "Player/BIS_fnc_log: [postInit] BIS_fnc_missionFlow (1.00327 ms)" [18:40:02][step 6/7] 18:40:02 "Player/BIS_fnc_log: [postInit] BIS_fnc_initParams (0 ms)" [18:40:02][step 6/7] 18:40:02 "Player/BIS_fnc_log: [postInit] BIS_fnc_initRespawn (0 ms)" [18:40:02][step 6/7] 18:40:02 "Player/BIS_fnc_log: [postInit] BIS_fnc_reviveInit (0 ms)" [18:40:02][step 6/7] 18:40:02 "SUnit start tests" [18:40:02][step 6/7] 18:40:02 "SUnit test finished successfull in : 0.000999451 Ticks." [18:40:02][step 6/7] 18:40:02 ../lib/Network/networkServer.cpp OnClientStateChanged:NOT IMPLEMENTED - briefing! [18:40:02][step 6/7] 18:40:02 Mission id: ff28a5e3defbe44ec920a25294baa495f0f0b7de [18:40:02][step 6/7] 18:40:02 "Mission: Init Server fired" [18:40:02][step 6/7] 18:40:02 Game started. [18:40:12][step 6/7] 18:40:12 "Player/BIS_fnc_log: [postInit] sunit_fnc_startUnitTests (9928 ms)" [18:40:14][step 6/7] 18:40:13 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing! [18:40:14][step 6/7] 18:40:14 [18:40:14][step 6/7] 18:40:14 String id 2362 is not registered [18:40:15][step 6/7] 18:40:15 Critical:Destroying running thread! [18:40:15][step 6/7] 18:40:15 Extensions: [18:40:15][step 6/7] Process exited with code 0 Analyzing what should folow after : [step 6/7] 18:40:01 Connected to Steam servers missionsided initServer.sqf looks like this: /** * Arma-Factory - © by SpacePlay.DE * Authors: Emil, RageBone * Description: Main Initialisation */ diag_log "Mission: Init Server fired"; if(!(_this select 0)) exitWith {}; Anyone an idea what could cause this crash? Thanks in Advance!