Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2001:
[Freeciv-Dev] civclient crash
Home

[Freeciv-Dev] civclient crash

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev <freeciv-dev@xxxxxxxxxxx>, bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] civclient crash
From: Jason Dorje Short <vze2zq63@xxxxxxxxxxx>
Date: Wed, 10 Oct 2001 18:59:42 -0400
Reply-to: jdorje@xxxxxxxxxxxx

I'm using a modified current-CVS version.  The modifications shouldn't
affect the crash, though.


[jshort@jason freeciv]$ ./civ -t engels
2: lost connection to server
2: last message repeated 2 times
civclient: packhand.c:2192: handle_processing_started: Assertion
`aconnection.client.request_id_of_currently_handled_packet == 0' failed.
Aborted (core dumped)


[jshort@jason freeciv]$ gdb client/civclient core
GNU gdb 5.0rh-5 Red Hat Linux 7.1
Copyright 2001 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 `./client/civclient -t engels'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/libgdk_imlib.so.1...done.
Loaded symbols for /usr/lib/libgdk_imlib.so.1
Reading symbols from /usr/lib/libgtk-1.2.so.0...done.
Loaded symbols for /usr/lib/libgtk-1.2.so.0
Reading symbols from /usr/lib/libgdk-1.2.so.0...done.
Loaded symbols for /usr/lib/libgdk-1.2.so.0
Reading symbols from /usr/lib/libgmodule-1.2.so.0...done.
Loaded symbols for /usr/lib/libgmodule-1.2.so.0
Reading symbols from /usr/lib/libglib-1.2.so.0...done.
Loaded symbols for /usr/lib/libglib-1.2.so.0
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /usr/X11R6/lib/libXi.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXi.so.6
Reading symbols from /usr/X11R6/lib/libXext.so.6...done.
Loaded symbols for /usr/X11R6/lib/libXext.so.6
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Loaded symbols for /usr/X11R6/lib/libX11.so.6
Reading symbols from /lib/i686/libm.so.6...done.
Loaded symbols for /lib/i686/libm.so.6
Reading symbols from /usr/lib/libz.so.1...done.
Loaded symbols for /usr/lib/libz.so.1
Reading symbols from /lib/i686/libc.so.6...done.
Loaded symbols for /lib/i686/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
Reading symbols from /usr/lib/gtk/themes/engines/libraleigh.so...done.
Loaded symbols for /usr/lib/gtk/themes/engines/libraleigh.so
Reading symbols from /usr/lib/libimlib-xpm.so...done.
Loaded symbols for /usr/lib/libimlib-xpm.so
#0  0x40332801 in __kill () from /lib/i686/libc.so.6
(gdb) bt
#0  0x40332801 in __kill () from /lib/i686/libc.so.6
#1  0x403325da in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2  0x40333d82 in abort () at ../sysdeps/generic/abort.c:88
#3  0x4032bcca in __assert_fail () at assert.c:60
#4  0x0806a431 in handle_processing_started () at packhand.c:2192
#5  0x0805e8cd in handle_packet_input (packet=0x8252260
"\020ßB@è¾)\b\020", type=91) at civclient.c:395
#6  0x080609b3 in input_from_server (fid=6) at clinet.c:329
#7  0x40194ed5 in gdk_io_invoke (source=0x82aede8, condition=G_IO_IN,
data=0x82565a0) at gdkevents.c:882
#8  0x401c4a7a in g_io_unix_dispatch (source_data=0x83738a8,
current_time=0xbffff810, user_data=0x82565a0) at giounix.c:137
#9  0x401c6055 in g_main_dispatch (dispatch_time=0xbffff810) at
gmain.c:656
#10 0x401c6659 in g_main_iterate (block=1, dispatch=1) at gmain.c:877
#11 0x401c67e8 in g_main_run (loop=0x8215060) at gmain.c:935
#12 0x400db65b in gtk_main () at gtkmain.c:524
#13 0x080836f6 in ui_main (argc=3, argv=0xbffff954) at gui_main.c:836
#14 0x0805e5c4 in main (argc=3, argv=0xbffff954) at civclient.c:189
#15 0x40321177 in __libc_start_main (main=0x805e16c <main>, argc=3,
ubp_av=0xbffff954, init=0x805bd6c <_init>, fini=0x80b47a0 <_fini>,
rtld_fini=0x4000e184 <_dl_fini>, stack_end=0xbffff94c)
    at ../sysdeps/generic/libc-start.c:129
(gdb) 


jason


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] civclient crash, Jason Dorje Short <=