From owner-freebsd-current@FreeBSD.ORG Thu Oct 23 00:13:24 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E3C216A4B3; Thu, 23 Oct 2003 00:13:24 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC3743FA3; Thu, 23 Oct 2003 00:13:22 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id RAA03744; Thu, 23 Oct 2003 17:13:13 +1000 Date: Thu, 23 Oct 2003 17:11:52 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Jonathan E Fosburgh In-Reply-To: <200310222218.33770.jonathan@fosburgh.org> Message-ID: <20031023170030.Q4469@gamplex.bde.org> References: <200310222218.33770.jonathan@fosburgh.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: deischen@FreeBSD.org cc: "C. Kukulies" cc: freebsd-current@FreeBSD.org Subject: Re: i386_set_ldt warnings X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2003 07:13:24 -0000 On Wed, 22 Oct 2003, Jonathan E Fosburgh wrote: > On Wednesday 22 October 2003 10:06 pm, Bruce Evans wrote: > > It is effectively binary only, since current versions of wine don't > > run my application correctly and the old version doesn't build under > > -current. > > Is it some application that attempts to access network? For the last couple of > weeks I have been unable to use Notes under Wine on -CURRENT, it keeps > hanging trying to go out on the network. This happened before between 5.0-R > and 5.1-R, and was fixed somewhere in 5.1-CURRENT. Unfortunately, I do not > know what changes to break this. So could it be an issue with FreeBSD and > not Wine? No. It mostly has screen update problems (too slow) with my main application (a networked game). I've noticed network connection problems in parts of another application though. The only wine-related problems in -current that I know of were related to rfork(). rfork() was broken in kern_fork.c 1.182 and unbroken in kern_fork.c 1.199. This caused a non- network-related hang. Bruce