Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2003:
[Freeciv-Dev] (PR#7043) gtk client crash ( version cvs 03-dez-2003 ) ( p
Home

[Freeciv-Dev] (PR#7043) gtk client crash ( version cvs 03-dez-2003 ) ( p

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#7043) gtk client crash ( version cvs 03-dez-2003 ) ( packhand.c line 1852 )
From: "Guest" <rt-guest@xxxxxxxxxxx>
Date: Thu, 4 Dec 2003 08:09:59 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7043 >

-------- bug --------

-- client crashed with the following message:

bash-2.05b$ ./civclient 
1: Cannot find sound spec-file "stdsounds".
1: To get sound you need to download a sound set!
1: Get sound sets from <ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets>.
1: Will continue with disabled sounds.
2: 0x8398d00 Settlers at (63,60) Andra
Assertion failed: (unit_list_size(&ptile->units) == 0), function
handle_tile_info, file packhand.c, line 1852.
Abort trap (core dumped)
bash-2.05b$ 

-- last server messages were:

2: Connection request from eugene from localhost
2: c1 has client version 1.14.99-devel
2: eugene has connected from localhost.
> start
Starting game.
> 
2: Loading rulesets
> 
2: AI is controlling the Croatians ruled by Andra.
2: AI is controlling the Finns ruled by Iriana.
2: AI is controlling the Filipinos ruled by Debbi.
2: AI is controlling the Estonians ruled by Alpha.
2: AI is controlling the English ruled by Beta.
> 
Game saved as civgame-3500.sav.gz
> 
Game saved as civgame-3000.sav.gz
> 
Game saved as civgame-2500.sav.gz
> 
2: Lost connection: eugene from localhost (player Eugene).
>

-------- gdb --------

bash-2.05b$ gdb civclient civclient.core 
GNU gdb 5.2.1 (FreeBSD)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-undermydesk-freebsd"...
Core was generated by `civclient'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/X11R6/lib/libgdk_imlib.so.5...done.
Loaded symbols for /usr/X11R6/lib/libgdk_imlib.so.5
[...]
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x28538fef in kill () from /lib/libc.so.5
(gdb) bt
#0  0x28538fef in kill () from /lib/libc.so.5
#1  0x2852dd28 in raise () from /lib/libc.so.5
#2  0x285a33d3 in abort () from /lib/libc.so.5
#3  0x2857a97e in __assert () from /lib/libc.so.5
#4  0x0807bb84 in handle_tile_info (packet=0x850eda0) at packhand.c:1852
#5  0x08067864 in handle_packet_input (packet=0x850eda0, type=14) at
civclient_gen.c:63
#6  0x0806b38e in input_from_server (fd=6) at clinet.c:325
#7  0x080a8ea5 in get_net_input (data=0x0, fid=6,
condition=GDK_INPUT_READ) at gui_main.c:1142
#8  0x28391573 in gdk_io_invoke () from /usr/X11R6/lib/libgdk12.so.2
#9  0x283c2c64 in g_io_unix_dispatch () from /usr/local/lib/libglib12.so.3
#10 0x283c53eb in g_main_dispatch () from /usr/local/lib/libglib12.so.3
#11 0x283c5166 in g_main_iterate () from /usr/local/lib/libglib12.so.3
#12 0x283c4114 in g_main_run () from /usr/local/lib/libglib12.so.3
#13 0x282cf5b7 in gtk_main () from /usr/X11R6/lib/libgtk12.so.2
#14 0x080a8999 in ui_main (argc=1, argv=0xbfbfe9d4) at gui_main.c:964
#15 0x08067740 in main (argc=1, argv=0xbfbfe9d4) at civclient.c:244
#16 0x08064589 in _start ()

-- i will keep the core file and the binaries a while around i guess...

-------- system info --------

bash-2.05b$ uname -a
FreeBSD security-ag.ath.cx 5.2-BETA FreeBSD 5.2-BETA #0: Mon Dec  1
19:02:36 CET 2003    
root@xxxxxxxxxxxxxxxxxx:/usr/obj/usr/src/sys/SECURITY-AG  i386

bash-2.05b$ gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.3.3 [FreeBSD] 20031106

Eugene


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7043) gtk client crash ( version cvs 03-dez-2003 ) ( packhand.c line 1852 ), Guest <=