Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2002:
[Freeciv-Dev] Opening City - Segmentation fault, gdb)bt output
Home

[Freeciv-Dev] Opening City - Segmentation fault, gdb)bt output

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Opening City - Segmentation fault, gdb)bt output
From: Robert Winkler <robert.winker@xxxxxxxxxxxxxx>
Date: Thu, 18 Jul 2002 22:25:14 +0100

Hi,

the segfault occurs while opening a city.

versions:
*********

Freeciv version 1.13.0 gui-gtk
libgtk-1.2.so.0.5.3
libglib-1.2.so.0.0.8
libImlib-so.1.9.8

comment:
********

After the compilation with gtk+-1.2.10 I had to reinstall the old gtk
and glib, because GNOME was not working properly any more (problems with
module libpixmap.so). But I had the same problem with the gtk+-1.2.10.


debugger output:
****************
(gdb) bt
#0  0x403e5f79 in __dcigettext () from /lib/libc.so.6
#1  0x403e6ab3 in dcngettext () from /lib/libc.so.6
#2  0x807b690 in city_dialog_update_information (info_label=0x82471d0, 
    pdialog=0x8247148) at citydlg.c:1716
#3  0x8077ac8 in refresh_city_dialog (pcity=0x8370540) at citydlg.c:386
#4  0x807b00c in create_city_dialog (pcity=0x8370540, make_modal=0)
    at citydlg.c:1570
#5  0x8077cda in popup_city_dialog (pcity=0x8370540, make_modal=0)
    at citydlg.c:448
#6  0x806dac8 in handle_city_packet_common (pcity=0x8370540, is_new=1,
popup=1, 
    investigate=0) at packhand.c:492
#7  0x806d912 in handle_city_info (packet=0x82481b8) at packhand.c:447
#8  0x80618f9 in handle_packet_input (packet=0x82481b8, type=17)
    at civclient.c:285
#9  0x8064c53 in input_from_server (fd=7) at clinet.c:325
#10 0x8091312 in get_net_input (data=0x0, fid=7,
condition=GDK_INPUT_READ)
    at gui_main.c:1100
#11 0x4017f5f4 in gdk_io_invoke () from /usr/lib/libgdk-1.2.so.0
#12 0x401b0350 in g_io_unix_dispatch () from /usr/lib/libglib-1.2.so.0
#13 0x401b1be6 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#14 0x401b2213 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#15 0x401b23dc in g_main_run () from /usr/lib/libglib-1.2.so.0
#16 0x400ce04c in gtk_main () from /usr/lib/libgtk-1.2.so.0
#17 0x8090d7e in ui_main (argc=1, argv=0xbffff964) at gui_main.c:894
---Type <return> to continue, or q <return> to quit---    
#18 0x80617ea in main (argc=1, argv=0xbffff964) at civclient.c:216
#19 0x403dabaf in __libc_start_main () from /lib/libc.so.6
(gdb) 


Robert


[Prev in Thread] Current Thread [Next in Thread]