Setting logFile in server configuration crashes server.
Description
Description
Details
Details
- Severity
- None
- Resolution
- Fixed
- Reproducibility
- Always
- Operating System
- Linux x64
- Operating System Version
- Debian 11
- Category
- Dedicated Server
Additional Information
Possibly related the $profiles issue.
Related Objects
Related Objects
- Duplicates Merged Here
- T160743: Unable to run server if logFile is and dologs isn't used - Linux exp server 1.14
Event Timeline
Comment Actions
I can confirm the same on my Linux server running Ubuntu 20.04. The settings for:
- timeStampForm
- logAverageFPS
- logMemory
- logPlayers
All seem to work fine, but unable to create the use logFile without a segfault.
The .log file has been created (automatically) and the permissions to the file are correct. The last snippet of my console log shows:
RecordSteamInterfaceCreation (PID 201172): SteamGameServer012 / GameServer RecordSteamInterfaceCreation (PID 201172): SteamUtils009 / Utils Setting breakpad minidump AppID = 1024020 RecordSteamInterfaceCreation (PID 201172): SteamGameServer012 / GameServer RecordSteamInterfaceCreation (PID 201172): SteamUtils009 / Utils RecordSteamInterfaceCreation (PID 201172): SteamNetworking005 / Networking RecordSteamInterfaceCreation (PID 201172): SteamGameServerStats001 / GameServerStats RecordSteamInterfaceCreation (PID 201172): STEAMHTTP_INTERFACE_VERSION002 / HTTP RecordSteamInterfaceCreation (PID 201172): STEAMINVENTORY_INTERFACE_V002 / Inventory RecordSteamInterfaceCreation (PID 201172): STEAMUGC_INTERFACE_VERSION010 / UGC RecordSteamInterfaceCreation (PID 201172): STEAMAPPS_INTERFACE_VERSION008 / Apps 8:55:58 SUCCESS: SteamGameServer_Init(0,8766,2502,2505,3,1.14.154166) Received fatal signal: SIGSEGV(11) PID: 201172 ***** SIGNAL SIGSEGV (11) exitWithDefaultSignalHandler:156. Exiting due to signal, 11 ./dayz-cherno.sh: line 3: 201172 Segmentation fault (core dumped) ./DayZServer -config=serverDZ.cfg -port=2502 -netLog -doLogs -adminLog -cpuCount=12 -freezecheck
RPT log attached