Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2001:
[Freeciv-Dev] Re: core file on civserver, http://civserver.freeciv.org/g
Home

[Freeciv-Dev] Re: core file on civserver, http://civserver.freeciv.org/g

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: core file on civserver, http://civserver.freeciv.org/games/18792 (PR#861)
From: Thue <thue@xxxxxxx>
Date: Tue, 24 Jul 2001 11:10:21 -0700 (PDT)

On Monday 23 July 2001 22:57, Thue wrote:
> On Monday 23 July 2001 05:29, freeciv@xxxxxxxxxxxxxxxxxxxxx wrote:
> > # using $FREECIV_PATH /home/freeciv/src/freeciv/data
> > # running: (echo bt; echo quit; exec yes '') | gdb -d
> > /home/freeciv/src/freeciv/ai -d /home/freeciv/src/freeciv/amiga -d
> > /home/freeciv/src/freeciv/client/gui-beos -d
> > /home/freeciv/src/freeciv/client -d
> > /home/freeciv/src/freeciv/client/gui-gtk -d
> > /home/freeciv/src/freeciv/client/gui-mui -d
> > /home/freeciv/src/freeciv/client/gui-stub -d
> > /home/freeciv/src/freeciv/client/gui-xaw -d
> > /home/freeciv/src/freeciv/common -d /home/freeciv/src/freeciv/intl
> > -d /home/freeciv/src/freeciv/server
> > /home/freeciv/src/freeciv/server/civserver core GNU gdb 5.0
> > Copyright 2000 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/src/freeciv/server/civserver --gamelog gamelog -p
> > 5571 -m -r /hom'. Program terminated with signal 6, Aborted.
> > 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_nis.so.2...done.
> > Loaded symbols for /lib/libnss_nis.so.2
> > 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  0x40077dd1 in __kill () from /lib/libc.so.6
> > (gdb) #0  0x40077dd1 in __kill () from /lib/libc.so.6
> > #1  0x40077baa in raise (sig=6) at ../sysdeps/posix/raise.c:27
> > #2  0x40079352 in abort () at ../sysdeps/generic/abort.c:88
> > #3  0x806d66c in create_start_positions () at mapgen.c:1170
> > #4  0x804ee0f in srv_main () at srv_main.c:1930
> > #5  0x8049b79 in main (argc=8, argv=0xbffffbf4) at civserver.c:147
> > #6  0x40066f31 in __libc_start_main (main=0x8049660 <main>, argc=8,
> > ubp_av=0xbffffbf4, init=0x8049060 <_init>, fini=0x80b01b0 <_fini>,
> > rtld_fini=0x4000e274 <_dl_fini>, stack_end=0xbffffbec) at
> > ../sysdeps/generic/libc-start.c:129 (gdb)
>
> Here is a list of settings to reproduce the bug. Start the server as
> "civserver -r settings", join with 3 clients and run it.
>
> -Thue

This is actually MAXTRIES that is slightly too small. I thing I will 
just make it x10 bigger for now.

-Thue



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: core file on civserver, http://civserver.freeciv.org/games/18792 (PR#861), Thue <=