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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...