From owner-freebsd-hackers@FreeBSD.ORG Wed May 21 21:44:04 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 6E27837B401 for ; Wed, 21 May 2003 21:44:04 -0700 (PDT) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E510243F93 for ; Wed, 21 May 2003 21:44:03 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by attbi.com (rwcrmhc53) with ESMTP id <2003052204440105300p5urte>; Thu, 22 May 2003 04:44:01 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id VAA77760; Wed, 21 May 2003 21:44:01 -0700 (PDT) Date: Wed, 21 May 2003 21:43:59 -0700 (PDT) From: Julian Elischer 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: Daniel Eischen 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 04:44:04 -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. We have SMP systems running > > -- > Dan Nelson > dnelson@allantgroup.com >