Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2001 18:57:55 -0800
From:      Bill Huey <billh@gnuppy.monkey.org>
To:        Joe Kelsey <joe@zircon.seattle.wa.us>
Cc:        freebsd-java@freebsd.org, Bill Huey <billh@gnuppy.monkey.org>
Subject:   Re: Plugin fails in sysThreadBootstrap
Message-ID:  <20011120185755.A11757@gnuppy>
In-Reply-To: <15355.5066.999963.87971@zircon.zircon.seattle.wa.us>
References:  <15354.52288.892293.990664@zircon.zircon.seattle.wa.us> <20011120160821.A1049@gnuppy> <15355.5066.999963.87971@zircon.zircon.seattle.wa.us>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 20, 2001 at 06:39:06PM -0800, Joe Kelsey wrote:
> 1) Define environment variables for the plugin:
...

Quick news...

I think I got native threading mostly working by finding a bug in the
timed condition-variable handling in uthread_kern.c. It incorrectly
doesn't check to see if the thread is PS_SUSPENDED before it removes
it from the work-queue, places it in the run-queue and then marks it
PS_RUNNING.

The block is in:

/usr/src/lib/libc_r/uthread/uthread_kern.c
line 390

according to "vim".

;-)

bill



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011120185755.A11757>