Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2004:
[Freeciv-Dev] (PR#11372) pubserver crash in is_allowed_city_name
Home

[Freeciv-Dev] (PR#11372) pubserver crash in is_allowed_city_name

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: jdorje@xxxxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#11372) pubserver crash in is_allowed_city_name
From: "Mike Jing" <miky40@xxxxxxxxxxx>
Date: Mon, 6 Dec 2004 19:14:04 -0800
Reply-to: rt@xxxxxxxxxxx

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

More of the same.



GNU gdb 6.0
Copyright 2003 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 "i686-pc-linux-gnu"...Using host libthread_db 
library "/lib/libthread_db.so.1".

Core was generated by `./server/civserver -f civgame+1100m.sav.gz'.
Program terminated with signal 11, Segmentation fault.

warning: current_sos: Can't read pathname for load map: Input/output error

Reading symbols from /lib/libreadline.so.4...done.
Loaded symbols for /lib/libreadline.so.4
Reading symbols from /lib/libncursesw.so.5...done.
Loaded symbols for /lib/libncursesw.so.5
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libz.so.1...done.
Loaded symbols for /lib/libz.so.1
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /usr/lib/gconv/ISO8859-1.so...done.
Loaded symbols for /usr/lib/gconv/ISO8859-1.so
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
#0  0x080652c2 in is_allowed_city_name (pplayer=0x81ebf50,
    city_name=0x8549f18 "León", error_buf=0x0, bufsz=0) at citytools.c:324
324       return TRUE;
(gdb) where
#0  0x080652c2 in is_allowed_city_name (pplayer=0x81ebf50,
    city_name=0x8549f18 "León", error_buf=0x0, bufsz=0) at citytools.c:324
#1  0x080651d3 in search_for_city_name (ptile=0x40397978, city_names=0x0,
    pplayer=0x81ebf50) at citytools.c:242
#2  0x080655bc in city_name_suggestion (pplayer=0x81ebf50, ptile=0x40397978)
    at citytools.c:390
#3  0x080997b0 in ai_do_build_city (pplayer=0x81ebf50, punit=0x8641ec0)
    at settlers.c:73
#4  0x0809b952 in auto_settler_findwork (pplayer=0x81ebf50, punit=0x8641ec0)
    at settlers.c:1105
#5  0x0809bf89 in auto_settlers_player (pplayer=0x81ebf50) at settlers.c:1312
#6  0x0804f920 in end_phase () at srv_main.c:585
#7  0x080513d2 in main_loop () at srv_main.c:1592
#8  0x08051546 in srv_main () at srv_main.c:1669
#9  0x0804a5b9 in main (argc=5, argv=0xbffff094) at civserver.c:196
(gdb)    

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