From owner-freebsd-amd64@FreeBSD.ORG Sat Jun 5 09:16:39 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F43716A4CE; Sat, 5 Jun 2004 09:16:39 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1F5443D31; Sat, 5 Jun 2004 09:16:38 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i55GGbtD012797; Sat, 5 Jun 2004 12:16:37 -0400 (EDT) Date: Sat, 5 Jun 2004 12:16:37 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Sean McNeil In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-amd64@freebsd.org cc: freebsd-threads@freebsd.org Subject: Re: All my amd64 problems appear to be KSE X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 16:16:39 -0000 On Sat, 5 Jun 2004, Daniel Eischen wrote: > On Sat, 5 Jun 2004, Sean McNeil wrote: > > > > > I would have to say that is extremely myopic of you. Regardless of > > whether you trust me or not, it doesn't change what I have reported. > > kse is broken in some respect on amd64. > > What I ask is very reasonable. You've already used libmap.conf > to map libpthread.* to libc_r. Is it that hard for you to edit > the file and try it the other way around? If you want help, you > should be willing to answer very simple questions such as that. I would also make sure that libkse isn't being used (either remove it from your system or use libmap.conf). I would think that trying to use libc_r and libkse together would present the same sort of problem as using libpthread and libkse together, but just to be sure... -- Dan Eischen