Subject: Re: Misc. pthread problems
To: Reinoud Zandijk <reinoud@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: tech-kern
Date: 07/10/2003 21:05:07
On Fri, 11 Jul 2003, Reinoud Zandijk wrote:

> Hiya Folks,
>
> i've ran into some misterious pthread problems on NetBSD/Alpha and
> NetBSD/i386; both NetBSD-current from about 25 jun. One just manifests
> itself with the following resembling like :

From looking at the cvs logs, Nathan committed fixes that the pthread
issues I was seeing on June 26th. From cvs log pthread_sa.c:

revision 1.12
date: 2003/06/26 01:28:14;  author: nathanw;  state: Exp;  lines: +29 -22
Adapt to pt_trapuc: Store context obtained from upcalls there, clear it
in switchto targets and vitims, and print it in debug messages (including
indication of whether a context is trap or user context).

You _really_ want that fix. Please try cvs updating.

Take care,

Bill