From owner-freebsd-threads@FreeBSD.ORG Sun Oct 19 21:16:57 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 782D916A4B3; Sun, 19 Oct 2003 21:16:57 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E5E243F3F; Sun, 19 Oct 2003 21:16:54 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id h9K4GrBR011938; Mon, 20 Oct 2003 00:16:53 -0400 (EDT) Date: Mon, 20 Oct 2003 00:16:53 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Marcel Moolenaar In-Reply-To: <20030812013443.GA1409@athlon.pn.xcllnt.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: threads@freebsd.org cc: David Xu Subject: Re: KSE/ia64: NULL thread pointer in _thr_sig_add() X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 04:16:57 -0000 On Mon, 11 Aug 2003, Marcel Moolenaar wrote: > On Tue, Aug 12, 2003 at 07:56:36AM +0800, David Xu wrote: > > > > > > I think this is it. I now get sig 11, but it looks like a faulty > > > use of random(). It appears random() is not thread safe and this > > > particular test program uses random. > > > > > > I'll continue to run tests, but so far it looks like the patch is > > > fixing KSE/ia64. > > > > It would be nice if you can run tests under directory libpthread/test, > > mutex_d is useful test when I am modifying libkse. > > mutex_d fails at the moment. join_leak_d also coredumps. I have to > look into those. Note that mutex_d won't work on an SMP system; it expects the concurrency level to be 1. I'll fix it shortly. -- Dan Eischen