[Freeciv-Dev] (PR#9695) mapgen error / topology 11
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9695 >
> [jdorje - Fri Aug 13 17:47:04 2004]:
>
> ==3609== Conditional jump or move depends on uninitialised value(s)
> ==3609== at 0x807DB21: create_start_positions (mapgen.c:1487)
> ==3609== by 0x805118E: srv_loop (srv_main.c:1716)
> ==3609== by 0x8050CD1: srv_main (srv_main.c:1531)
> ==3609== by 0x804A5DE: main (civserver.c:161)
> ==3609==
> ==3609== Conditional jump or move depends on uninitialised value(s)
> ==3609== at 0x807DB51: create_start_positions (mapgen.c:1491)
> ==3609== by 0x805118E: srv_loop (srv_main.c:1716)
> ==3609== by 0x8050CD1: srv_main (srv_main.c:1531)
> ==3609== by 0x804A5DE: main (civserver.c:161)
> civserver: mapgen.c:1491: create_start_positions: Assertion
> `game.nplayers <= data.count + sum' failed.
Obviously the first is the cause of the second, and the second is the
cause of the failed assertion. So what causes the first error? How is
the islands[] array built? What's going wrong here?
jason
|
|