Subject: Re: bind9 on -current/sparc (pthread problem?)
To: Markus W Kilbinger <kilbi@rad.rwth-aachen.de>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 01/11/2004 14:57:18
On Sun, Jan 11, 2004 at 02:21:10PM +0100, Markus W Kilbinger wrote:
> Loaded symbols for /usr/lib/libc.so.12
> #0 0x1039b760 in pthread__lock_ras_end () from /usr/lib/libpthread.so.0
> (gdb) bt
> #0 0x1039b760 in pthread__lock_ras_end () from /usr/lib/libpthread.so.0
> #1 0x1039b8d8 in pthread_spinlock () from /usr/lib/libpthread.so.0
Huh, did I botch something? While sparc64 does define __HAVE_RAS, the sparc
port should not do it. So libpthread should use pthread__atomic_simple_*,
and not pthread__ras_simple_*.
But maybe the stack is just confused?
Martin