[Freeciv-Dev] [bug #18087] server segfault on a map with 1.3M tiles

2011-05-02 Thread akfaew
Follow-up Comment #6, bug #18087 (project freeciv): +#define MAP_MAX_SIZE 4048 Why such a strange number? Shouldn't this be 4096? +#define MAX_DBV_LENGTH (4 * 1024 * 1024) Perhaps 4096 * 1000? ___ Reply to this item at:

[Freeciv-Dev] [bug #18087] server segfault on a map with 1.3M tiles

2011-05-02 Thread Matthias Pfafferodt
Follow-up Comment #7, bug #18087 (project freeciv): +#define MAP_MAX_SIZE 4048 Why such a strange number? Shouldn't this be 4096? You are right; it was 2048 in an earlier test +#define MAX_DBV_LENGTH (4 * 1024 * 1024) Perhaps 4096 * 1000? Also OK; at the moment the temperature map is quit

Re: [Freeciv-Dev] [bug #18087] server segfault on a map with 1.3M tiles

2011-05-02 Thread Goswin von Brederlow
Matthias Pfafferodt no-reply.invalid-addr...@gna.org writes: Follow-up Comment #7, bug #18087 (project freeciv): +#define MAP_MAX_SIZE 4048 Why such a strange number? Shouldn't this be 4096? You are right; it was 2048 in an earlier test +#define MAX_DBV_LENGTH (4 * 1024 * 1024) Perhaps 4096

[Freeciv-Dev] [bug #17990] can see inside of lost city

2011-05-02 Thread Brandon J. Van Every
Follow-up Comment #7, bug #17990 (project freeciv): The bug is present in 2.3.0-beta4. ___ Reply to this item at: http://gna.org/bugs/?17990 ___ Message sent via/by Gna! http://gna.org/

Re: [Freeciv-Dev] [bug #18087] server segfault on a map with 1.3M tiles

2011-05-02 Thread Matthias Pfafferodt
Quoting Goswin von Brederlow goswin-...@web.de: Matthias Pfafferodt no-reply.invalid-addr...@gna.org writes: Follow-up Comment #7, bug #18087 (project freeciv): +#define MAP_MAX_SIZE 4048 Why such a strange number? Shouldn't this be 4096? You are right; it was 2048 in an earlier test