Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2006:
[Freeciv-Dev] Re: rndCiv 0.8.5
Home

[Freeciv-Dev] Re: rndCiv 0.8.5

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Jason Dorje Short <jdorje@xxxxxxxxx>, freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: rndCiv 0.8.5
From: banjo <banjo@xxxxxxxxxx>
Date: Wed, 21 Jun 2006 01:37:23 +1200

Jason Dorje Short wrote:
banjo wrote:
hey guys

ive put up rndCiv 0.8.5 for the latest version of freeciv
(svn rev 12030), at...
http://banjo.actrix.com/code/rndCiv/rndCiv-0.8.5.tar.gz

this is a broken release, when i build a city the client freezes,
i'm not sure why, so i hope someone can investigate, and point out
what needs to be fixed. gdb doesn't seem to show any problems.

actually it works for simple rulesets close to the default
but not for more interesting ones.

when i build a city, it gives me the cityname dialog,
and then the client freezes when i click ok.

Break into it (SEGV) and get a backtrace.

Or try running it under valgrind.

-jason



Program received signal SIGINT, Interrupt.
0x080e3a62 in can_player_build_unit_direct (p=0x82074dc, punittype=0x81ae760) at unittype.c:431
431     {
(gdb) bt
#0 0x080e3a62 in can_player_build_unit_direct (p=0x82074dc, punittype=0x81ae760) at unittype.c:431 #1 0x080e3c8a in can_player_eventually_build_unit (p=0x82074dc, punittype=0x81ae760) at unittype.c:503 #2 0x0805a52d in collect_eventually_buildable_targets (targets=0xbfd4c050, pcity=0x8c68df0, advanced_tech=false)
    at climisc.c:796
#3  0x080f21cf in refresh_city_dialog (pcity=0x8c68df0) at citydlg.c:1555
#4  0x080f40c7 in create_city_dialog (pcity=0x8c68df0) at citydlg.c:1294
#5  0x080f41d8 in popup_city_dialog (pcity=0x8c68df0) at citydlg.c:425
#6 0x0807327f in handle_city_packet_common (pcity=0x8c68df0, is_new=true, popup=true, investigate=false)
    at packhand.c:642
#7  0x08073d1a in handle_city_info (packet=0x8d94f00) at packhand.c:563
#8 0x0807408c in client_handle_packet (type=PACKET_PROCESSING_STARTED, packet=0x145) at packhand_gen.c:102 #9 0x08057709 in handle_packet_input (packet=0x0, type=21) at civclient.c:398
#10 0x0805b921 in input_from_server (fd=8) at clinet.c:379
#11 0xb7beabe0 in gdk_get_show_events () from /usr/lib/libgdk-x11-2.0.so.0
#12 0xb793c52c in g_vasprintf () from /usr/lib/libglib-2.0.so.0
#13 0xb79158d6 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#14 0xb7918996 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#15 0xb7918cb8 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#16 0xb7d6c6d5 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x08105165 in ui_main (argc=1, argv=0xbfd4dba4) at gui_main.c:1336
#18 0x08058231 in main (argc=3, argv=0xbfd4dba4) at civclient.c:355



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