Follow-up Comment #1, patch #4011 (project freeciv):

How you can debug the assertions (in case you didn't know):

The text "in begin_turn() [srv_main.c::881]" indicate that you should look at
the function begin_turn() in the file srv_main.c, line 881. If you don't have
the sources that gave the asserting failure apply your patch and compile again
to see were the problems now are located.

An assertion is something that the code assume always will be true. I suggest
following the data checked. In this case the variable cont. (Tips: Use a tool
so you won't have to locate everything by hand) Look forwards to see if the
new value breaks something. Look backwards to see if you changed it by
accident or if the new value is expected.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/patch/?4011>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to