[Freeciv-Dev] [bug #18546] segfault when loading an incomplete map

2011-10-30 Thread Matthias Pfafferodt
Update of bug #18546 (project freeciv): Status: Ready For Test => Fixed Assigned to:None => syntron Open/Closed:Open => Closed

[Freeciv-Dev] [bug #18546] segfault when loading an incomplete map

2011-09-25 Thread Matthias Pfafferodt
Follow-up Comment #6, bug #18546 (project freeciv): > Oh, we certainly are not going to support loading savegames that > are missing required (= non-optional) parts. What we should do, > is to abort savegame loading with error message to user > ("Savegame is corrupted - cannot load it") The attac

[Freeciv-Dev] [bug #18546] segfault when loading an incomplete map

2011-08-23 Thread Matthias Pfafferodt
Follow-up Comment #5, bug #18546 (project freeciv): ... but you need to add at least a check my_has_capability(), else you get only this bug. This is my first try of the patch: if (capstr == NULL) { return FALSE; } ___ Reply to this it

[Freeciv-Dev] [bug #18546] segfault when loading an incomplete map

2011-08-23 Thread Marko Lindqvist
Follow-up Comment #4, bug #18546 (project freeciv): > I did try to continue, but without the information from > savefile.options Oh, we certainly are not going to support loading savegames that are missing required (= non-optional) parts. What we should do, is to abort savegame loading with erro

[Freeciv-Dev] [bug #18546] segfault when loading an incomplete map

2011-08-23 Thread Matthias Pfafferodt
Follow-up Comment #3, bug #18546 (project freeciv): I did try to continue, but without the information from savefile.options there are to much possibilities and one will kill the server. You can try it yourself - take a savegame, delete the line and open it ... __

[Freeciv-Dev] [bug #18546] segfault when loading an incomplete map

2011-08-22 Thread Marko Lindqvist
Follow-up Comment #2, bug #18546 (project freeciv): > The patch adds an assert to catch this Assert doesn't prevent it from crashing. Can savegame loading still easily error out in this situation? I know that it would be hard later when some data structures are already loaded and are not easily

[Freeciv-Dev] [bug #18546] segfault when loading an incomplete map

2011-08-22 Thread Matthias Pfafferodt
Update of bug #18546 (project freeciv): Category:None => general Status:None => Ready For Test Planned Release: => 2.3.1,2.4.0 _

[Freeciv-Dev] [bug #18546] segfault when loading an incomplete map

2011-08-22 Thread Michal Mazurek
URL: Summary: segfault when loading an incomplete map Project: Freeciv Submitted by: akfaew Submitted on: Mon Aug 22 15:22:16 2011 Category: None Severity: 3 - Normal