From owner-freebsd-current@FreeBSD.ORG Sat Jun 9 12:18:40 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9582516A421 for ; Sat, 9 Jun 2007 12:18:40 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5EE0B13C447 for ; Sat, 9 Jun 2007 12:18:40 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.14.1/8.14.1/NETPLEX) with ESMTP id l59CIc49028349; Sat, 9 Jun 2007 08:18:38 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-3.0 (mail.ntplx.net [204.213.176.10]); Sat, 09 Jun 2007 08:18:39 -0400 (EDT) Date: Sat, 9 Jun 2007 08:18:38 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Walter Vaughan In-Reply-To: <466A5CA2.8010301@steelerubber.com> Message-ID: References: <466A5CA2.8010301@steelerubber.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: Threading breaking FreeBSD Foundation's Java? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2007 12:18:40 -0000 On Sat, 9 Jun 2007, Walter Vaughan wrote: > On dual quad core Intel box with 8 gig ram running AMD64. > FreeBSD-Current from about a week ago and a few hours ago > SCHED_ULE > > We have been flexing our Java based ERP on the box and all of a sudden we > have problems when we had code to find printers. > > I found some example code that we put into the project that we think was the > problem and when I compiled and ran an example class I got... > > Fatal error 'Exceeded maximum lock level' at line 201 in file > /usr/src/lib/libpthread/thread/thr_rtld.c (errno = 0) > > about a hundred times and then it You probably need to wait for compat6x support. You can't rely on binaries produced for FreeBSD 6.x to run on -current without compat6x. There have been too many changes and the libraries have just been bumped, so you're running with libraries (before the bump) that are not compatible with FreeBSD 6.x. -- DE