Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2003:
[Freeciv-Dev] (PR#6690) civclient unvisible
Home

[Freeciv-Dev] (PR#6690) civclient unvisible

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#6690) civclient unvisible
From: "Christian Knoke" <chrisk@xxxxxxxxx>
Date: Thu, 30 Oct 2003 03:23:05 -0800
Reply-to: rt@xxxxxxxxxxxxxx

CVS 30 OCT 2003 HEAD GTK 1.2

Strange thinhs happen with actual HEAD:

After connecting a civclient to civserver, the civclient window vanished.

chris@max:~> ps
  PID TTY          TIME CMD
 ...
 2679 pts/2    00:00:00 civserver
 2680 pts/3    00:00:02 civclient

chris@max:~> strace -p 2680
gettimeofday({1067512089, 456450}, NULL) = 0
gettimeofday({1067512089, 457339}, NULL) = 0
ioctl(3, 0x541b, [0])                   = 0
select(4, [3], NULL, NULL, {0, 0})      = 0 (Timeout)
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=6,
events=POLLIN|POLLPRI}], 3, 420) = 0
gettimeofday({1067512089, 888771}, NULL) = 0
gettimeofday({1067512089, 889268}, NULL) = 0
ioctl(3, 0x541b, [0])                   = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=6,
events=POLLIN|POLLPRI}], 3, 500) = 0
gettimeofday({1067512090, 398531}, NULL) = 0
gettimeofday({1067512090, 399026}, NULL) = 0
ioctl(3, 0x541b, [0])                   = 0
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=6,
events=POLLIN|POLLPRI}], 3, 499) = 0
...

> cut chris
Verbindung zu chris wird beendet.
2: Verbindung verloren: chris von localhost (Spieler chris).
2: Spieler chris wird entfernt.

At this stage the connect window reappears, but not the main window

2: chris von localhost erbittet Verbindung.
2: c3 hat Client 1.14.99-devel.
2: chris von localhost hat Verbindung aufgenommen.

and so on.

Only seen one time, not reproducible so far.

Christian

-- 
Christian Knoke            * * *            http://cknoke.de
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#6690) civclient unvisible, Christian Knoke <=