[Freeciv-Dev] [bug #23068] Segmentation fault when starting scenario in generate_players()

2014-12-15 Thread Marko Lindqvist
Update of bug #23068 (project freeciv): Status: Ready For Test = Fixed Assigned to:None = cazfi Open/Closed:Open = Closed

[Freeciv-Dev] [bug #23068] Segmentation fault when starting scenario in generate_players()

2014-12-13 Thread Andreas Røsdal
URL: http://gna.org/bugs/?23068 Summary: Segmentation fault when starting scenario in generate_players() Project: Freeciv Submitted by: andreasr Submitted on: Sat 13 Dec 2014 12:06:59 PM UTC Category: general

[Freeciv-Dev] [bug #23068] Segmentation fault when starting scenario in generate_players()

2014-12-13 Thread Marko Lindqvist
Follow-up Comment #1, bug #23068 (project freeciv): Do you see fc_assert(pnation != NO_NATION_SELECTED) from srv_main.c:2326 failing before the crash? ___ Reply to this item at: http://gna.org/bugs/?23068

[Freeciv-Dev] [bug #23068] Segmentation fault when starting scenario in generate_players()

2014-12-13 Thread Marko Lindqvist
Follow-up Comment #2, bug #23068 (project freeciv): Trying to load tutorial scenario: [14:23:46] In secfile_lookup_int() [../../../src.patched/utility/registry_ini.c:1759]: secfile '/work/freeciv/TRUNK/builds/gtk3/../../src.patched/data/scenarios/tutorial.sav' in section 'NULL':

[Freeciv-Dev] [bug #23068] Segmentation fault when starting scenario in generate_players()

2014-12-13 Thread Andreas Røsdal
Follow-up Comment #3, bug #23068 (project freeciv): Do you see fc_assert(pnation != NO_NATION_SELECTED) from srv_main.c:2326 failing before the crash? No, there was no such message. ___ Reply to this item at:

[Freeciv-Dev] [bug #23068] Segmentation fault when starting scenario in generate_players()

2014-12-13 Thread Marko Lindqvist
Follow-up Comment #4, bug #23068 (project freeciv): It has been a latent bug grounded by patch #5520. Converting research sections from 2.5 format depends on number of [player] sections. In the case of scenarios without players it's zero in the savegame, and no broken research sections should be

[Freeciv-Dev] [bug #23068] Segmentation fault when starting scenario in generate_players()

2014-12-13 Thread Marko Lindqvist
Update of bug #23068 (project freeciv): Status:None = Ready For Test Planned Release: = 2.6.0 ___ Follow-up Comment #5: Minimally tested

[Freeciv-Dev] [bug #23068] Segmentation fault when starting scenario in generate_players()

2014-12-13 Thread Andreas Røsdal
Follow-up Comment #6, bug #23068 (project freeciv): I tried the patch. Loading scenarios now works correctly, however, now there is a segmentation fault i try_summon_barbarians() like this: #0 style_of_nation (pnation=pnation@entry=0x0) at nation.c:654 No locals. #1 0x0040b8ba in

[Freeciv-Dev] [bug #23068] Segmentation fault when starting scenario in generate_players()

2014-12-13 Thread Marko Lindqvist
Follow-up Comment #7, bug #23068 (project freeciv): As there's no proof that the new problem (which I have so far been unable to reproduce) has same root cause as the original bug or is caused by the patch, I opened separate bug #23072 ticket about it.