[Freeciv-Dev] [bug #17608] gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed

2011-02-15 Thread Jacob Nevins
Update of bug #17608 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #17608] gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed

2011-02-13 Thread Jacob Nevins
Update of bug #17608 (project freeciv): Priority: 3 - Low => 5 - Normal Status: Confirmed => Ready For Test Assigned to:None => jtn _

[Freeciv-Dev] [bug #17608] gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed

2011-02-13 Thread Jacob Nevins
Follow-up Comment #6, bug #17608 (project freeciv): Looks like it was caused by the fix for bug #17456: in gui-gtk-2.0/gui_main.c:populate_unit_pixmap_table(), num_units_below is set to 0, which is passed to gtk_table_resize(), which then complains. Which raises the question of how it ever worked

[Freeciv-Dev] [bug #17608] gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed

2011-02-13 Thread Jacob Nevins
Follow-up Comment #5, bug #17608 (project freeciv): Here's a backtrace (although I've not built with Gtk debugging symbols). Code is S2_3 r19324. #0 0x7f3af0e95a75 in raise () from /lib/libc.so.6 No symbol table info available. #1 0x7f3af0e995c0 in abort () from /lib/libc.so.6 No symb

[Freeciv-Dev] [bug #17608] gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed

2011-02-13 Thread Jacob Nevins
Update of bug #17608 (project freeciv): Status:None => Confirmed Release:S2_3 => 2.3.0-beta3 Planned Release: => 2.3.0 _

[Freeciv-Dev] [bug #17608] gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed

2011-02-13 Thread Jacob Nevins
Follow-up Comment #3, bug #17608 (project freeciv): Also seen by alocritani (duplicate bug #17724). Not sure how to debug this -- is there a way of forcing GTK to segfault or otherwise get a backtrace when it hits a "Gtk-CRITICAL"? Otherwise, perhaps running the client as something like "freeci

[Freeciv-Dev] [bug #17608] gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed

2011-02-05 Thread Daniel Markstedt
Follow-up Comment #2, bug #17608 (project freeciv): And again in 2.3.0-beta3 code. Just starting a new game triggers the message. One additional clue: 'small screen' setting seems to be a prerequisite. ___ Reply to this item at:

[Freeciv-Dev] [bug #17608] gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed

2011-01-30 Thread Matthias Pfafferodt
Follow-up Comment #1, bug #17608 (project freeciv): This could be related to the citizens patches. It adds a new gtk widget for the list of citizens. I can not recreate the message. ___ Reply to this item at:

[Freeciv-Dev] [bug #17608] gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed

2011-01-29 Thread Daniel Markstedt
URL: Summary: gtk_table_resize: assertion `n_cols > 0 && n_cols <= 65535' failed Project: Freeciv Submitted by: dmarks Submitted on: Sat 29 Jan 2011 10:19:22 PM PST Category: client-gtk-2.0