[Freeciv-Dev] (PR#40220) client/chatline_common.c not in POTFILES.in

2008-04-29 Thread Elmo Todurov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40220 Version S2_2 and trunk have a gettexted string in client/chatline_common.c, therefore this file must be included into POTFILES.in. Report by chomwitt, patch by me. Apply this thing to S2_2 and trunk: Index: po/POTFILES.in

[Freeciv-Dev] (PR#40209) A minor memory leak

2008-04-21 Thread Elmo Todurov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=40209 Now I want a cookie! $ svn diff Index: server/sernet.c === --- server/sernet.c (revision 14605) +++ server/sernet.c (working copy) @@ -185,6 +185,7 @@

Re: [Freeciv-Dev] (PR#30837) Savegame with broken research amounts

2007-10-17 Thread Elmo Todurov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=30837 Wednesday 17 October 2007 11:59:17 kirjutas Pepeto _: URL: http://bugs.freeciv.org/Ticket/Display.html?id=30837 Do you still get this kind of problem in newer Freeciv versions? Could you send more informations about the Freeciv

[Freeciv-Dev] Fwd: Re: (PR#39459) Segfault when founding a city

2007-09-19 Thread Elmo Todurov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39459 We held some correspondence with Stefan about the crash. Here's what he says: -- Forwarded message -- On Wed, Sep 12, 2007 at 05:12:59PM +0200, Stefan Dirsch wrote: On Wed, Sep 12, 2007 at 06:01:59PM +0300, Elmo

Re: [Freeciv-Dev] (PR#39459) Segfault when founding a city

2007-07-20 Thread Elmo Todurov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39459 gcc 4.x miscompiles gtk producing strange crashes that seem to originate in libc (strlen). I don't know if there are some special compiler switches one can use to make gcc 4 compile without this bug; the problem goes away if you

Re: [Freeciv-Dev] (PR#39459) Segfault when founding a city

2007-07-20 Thread Elmo Todurov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39459 Some more testing proved that -O2 results in a segfault on city window popup, -O1 doesn't, -fschedule-insns results in a compile error. My gcc: gcc (GCC) 4.2.1 20070704 (prerelease) ___

Re: [Freeciv-Dev] (PR#39459) Segfault when founding a city

2007-07-17 Thread Elmo Todurov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39459 URL: http://bugs.freeciv.org/Ticket/Display.html?id=39459 Some debugging says that the faulty place is client/gui-gtk-2.0/wldlg.c function cell_render_func line 1008 (this might change because of commits to SVN): column =

[Freeciv-Dev] (PR#39459) Segfault when founding a city

2007-07-15 Thread Elmo Todurov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39459 Pre Scriptum: Two guys weren't able to reproduce this on different distros (Gentoo and another Gentoo), so this might be connected to my building environment on Arch Linux. The problem: Segfault when founding a city (it probably tries

[Freeciv-Dev] (PR#39363) Another fix for PR#12232

2007-05-05 Thread Elmo Todurov
URL: http://bugs.freeciv.org/Ticket/Display.html?id=39363 This transaction appears to have no content The original patch introduces a nasty bug where you can't enter your allies' territory. The fix is attached. Index: common/player.c