Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2004:
[Freeciv-Dev] (PR#8161) genlist crash in cvs HEAD
Home

[Freeciv-Dev] (PR#8161) genlist crash in cvs HEAD

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#8161) genlist crash in cvs HEAD
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Mar 2004 10:22:03 -0800
Reply-to: rt@xxxxxxxxxxx

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

I think this is one for Per.

# examining core.24822 in /games/275433/. ...
# using $FREECIV_PATH 
/home/freeciv/.freeciv/code/installed/cvs/HEAD/2004-03-11_10.00+cmdquestions/share/freeciv
# running: (echo bt; echo quit; exec yes '') | gdb  
/home/freeciv/.freeciv/code/installed/cvs/HEAD/2004-03-11_10.00+cmdquestions/share/freeciv/../../bin/civserver
 core.24822
GNU gdb Red Hat Linux (5.2-2)
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-redhat-linux"...
Core was generated by 
`/home/freeciv/.freeciv/code/installed/cvs/HEAD/2004-03-11_10.00+cmdquestions/sh'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/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 /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
Reading symbols from /lib/libnss_nisplus.so.2...done.
Loaded symbols for /lib/libnss_nisplus.so.2
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /lib/libnss_dns.so.2...done.
Loaded symbols for /lib/libnss_dns.so.2
Reading symbols from /lib/libresolv.so.2...done.
Loaded symbols for /lib/libresolv.so.2
#0  0x400c15b4 in chunk_free () from /lib/libc.so.6
(gdb) #0  0x400c15b4 in chunk_free () from /lib/libc.so.6
#1  0x400c1548 in free () from /lib/libc.so.6
#2  0x0809b055 in genlist_unlink (pgenlist=0x83865b0, punlink=0x0)
    at genlist.c:111
#3  0x08087e28 in close_connection (pconn=0x8131cc0) at sernet.c:187
#4  0x08088969 in sniff_packets () at sernet.c:642
#5  0x0804e57d in srv_loop () at srv_main.c:1517
#6  0x0804e4c1 in srv_main () at srv_main.c:1479
#7  0x08049c70 in main (argc=9, argv=0xbfffeb44) at civserver.c:157
#8  0x400641c4 in __libc_start_main () from /lib/libc.so.6
(gdb) 

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#8161) genlist crash in cvs HEAD, Jason Short <=