Mailinglist Archive: opensuse-bugs (15077 mails)
| < Previous | Next > |
[Bug 300410] freeciv (only %ix86 version!) crashes when building new city
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 12 Sep 2007 04:58:41 -0600 (MDT)
- Message-id: <20070912105841.ABAA6245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=300410#c42
--- Comment #42 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2007-09-12 04:58:41 MST ---
> http://www.mail-archive.com/freeciv-dev%40gna.org/msg01901.html
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?
g_object_get_data --> gtk2
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #42 from Stefan Dirsch <sndirsch@xxxxxxxxxx> 2007-09-12 04:58:41 MST ---
> http://www.mail-archive.com/freeciv-dev%40gna.org/msg01901.html
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?
g_object_get_data --> gtk2
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |