From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 20 04:03:46 2007 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C26C16A41F for ; Fri, 20 Jul 2007 04:03:46 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.freebsd.org (Postfix) with ESMTP id 50DD813C46B for ; Fri, 20 Jul 2007 04:03:46 +0000 (UTC) (envelope-from mi+kde@aldan.algebra.com) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.14.1/8.14.1) with ESMTP id l6K3g0Bo053142 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 19 Jul 2007 23:42:01 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by aldan.algebra.com (8.14.1/8.14.1/Submit) id l6K3g0rY053141 for emulation@FreeBSD.org; Thu, 19 Jul 2007 23:42:00 -0400 (EDT) (envelope-from mi+kde@aldan.algebra.com) From: Mikhail Teterin To: emulation@FreeBSD.org Date: Thu, 19 Jul 2007 23:41:59 -0400 User-Agent: KMail/1.9.6 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Cc: Subject: something wrong with Linux on 6.2-stable/amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 04:03:46 -0000 Hello! I updated my 6.2-stable install from June 7th to July 17th version and can no longer run "Civillization Call to Power" -- a Linux SDL-using game. I did not rebuild any ports -- just the OS. On startup the process goes into tight loop with only occasional syscalls (according to ktrace): 53113 civctp RET old.gethostid 0 53113 civctp CALL old.gethostid(0,0,0,0,0xff7ffc30) 53113 civctp RET old.gethostid 0 53113 civctp CALL old.gethostid(0,0,0,0,0xff7ffc30) 53113 civctp RET old.gethostid 0 53113 civctp CALL old.gethostid(0,0,0,0,0xff7ffc30) 53113 civctp RET old.gethostid 0 53113 civctp CALL old.gethostid(0,0,0,0,0xff7ffc30) 53113 civctp RET old.gethostid 0 53113 civctp CALL old.gethostid(0,0,0,0,0xff7ffc30) It used to "just work" both on my i386 laptop and on the amd64 desktop systems. -mi