On Fri, Feb 22, 2002 at 02:38:53PM +0100, Maciej W. Rozycki wrote: > On Thu, 21 Feb 2002, H . J . Lu wrote: > > > > Just to clarify, the glibc rpm in your Redhat 7.1 is > > > compiled with -mips1 right ? So as it is broken yes ? > > > > Yes. -mips1 doesn't work well with thread. > > What's wrong with -mips1 currently? It used to be OK around glibc 2.2 -- > has anything changed since then that needs -mips1 to be fixed? > Mutex is now implemented with spin lock by default. BTW, how many people have run "make check" on glibc compiled -mips1? H.J.