Jump to content

Misterious crash


crazy_Baboon
 Share

Recommended Posts

Hi,

 

I was playing 0ad (alpha 23) online with a friend and his game has been crashing for no good reason a few times. So I advised him to start 0ad from a terminal, so he could get some debbugging info in case a new crash happened. And it did happen. Here is the screenshot of the terminal info just after the crash (20 something minutes after starting I think):

983373917_Capturadeecrde2020-03-2620-50-23.thumb.png.4c0b430babad769dac7fe4237aee27bc.png

Any idea on what this could be?

"killed"!?

 

I was hosting the game (Linux), he was the client (Linux) and there were 2 computer bot enemies.

 

Thank you!

Edited by crazy_Baboon
Link to comment
Share on other sites

0AD most likely starved system memory plus swap so the Kernel sent a Kill(9) signal to the process terminating it. And yes, the Kernel only does this in the most dire of cases.

One of these three should help figure out why. The first one is the most likely. I am not sure to be honest.
 

dmesg -T| grep -E -i -B100 'killed process'

/var/log/kern.log

/var/log/messages

Good luck fixing that.

Edited by smiley
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...