From owner-freebsd-java Wed Nov 28 14: 9:51 2001 Delivered-To: freebsd-java@freebsd.org Received: from d3210.upc-d.chello.nl (d7058.upc-d.chello.nl [213.46.7.58]) by hub.freebsd.org (Postfix) with ESMTP id 312D037B41E for ; Wed, 28 Nov 2001 14:09:41 -0800 (PST) Received: from bowtie.nl (localhost [127.0.0.1]) by d3210.upc-d.chello.nl (8.11.3/8.11.3) with ESMTP id fASM9Yj12860; Wed, 28 Nov 2001 23:09:34 +0100 (CET) (envelope-from marc@bowtie.nl) Message-ID: <3C05609E.32FA60B2@bowtie.nl> Date: Wed, 28 Nov 2001 23:09:34 +0100 From: Marc van Kempen X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RC2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Bill Huey Cc: freebsd-java@FreeBSD.ORG Subject: Re: Plugin Status References: <15364.5438.584762.332093@zircon.zircon.seattle.wa.us> <20011128010641.A21751@gnuppy> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Bill Huey wrote: > > On Tue, Nov 27, 2001 at 02:35:42PM -0800, Joe Kelsey wrote: > > With Bill's tenative changes for native threads, I can get the plugin to > > load, but it keeps dieing in various Motif/Xt locations. I fixed one > > blatant Motif error, dereferencing a null pointer, but there are many > > obvious null-pointer dereferences in the same physical file. I did not > > Folks, > > I just commited a fix for a native threading thinko in recording GC > registers and everything that I've tested under Appletviewer runs perfectly > now. I had problems with some jars, but I still need to test that out. > > The pthreads race still exist and I'm thinking about creating a new > pthreads scheduler queue for dealing with suspended threads properly. That > race will still likely trigger under high threading count/load. It > was more likely to hit with the old threading code since I was doing an > O(n^2) complexity search for the pthread struct in question and not > realizing that I already had it available for general GC dorkery. > > (/me mailed that version to Joe just now) > > It's been fantastic that this is working so well now. > > ;-) > Great work Bill! Regards, Marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message