From owner-freebsd-current@FreeBSD.ORG Thu May 29 14:18:20 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 15B2C37B401 for ; Thu, 29 May 2003 14:18:20 -0700 (PDT) Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A68143F3F for ; Thu, 29 May 2003 14:18:19 -0700 (PDT) (envelope-from jtanis@mindspring.com) Received: from user-1120it0.dsl.mindspring.com ([66.32.75.160] helo=amdbox.horizon2.net) by maynard.mail.mindspring.net with smtp (Exim 3.33 #1) id 19LUmw-0001yn-00 for freebsd-current@freebsd.org; Thu, 29 May 2003 17:18:18 -0400 Date: Thu, 29 May 2003 16:18:18 -0400 From: James Tanis To: freebsd-current@freebsd.org Message-Id: <20030529161818.4d92a3f3.jtanis@mindspring.com> In-Reply-To: <20030529210716.DVVC25800.out006.verizon.net@kokeb.ambesa.net> References: <20030526225111.HVVN25800.out006.verizon.net@kokeb.ambesa.net> <3ED59893.5010301@isi.edu> <20030529210716.DVVC25800.out006.verizon.net@kokeb.ambesa.net> X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Libthr stable enough for testing 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, 29 May 2003 21:18:20 -0000 How does one go about using libthr? Is all that is involved is symlinking libc_r to libthr? On Thu, 29 May 2003 17:06:52 -0400 Mike Makonnen wrote: > > I have committed some changes to libthr today. All but one of them were bug > fixes, so I encourage everyone to update their source. > > On Wed, 28 May 2003 22:20:19 -0700 > Lars Eggert wrote: > > > Mike Makonnen wrote: > > > > > > Most major locking work in libthr is finished. I believe it is stable > > > enough now that it can be used for most applications[1]. I would > > > appreciate it if people would try it out and report any bugs. > > > > I had been running with libc_r symlinked to libthr for a few days with > > no problems, and rebuilt some ports during that time. > > > > The machine (SMP) would sometimes freeze solid (no panic). > > I symlinked > > libc_r back to the original library, and from then on, starting > > gnomepanel and some other gnome pieces would fail due to errors about > > libthr. I couldn't find them in any log file right now, but I think I > > remember one was about getpwuid_r not being found. (The ports that > > caused problems were gnome 2.3 beta ports from the marcuscom CVS tree.) > > > > From what I understand, libthr should be a drop-in replacement for > > libc_r, so I was surprised to see this, but maybe I misunderstood? > > No, you're right. The ports must have been statically linked. I'll investigate. > > As for the lockups, libthr by itself should not be able to lockup your machine. > I'll investigate when I get back access to the SMP machine. > > > I'll try to get a dump of the exact error messages when I have access to > > the box again in a few days. > > Please. > > Cheers. > -- > Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc > mtm@identd.net | D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 > mtm@FreeBSD.Org| FreeBSD - The Power To Serve > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" --