Subject: Re: psi broken
To: Christos Zoulas <christos@zoulas.com>
From: Perry E. Metzger <perry@piermont.com>
List: tech-pkg
Date: 06/24/2004 14:55:19
christos@zoulas.com (Christos Zoulas) writes:
> | $ 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...

It isn't clear to me what is going on in psi. The code itself does not
refer to _res anywhere. I'm guessing it is being pulled in somehow via
a macro.

> 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.