[Freeciv-Dev] [bug #18796] Server segfault on turn change

2011-10-08 Thread Matthias Pfafferodt
Follow-up Comment #3, bug #18796 (project freeciv): Could you test to add an assert for ai-channels == NULL in ai_channels(). It could help as a fast bug fix for 2.3 (can go on without crash). For trunk, the reason for this has to be fixed. It seems to be that not all calls to AI functions are se

[Freeciv-Dev] [patch #2954] Sokoto nation

2011-10-08 Thread Andrzej M. Gorzym
Follow-up Comment #2, patch #2954 (project freeciv): Ok, I think that the combination of smaller principalities Fulani is a good idea. So can change the name and maybe add a some from other Fulani. ___ Reply to this item at:

[Freeciv-Dev] [bug #18763] It's not intuivively clear as to why can't you build a city

2011-10-08 Thread HanduMan
Follow-up Comment #2, bug #18763 (project freeciv): Actually, full moves is not required, unless this has been changed for 2.3. The settler has to have some move points left to build a city but I don't know how much is s'some'. But still, I agree with OP that some kind of indication for the reas

[Freeciv-Dev] [bug #18796] Server segfault on turn change

2011-10-08 Thread Jacob Nevins
Follow-up Comment #2, bug #18796 (project freeciv): In fact, the backtrace looks a lot like the one in bug #18095 comment 3 . I'm not that familiar with this area; perhaps the band-aid applied in that bug to minimise bad effects isn't sufficiently effective?

[Freeciv-Dev] [bug #18796] Server segfault on turn change

2011-10-08 Thread Jacob Nevins
Follow-up Comment #1, bug #18796 (project freeciv): In ai_channel(), ai->channels is NULL (hence the segfault, presumably), and ai->phase_is_initialized is FALSE. I'm guessing this is one of the sort of bugs that would have been signalled by the assertion failure which was disabled for S2_3 in b

[Freeciv-Dev] [bug #18796] Server segfault on turn change

2011-10-08 Thread Jacob Nevins
URL: Summary: Server segfault on turn change Project: Freeciv Submitted by: jtn Submitted on: Sat Oct 8 12:01:57 2011 Category: general Severity: 3 - Normal Pr