From owner-freebsd-threads@FreeBSD.ORG Thu Jun 26 14:45:05 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 34F3937B401; Thu, 26 Jun 2003 14:45:05 -0700 (PDT) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C2E43FEC; Thu, 26 Jun 2003 14:45:01 -0700 (PDT) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h5R0mhnp044649; Fri, 27 Jun 2003 00:48:43 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h5QLqP2F025742; Fri, 27 Jun 2003 00:52:25 +0300 (EEST) (envelope-from ml) Date: Fri, 27 Jun 2003 00:52:25 +0300 From: Alexey Zelkin To: David Xu Message-ID: <20030627005225.A25700@phantom.cris.net> References: <20030625133041.A12986@phantom.cris.net> <20030625192326.A15424@phantom.cris.net> <004d01c33b7f$ede4dc30$f001a8c0@davidw2k> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004d01c33b7f$ede4dc30$f001a8c0@davidw2k>; from davidxu@freebsd.org on Thu, Jun 26, 2003 at 09:11:32AM +0800 X-Operating-System: FreeBSD 4.7-STABLE i386 cc: threads@freebsd.org 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: Thu, 26 Jun 2003 21:45:05 -0000 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. Good job! > I am now working on code cleanup... > > > /me running TCK tests...