Re: [Freeciv-Dev] (PR#39570) 2.1.0-beta5 / S2_1: assertion fails when .civclientrc is missing

2007-08-15 Thread Marko Lindqvist
http://bugs.freeciv.org/Ticket/Display.html?id=39570 > On 15/08/07, William Allen Simpson <[EMAIL PROTECTED]> wrote: > > > Big slap with a wet noodle! > Yes, this is extremely bad. As it now is in beta5, any users who try freeciv for the very first time are greeted with this crash. Should we n

Re: [Freeciv-Dev] (PR#39570) 2.1.0-beta5 / S2_1: assertion fails when .civclientrc is missing

2007-08-15 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39570 > Committed S2_1 revision 1. (blindly untested) ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] (PR#39570) 2.1.0-beta5 / S2_1: assertion fails when .civclientrc is missing

2007-08-15 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39570 > Committed trunk revision 13332. (tested) ___ Freeciv-dev mailing list Freeciv-dev@gna.org https://mail.gna.org/listinfo/freeciv-dev

Re: [Freeciv-Dev] (PR#39570) 2.1.0-beta5 / S2_1: assertion fails when .civclientrc is missing

2007-08-15 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39570 > William Allen Simpson wrote: > So, we're looking for some bogon committed to both trunk and S2_1 recently. > Found it! Bad patch from PR#39507. Took inf_close() out of section_file_read_dup(), but forgot the very first thing that section_f

Re: [Freeciv-Dev] (PR#39570) 2.1.0-beta5 / S2_1: assertion fails when .civclientrc is missing

2007-08-15 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39570 > Christian Prochaska wrote: > got one in Linux (but not in Windows): > Excellent! I'll walk it back. Also, confirmed same problem in trunk: inputfile.c:179: failed assertion `inf != NULL' Abort trap So, we're looking for some bogon committ

Re: [Freeciv-Dev] (PR#39570) 2.1.0-beta5 / S2_1: assertion fails when .civclientrc is missing

2007-08-15 Thread William Allen Simpson
http://bugs.freeciv.org/Ticket/Display.html?id=39570 > Christian Prochaska wrote: > When .civclientrc is missing (after a fresh install) the client aborts: > > inputfile.c:179: assert_sanity: Assertion `inf != ((void *)0)' failed > We'll need somebody whose assert() generates a stack trace.