From owner-freebsd-threads@FreeBSD.ORG Fri Jun 27 00:18:31 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D0F137B401; Fri, 27 Jun 2003 00:18:31 -0700 (PDT) Received: from HAL9000.homeunix.com (ip114.bella-vista.sfo.interquest.net [66.199.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9177943FF5; Fri, 27 Jun 2003 00:18:28 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.9/8.12.9) with ESMTP id h5R7IPiP001596; Fri, 27 Jun 2003 00:18:25 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.9/8.12.9/Submit) id h5R7IOrl001595; Fri, 27 Jun 2003 00:18:24 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 27 Jun 2003 00:18:24 -0700 From: David Schultz To: Alexey Zelkin Message-ID: <20030627071824.GA1579@HAL9000.homeunix.com> Mail-Followup-To: Alexey Zelkin , David Xu , threads@freebsd.org References: <20030625192326.A15424@phantom.cris.net> <004d01c33b7f$ede4dc30$f001a8c0@davidw2k> <20030627005225.A25700@phantom.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030627005225.A25700@phantom.cris.net> cc: threads@FreeBSD.ORG cc: David Xu Subject: Re: libkse & jdk14: signals(?) breakage X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 07:18:31 -0000 On Fri, Jun 27, 2003, Alexey Zelkin wrote: > hi, > > On Thu, Jun 26, 2003 at 09:11:32AM +0800, David Xu wrote: > > > > On Wed, Jun 25, 2003 at 09:55:21AM -0400, Daniel Eischen wrote: > > > > On Wed, 25 Jun 2003, Alexey Zelkin wrote: > > > > > > > > > hi, > > > > > ... > > > > > Looks like signals are still not really working in libkse. > > > > > > > > David Xu is revamping signal handling (it also involves > > > > some kernel changes). Very alpha patches are at: > > > > > > > > http://people.freebsd.org/~davidxu/kse_sig/ > > > > > > > > They are not yet completely working, but might help. > > > > > > Cool! It really helped. At least visible behaviour is same to libc_r. > > > > > > > Your test is appreciated. I have updated the patches again, > > they have past signal test suites included in libpthread. > > Can you test these new patches again ? > > http://people.freebsd.org/~davidxu/kse_sig/kern.diff > > http://people.freebsd.org/~davidxu/kse_sig/libpthread.tgz > > It just works. Comparing to first signal patches it behaves even > better. I did not see any random process lockups. Build & all TCK's > VM tests passed. That's great to hear. Does this mean there will soon be a binary distribution of JDK 1.4 for FreeBSD?