I'm running the Factorio 16.6 headless server on a (KVM-)virtualized Debian Jessie server. During gameplay the server crashed with the following log messages. After restarting the game-server (Factorio; not the virtual server itself) everything was fine again. When crashing I was just walking around; I did not build anything nor performed another action than pressing W on my keyboard. Furthermore I was the only player at the server when the crash occurred.
Code: Select all
48525.731 Info AppManager.cpp:259: Saving to _autosave2 (blocking).
48526.403 Info AppManagerStates.cpp:1527: Saving finished
49126.389 Info AppManager.cpp:259: Saving to _autosave3 (blocking).
49127.077 Info AppManagerStates.cpp:1527: Saving finished
Factorio crashed. Generating symbolized stacktrace, please wait ...
49474.436 Warning Logger.cpp:442: Couldn't symbolize stacktrace: (resolving symbol failed: fread). Make sure you have addr2line installed to produce better stacktraces
#0 0x0000000000b08e9d
#1 0x0000000000683ad1
#2 0x0000000000683c7a
#3 0x0000000000033030
#4 (nil)
#5 0x000000000000000b
#6 0x0000000000070bd0
#7 0x0000000000076f96
#8 0x00000000000777de
#9 0x00000000006203cd
#10 0x0000000000789e4b
#11 0x00000000009911e0
#12 0x00000000009912f4
#13 0x0000000000ac5333
#14 0x0000000000ac0a7d
#15 0x0000000000ac135c
#16 0x0000000000864fd0
#17 0x000000000095a034
#18 0x00000000005cfb7c
#19 0x00000000009e7c40
#20 0x00000000009e6bae
#21 0x000000000089ae00
#22 0x0000000000c248d1
#23 0x0000000000c2544f
#24 0x0000000000c29aa3
#25 0x0000000000c2a4a3
#26 0x000000000041f6bf
#27 (nil)
#28 0x000000000042596f
49474.442 Warning Logger.cpp:442: Couldn't symbolize stacktrace: (resolving symbol failed: fread). Make sure you have addr2line installed to produce better stacktraces
49474.442 Error CrashHandler.cpp:128: Map tick at moment of crash: 4808843
49474.442 Error Util.cpp:67: Unexpected error occurred. If you're running the latest version of the game you can help us solve the problem by posting the contents of the log file on the Factorio forums.
Please also include the save file(s), any mods you may be using, and any steps you know of to reproduce the crash.
Code: Select all
factorio@vs05:~$ ./bin/x64/factorio --version
Version: 0.16.6 (build 34439, linux64, headless)
Binary version: 64
Map input version: 0.13.0-0
Map output version: 0.16.6-0
If you need the save game just let me know and I'll upload it for you. I have installed addr2line on my system to make sure I can provide better stack traces if the error will come up again.
Keep up the good work!