[Freeciv-Dev] (PR#6999) possible send_all_known_cities/send_city_info_at
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=6999 >
> [per - Sun Nov 30 18:45:31 2003]:
>
> I think this core needs to be properly investigated by whoever wrote
> this piece of code.
Sorry - nobody here but us chickens.
Looks like this happens when there is a connection with no associated
player. There is code to handle this, but it is incomplete. Thus
update_dumb_city is called with pplayer==NULL and an immediate segfault
occurrs.
The obvious fix is that the dumb city shouldn't be updated for
non-players. But apparently it shouldn't be possible to have non-player
connections, so we need to track down how that's happening as well.
jason
|
|