Complete.Org: Mailing Lists: Archives: freeciv-dev: April 2003:
[Freeciv-Dev] socket problem
Home

[Freeciv-Dev] socket problem

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Freeciv Developers <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] socket problem
From: Christian Knoke <chrisk@xxxxxxxx>
Date: Tue, 29 Apr 2003 23:38:51 +0200

While testing the auth6i patch, I get reproducible client crashes.
Mike thinks it's a problem in CVS code.

On Sun, Apr 27, 2003 at 03:02:28PM -0500, Mike Kaufman wrote:
> On Sun, Apr 27, 2003 at 07:23:34PM +0200, Christian Knoke wrote:
> 
> Now for the others, I don't think the second is a auth problem
> specifically, I surmise that the client is attempting to send too many
> packets too fast to the server. Somebody else needs to make a prognosis on
> that. Send it to the list.
> 
> > 
> > Starting client and holding <return> key pressed *after* the connect dialog
> > appered gives:
> > 
> > chris@max:~> civclient -t trident -P none
> > 2: lost connection to server
> > 2: letzte Mitteilung 2mal wiederholt
> > 2: letzte Mitteilung 2mal wiederholt (insgesamt 4 Wiederholungen)
> > 2: letzte Mitteilung 4mal wiederholt (insgesamt 8 Wiederholungen)
> > 2: letzte Mitteilung 7mal wiederholt (insgesamt 15 Wiederholungen)
> > 1: Unexpected buffers in try_to_connect()
> > civclient: clinet.c:319: input_from_server: Zusicherung ?fd ==
> > aconnection.sock? nicht erf?llt.
> > Abgebrochen (core dumped)
> > #0  0x4035f861 in kill () from /lib/libc.so.6
> > #1  0x4035f665 in raise () from /lib/libc.so.6
> > #2  0x40360c81 in abort () from /lib/libc.so.6
> > #3  0x40359a52 in Letext () from /lib/libc.so.6
> > #4  0x08067e29 in input_from_server (fd=6) at clinet.c:319
> > #5  0x08098b82 in get_net_input (data=0x0, fid=6, condition=GDK_INPUT_READ)
> >     at gui_main.c:1122
> > #6  0x40194934 in gdk_io_invoke () from /usr/lib/libgdk-1.2.so.0
> > #7  0x401c63b0 in g_io_unix_dispatch () from /usr/lib/libglib-1.2.so.0
> > #8  0x401c7c46 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
> > #9  0x401c8273 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
> > #10 0x401c843c in g_main_run () from /usr/lib/libglib-1.2.so.0
> > #11 0x400e076c in gtk_main () from /usr/lib/libgtk-1.2.so.0
> > #12 0x080986d2 in ui_main (argc=1, argv=0xbffff624) at gui_main.c:952
> > #13 0x08064905 in main (argc=5, argv=0xbffff624) at civclient.c:239
> > #14 0x4034e7ee in __libc_start_main () from /lib/libc.so.6

The server messages at this point vary, just now I get:

2: chris von localhost erbittet Verbindung.
2: c4 hat Client 1.14.1-devel.
search: u:chris
> 
2: Rejected connection from localhost with duplicate login name.
> 
2: Verbindung verloren: chris von localhost (Verbindung unvollständig).

Christian

-- 
Christian Knoke     * * *      http://www.enter.de/~c.knoke/
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] socket problem, Christian Knoke <=