Subject: Re: psi broken
To: Perry E. Metzger <perry@piermont.com>
From: Christos Zoulas <christos@zoulas.com>
List: tech-pkg
Date: 06/24/2004 14:10:12
On Jun 24,  1:35pm, perry@piermont.com ("Perry E. Metzger") wrote:
-- Subject: psi broken

| 
| OS: NetBSD-current from a day or two ago
| 
| I rebuild all my packages overnight. I try running psi, and:
| 
| $ psi
| _res is not supported for multi-threaded programs.
| Abort trap (core dumped)
| 
| My guess is that this was caused by our recent upgrade of the
| resolver. Any ideas?

Fix psi, or comment the abort() in libpthread... changing _res
will *not* reflect the changes in our implementation, so it is
better to abort. This decision was made because having an _res
per thread implementation was judged to be non-scalable.

christos