[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2015-01-06 Thread pepeto
Update of bug #23093 (project freeciv): Status: Ready For Test = Fixed Open/Closed:Open = Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2015-01-04 Thread pepeto
Update of bug #23093 (project freeciv): Status: In Progress = Ready For Test ___ Follow-up Comment #13: The original posted patch for S2_4 should stabilize this branch.

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2015-01-03 Thread Marko Lindqvist
Update of bug #23093 (project freeciv): Status: Ready For Test = In Progress Assigned to: cazfi = pepeto ___ Reply to this item at:

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-30 Thread Marko Lindqvist
Follow-up Comment #10, bug #23093 (project freeciv): As for S2_5: Probably all we need to do to backport this to S2_5 is that we wait for patch #5632 to get committed first. After that the TRUNK version should apply cleanly. ___ Reply to

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-29 Thread Marko Lindqvist
Follow-up Comment #9, bug #23093 (project freeciv): I have made the version of the patch only for trunk currently. Then I'll commit it to trunk only tomorrow, and leave the ticket open for handling the stable branches ___ Reply to this

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-28 Thread pepeto
Follow-up Comment #8, bug #23093 (project freeciv): I have made the version of the patch only for trunk currently. I won't be able to backport it to older branches (but the bug may be present there too). ___ Reply to this item at:

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-26 Thread pepeto
Follow-up Comment #5, bug #23093 (project freeciv): startpos_hash_replace() is called into a startpos_hash_iterate loop. But startpos_hash_replace() is actually genhash_replace() and it calls genhash_maybe_expand() which can cause the hash table to be resized (but the iterator keeps invalid

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-26 Thread pepeto
Follow-up Comment #6, bug #23093 (project freeciv): Attached another approch: resize the genhash only when the entry number will be changed. It may replace previous one, but both can be applied too. (file #23302) ___ Additional Item

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-23 Thread Marko Lindqvist
Follow-up Comment #4, bug #23093 (project freeciv): Could you explain a bit what is the root cause of the crash, and how this patch fixes it. ___ Reply to this item at: http://gna.org/bugs/?23093

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-22 Thread pepeto
Update of bug #23093 (project freeciv): Category: freeciv-web = general Status:None = Ready For Test Planned Release: = 2.4.5, 2.5.0, 2.6.0

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-21 Thread Andreas Røsdal
Update of bug #23093 (project freeciv): Severity: 3 - Normal = 4 - Important ___ Reply to this item at: http://gna.org/bugs/?23093 ___ Message sent

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-18 Thread Andreas Røsdal
Follow-up Comment #2, bug #23093 (project freeciv): I get the same crash using normal Freeciv with the regular GTK2 client. ___ Reply to this item at: http://gna.org/bugs/?23093 ___ Message

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-17 Thread Andreas Røsdal
URL: http://gna.org/bugs/?23093 Summary: Segmentation fault in generate_players loading earth-160x90-v2.sav Project: Freeciv Submitted by: andreasr Submitted on: Wed 17 Dec 2014 08:44:19 PM UTC Category: freeciv-web

[Freeciv-Dev] [bug #23093] Segmentation fault in generate_players loading earth-160x90-v2.sav

2014-12-17 Thread pepeto
Follow-up Comment #1, bug #23093 (project freeciv): I suspect startpos_hash_replace() to be used in a startpos_hash_iterate loop. ___ Reply to this item at: http://gna.org/bugs/?23093 ___