From owner-freebsd-hackers@FreeBSD.ORG Wed May 21 22:14:39 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1AEE837B401 for ; Wed, 21 May 2003 22:14:39 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6137B43FBF for ; Wed, 21 May 2003 22:14:38 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h4M5EJwQ022685; Thu, 22 May 2003 01:14:19 -0400 (EDT) Received: from localhost (eischen@localhost)h4M5EIZs022682; Thu, 22 May 2003 01:14:18 -0400 (EDT) Date: Thu, 22 May 2003 01:14:18 -0400 (EDT) From: Daniel Eischen To: Dan Nelson In-Reply-To: <20030522042922.GC13024@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org cc: Julian Elischer Subject: Re: libkse and SMP (was Re: USB bulk read & pthreads) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 05:14:39 -0000 On Wed, 21 May 2003, Dan Nelson wrote: > In the last episode (May 21), Daniel Eischen said: > > FYI, libpthread is now being installed (for x86 archs) by default > > in -current and will be in 5.1-release. It's currently installed > > as libkse (use -lkse, not -pthread) and will be changed to libpthread > > (-lpthread) for 5.2-release. > > I've not had luck with either libkse or libthr on my SMP machine. The > apps either hang or the system locks hard (can't even break into DDB > from serial console). Are you just concentrating on UP first, or > should libkse work on SMP too? The last time I tried was the end of > April. I've gotten the kernel to lock up hard when running one of the ACE tests (MT_SOCK_Test), but I don't think it's KSE related. I'm on a UP system. Most of the time that specific test works fine, though. All of the ACE tests have been tested with libkse on both SMP and UP systems. KDE and even mozilla work fine with libkse (although libkse needs a patch to work around rtld-elf not being thread-safe for mozilla to work). -- Dan Eischen