switching threading libraries

David Xu davidxu at freebsd.org
Sat Apr 8 05:42:53 UTC 2006


On Friday 07 April 2006 22:08, Csaba Henk wrote:
> On Fri, Apr 07, 2006 at 09:10:56AM -0400, Daniel Eischen wrote:
> > Only between libthr and libpthread.  libc_r doesn't have symbol
> > versioning.
>
> That's sad -- given, as noted elsewhere, libc_r is the best suitable
> for tracing.
>
> Will it remain like this or can we expect a symver'd libc_r
> in due time?
>
> Regards,
> Csaba

libc_r does not have debugger can be used, libthr and libpthread
do have. libthr can use ktrace to print thread ID, libthr can use top
to observe a thread blocked on what event,  I don't believe  libc_r is
best tracable.

David Xu


More information about the freebsd-current mailing list