From owner-cvs-all Sun Jan 26 22:30:13 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F26737B401; Sun, 26 Jan 2003 22:30:12 -0800 (PST) Received: from smtp04.iprimus.com.au (smtp04.iprimus.com.au [210.50.76.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3AE343EB2; Sun, 26 Jan 2003 22:30:10 -0800 (PST) (envelope-from tim@robbins.dropbear.id.au) Received: from smtp02.iprimus.net.au (210.50.76.70) by smtp04.iprimus.com.au (6.7.010) id 3E2C167200129E0A; Mon, 27 Jan 2003 17:30:04 +1100 Received: from dilbert.robbins.dropbear.id.au ([203.134.132.187]) by smtp02.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.5600); Mon, 27 Jan 2003 17:30:02 +1100 Received: from dilbert.robbins.dropbear.id.au (5sxfjqpq6i92div7@localhost [127.0.0.1]) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6) with ESMTP id h0R6To7i005194; Mon, 27 Jan 2003 17:30:00 +1100 (EST) (envelope-from tim@dilbert.robbins.dropbear.id.au) Received: (from tim@localhost) by dilbert.robbins.dropbear.id.au (8.12.6/8.12.6/Submit) id h0R6Tfi0005192; Mon, 27 Jan 2003 17:29:41 +1100 (EST) (envelope-from tim) Date: Mon, 27 Jan 2003 17:29:41 +1100 From: Tim Robbins To: David Xu Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern kern_thread.c Message-ID: <20030127172941.A5041@dilbert.robbins.dropbear.id.au> References: <200301262339.h0QNdX4E058771@repoman.freebsd.org> <20030126191333.C79685@locore.ca> <00cd01c2c5a5$aad5a8c0$f001a8c0@davidw2k> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <00cd01c2c5a5$aad5a8c0$f001a8c0@davidw2k>; from davidxu@FreeBSD.ORG on Mon, Jan 27, 2003 at 09:44:44AM +0800 X-OriginalArrivalTime: 27 Jan 2003 06:30:03.0223 (UTC) FILETIME=[86512E70:01C2C5CD] Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Jan 27, 2003 at 09:44:44AM +0800, David Xu wrote: [...] > BTW, KSE now works well on i386, there is really no arch depended code changed, > all are high level code. Could you please commit the version of ksetest you're using, or any other (small) programs you are using to test it? Here is what ksetest does for me: # ./ksetest main() : 0x804c000 eip -> 0x280b29a3 uts() at : 0x8048e50 uts stack at : 0x814d000 - 0x8155000 main() : 0x804c400 eip -> 0x280b29a3 uts() at : 0x8048e50 uts stack at : 0x8255000 - 0x825d000 Bus error (core dumped) Also, can you offer any advice as to why libkse (src/lib/libpthread) is not behaving correctly? Threads that call nanosleep() seem to get stuck forever and never get woken up. Thanks, Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message