<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 = GPOINTER_TO_INT(g_object_get_data(G_OBJECT(rend), "column"));
column is set to -1 and this makes this code segfault:
    g_object_set(rend, "text", row[column], NULL);
It might be that my GTK2 is bad..  How to check?



_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to