Date: Mon, 27 Jan 2003 17:29:41 +1100 From: Tim Robbins <tjr@FreeBSD.ORG> To: David Xu <davidxu@FreeBSD.ORG> 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> In-Reply-To: <00cd01c2c5a5$aad5a8c0$f001a8c0@davidw2k>; from davidxu@FreeBSD.ORG on Mon, Jan 27, 2003 at 09:44:44AM %2B0800 References: <200301262339.h0QNdX4E058771@repoman.freebsd.org> <20030126191333.C79685@locore.ca> <00cd01c2c5a5$aad5a8c0$f001a8c0@davidw2k>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030127172941.A5041>